.reports-preview{border:1px solid rgba(212,160,23,.2);border-radius:12px;padding:14px;background:#d4a01708;margin-top:12px}.reports-preview-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.reports-pulse-dot{width:7px;height:7px;border-radius:50%;background:#d4a017;box-shadow:0 0 8px #d4a01799;animation:reportPulse 2s ease-in-out infinite}@keyframes reportPulse{0%,to{opacity:1;box-shadow:0 0 8px #d4a01799}50%{opacity:.6;box-shadow:0 0 14px #d4a017cc}}.reports-title{color:#d4a017;font-size:13px;font-weight:600;letter-spacing:.5px}.reports-avatar-stack{display:flex;margin-left:auto}.reports-avatar{width:22px;height:22px;border-radius:50%;border:2px solid #0D1155;background:linear-gradient(135deg,#d4a017,#ffc107);display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:#1a1a2e;overflow:hidden}.reports-avatar+.reports-avatar{margin-left:-6px}.reports-avatar.ai{background:#6482ff66;color:#c0cfff;font-size:7px}.reports-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reports-count{color:#ffffff59;font-size:11px;margin-left:4px}.reports-pills{display:flex;gap:5px;margin-bottom:10px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:2px}.reports-pills::-webkit-scrollbar{display:none}.report-pill{padding:2px 8px;border-radius:10px;font-size:9px;font-weight:600;white-space:nowrap;flex-shrink:0}.report-pill.pirep{background:#ff646426;color:#f88}.report-pill.wisdom_tip{background:#d4a01726;color:#d4a017}.report-pill.ai_observation{background:#6482ff26;color:#8090ff}.report-pill.photo_story{background:#b48cff26;color:#b090ff}.report-pill.terrain_observation{background:#64c89626;color:#70c090}.reports-latest-card{background:#ffffff0a;border-radius:8px;padding:10px;margin-bottom:8px}.reports-latest-card.pirep{border-left:3px solid rgba(255,100,100,.5)}.reports-latest-card.wisdom_tip{border-left:3px solid rgba(212,160,23,.5)}.reports-latest-card.ai_observation{border-left:3px solid rgba(100,130,255,.5)}.reports-latest-card.photo_story{border-left:3px solid rgba(180,140,255,.5)}.reports-latest-card.terrain_observation{border-left:3px solid rgba(100,200,150,.5)}.reports-latest-meta{display:flex;align-items:center;gap:6px;margin-bottom:3px}.reports-latest-type{font-size:9px;font-weight:700}.reports-latest-time{color:#ffffff4d;font-size:9px}.reports-latest-content{color:#fffc;font-size:11px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.reports-actions{display:flex;align-items:center;gap:10px;margin-top:10px}.reports-btn-quick{flex:1;background:linear-gradient(135deg,#d4a01726,#d4a01714);border:1px solid rgba(212,160,23,.25);border-radius:8px;padding:8px;text-align:center;cursor:pointer;color:#d4a017;font-size:11px;font-weight:600;transition:background .2s}.reports-btn-quick:hover{background:linear-gradient(135deg,#d4a01740,#d4a01726)}.reports-btn-view{flex:1;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:8px;text-align:center;cursor:pointer;color:#fff9;font-size:11px;transition:background .2s}.reports-btn-view:hover{background:#ffffff14}.reports-empty{border:1px dashed rgba(212,160,23,.15);border-radius:12px;padding:20px;text-align:center;margin-top:12px}.reports-empty-icon{color:#d4a0174d;font-size:24px;margin-bottom:8px}.reports-empty-text{color:#fff6;font-size:12px;margin-bottom:4px}.reports-empty-sub{color:#ffffff40;font-size:10px;margin-bottom:12px}.quick-report-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:16px}.quick-report-modal{background:linear-gradient(135deg,#004442,#0d1155,#220a33);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px;width:100%;max-width:420px;max-height:90vh;overflow-y:auto}.quick-report-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.quick-report-title{color:#fff;font-size:16px;font-weight:700}.quick-report-close{color:#ffffff4d;font-size:20px;cursor:pointer;background:none;border:none;padding:4px}.quick-report-types{display:flex;gap:6px;margin-bottom:16px;justify-content:center;flex-wrap:wrap}.quick-report-type-pill{padding:6px 14px;border-radius:20px;font-size:11px;cursor:pointer;border:1px solid transparent;transition:all .2s;background:#ffffff0d;color:#fff6}.quick-report-type-pill.active.pirep{background:#ff646440;color:#f88;border-color:#ff64644d;font-weight:600}.quick-report-type-pill.active.wisdom_tip{background:#d4a01740;color:#d4a017;border-color:#d4a0174d;font-weight:600}.quick-report-type-pill.active.ai_observation{background:#6482ff40;color:#8090ff;border-color:#6482ff4d;font-weight:600}.quick-report-type-pill.active.photo_story{background:#b48cff40;color:#b090ff;border-color:#b48cff4d;font-weight:600}.quick-report-type-pill.active.terrain_observation{background:#64c89640;color:#70c090;border-color:#64c8964d;font-weight:600}.quick-report-prompt{color:#ffffff4d;font-size:11px;text-align:center;margin-bottom:10px;font-style:italic}.quick-report-textarea{width:100%;min-height:80px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:12px;color:#ffffffe6;font-size:13px;font-family:Inter,sans-serif;resize:vertical;margin-bottom:12px;outline:none}.quick-report-textarea:focus{border-color:#d4a01766;box-shadow:0 0 8px #d4a01726}.quick-report-textarea::-moz-placeholder{color:#ffffff40}.quick-report-textarea::placeholder{color:#ffffff40}.quick-report-media-row{display:flex;gap:8px;margin-bottom:12px;align-items:center}.quick-report-media-btn{width:42px;height:42px;border-radius:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff6;font-size:18px;transition:background .2s}.quick-report-media-btn:hover{background:#ffffff1a}.quick-report-media-btn input[type=file]{display:none}.quick-report-image-preview{width:42px;height:42px;border-radius:10px;-o-object-fit:cover;object-fit:cover;border:1px solid rgba(212,160,23,.3)}.quick-report-image-remove{position:relative;cursor:pointer}.quick-report-image-remove:after{content:"×";position:absolute;top:-4px;right:-4px;background:#ff5050cc;color:#fff;width:16px;height:16px;border-radius:50%;font-size:11px;display:flex;align-items:center;justify-content:center}.quick-report-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px}.quick-report-tag{background:#d4a0171a;color:#d4a01799;padding:4px 8px;border-radius:6px;font-size:10px;display:flex;align-items:center;gap:4px}.quick-report-tag-remove{cursor:pointer;opacity:.6}.quick-report-tag-input{background:transparent;border:1px dashed rgba(212,160,23,.2);color:#d4a01780;padding:4px 8px;border-radius:6px;font-size:10px;width:60px;outline:none}.quick-report-tag-input::-moz-placeholder{color:#d4a0174d}.quick-report-tag-input::placeholder{color:#d4a0174d}.quick-report-submit{width:100%;background:linear-gradient(135deg,#d4a017,#ffc107);border:none;border-radius:10px;padding:12px;color:#1a1a2e;font-weight:700;font-size:13px;cursor:pointer;box-shadow:0 0 20px #d4a01733;transition:box-shadow .2s,transform .1s;position:relative;overflow:hidden}.quick-report-submit:hover:not(:disabled){box-shadow:0 0 30px #d4a0174d;transform:translateY(-1px)}.quick-report-submit:disabled{opacity:.5;cursor:not-allowed}.quick-report-submit.success{animation:reportShimmer .6s ease-out}@keyframes reportShimmer{0%{box-shadow:0 0 20px #d4a01733}50%{box-shadow:0 0 40px #d4a01799,0 0 60px #ffc1074d}to{box-shadow:0 0 20px #d4a01733}}.quick-report-error{color:#ff6b6b;font-size:11px;margin-bottom:8px;text-align:center}.reports-view-overlay{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:16px}.reports-view-modal{background:linear-gradient(135deg,#004442,#0d1155,#220a33);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px;width:100%;max-width:480px;max-height:85vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(212,160,23,.2) transparent}.reports-view-header{display:flex;align-items:center;margin-bottom:14px}.reports-view-title{color:#fff;font-weight:700;font-size:16px}.reports-view-subtitle{color:#ffffff59;font-size:11px}.reports-view-close{margin-left:auto;color:#ffffff4d;font-size:20px;cursor:pointer;background:none;border:none;padding:4px}.reports-view-filters{display:flex;gap:5px;margin-bottom:14px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.reports-view-filters::-webkit-scrollbar{display:none}.reports-filter-pill{padding:4px 10px;border-radius:12px;font-size:10px;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .2s;background:#ffffff0d;color:#fff6;border:none}.reports-filter-pill.active{background:#ffffff1a;color:#fff;font-weight:600}.report-card{background:#ffffff0a;border-radius:10px;padding:12px;margin-bottom:8px;transition:background .2s}.report-card:hover{background:#ffffff0f}.report-card.pirep{border-left:3px solid rgba(255,100,100,.6)}.report-card.wisdom_tip{border-left:3px solid rgba(212,160,23,.5)}.report-card.ai_observation{border-left:3px solid rgba(100,130,255,.5);background:#6482ff0a}.report-card.photo_story{border-left:3px solid rgba(180,140,255,.5)}.report-card.terrain_observation{border-left:3px solid rgba(100,200,150,.5)}.report-card-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.report-card-avatar{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#d4a017,#ffc107);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#1a1a2e;overflow:hidden;flex-shrink:0}.report-card-avatar.ai{background:#6482ff33;border:1px solid rgba(100,130,255,.3);color:#8090ff;font-size:8px}.report-card-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.report-card-name{color:#fff;font-size:12px;font-weight:600}.report-card-name.ai{color:#6482ffe6}.report-card-type{font-size:9px;font-weight:600;margin-left:6px}.report-card-type.pirep{color:#f88}.report-card-type.wisdom_tip{color:#d4a017}.report-card-type.ai_observation{color:#6482ff80}.report-card-type.photo_story{color:#b090ff}.report-card-type.terrain_observation{color:#70c090}.report-card-time{color:#ffffff40;font-size:9px;margin-left:auto}.report-card-content{color:#fffc;font-size:12px;line-height:1.5;margin-bottom:8px}.report-card-image{width:100%;max-height:200px;-o-object-fit:cover;object-fit:cover;border-radius:8px;margin-bottom:8px;cursor:pointer}.report-card-footer{display:flex;align-items:center;gap:8px}.report-card-tag{background:#d4a0171a;color:#d4a01799;padding:2px 6px;border-radius:4px;font-size:9px}.report-card-tag.ai{background:#6482ff1a;color:#6482ff80}.report-card-resonance{margin-left:auto;display:flex;align-items:center;gap:4px;color:#d4a01766;font-size:12px}.report-card-resonance-count{color:#ffffff4d;font-size:10px}.reports-view-add-btn{width:100%;background:linear-gradient(135deg,#d4a017,#ffc107);border:none;border-radius:10px;padding:12px;color:#1a1a2e;font-weight:700;font-size:13px;cursor:pointer;box-shadow:0 0 20px #d4a01726;margin-top:12px;transition:box-shadow .2s}.reports-view-add-btn:hover{box-shadow:0 0 30px #d4a0174d}.reports-loading{text-align:center;color:#ffffff4d;font-size:12px;padding:20px}.reports-none{text-align:center;color:#ffffff4d;font-size:12px;padding:30px 20px}.report-video-embed{position:relative;padding-top:56.25%;background:#000;border-radius:8px;overflow:hidden;margin:8px 0}.report-video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.report-card-content a{color:#d4a017;text-decoration:underline}.report-card-content strong{color:#fff}.report-card-content code{background:#ffffff14;padding:1px 4px;border-radius:3px;font-size:11px}.report-card-content .lp-card{margin:8px 0}.report-card-edit{background:none;border:none;color:#ffffff4d;font-size:10px;cursor:pointer;padding:2px 6px;border-radius:4px;transition:color .2s,background .2s}.report-card-edit:hover{color:#d4a017;background:#d4a0171a}
