@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-card:#1e293bb3;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent:#3b82f6;--accent-hover:#2563eb;--border:#ffffff1a;--shadow:0 10px 15px -3px #0003, 0 4px 6px -2px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:Inter,sans-serif;line-height:1.5;overflow-x:hidden}#root{width:100%;min-height:100vh}.app-container{color:#e2e8f0;background:linear-gradient(145deg,#0f172a 0%,#1e293b 100%);min-height:100vh;padding:1.5rem 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.app-header{border-bottom:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.header-left{flex-direction:column;gap:.25rem;display:flex}.header-right{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.app-header h1{background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:700}.last-update{color:#64748b;font-size:.7rem}.filter-group{background:#0f172a80;border:1px solid #ffffff14;border-radius:8px;display:flex;overflow:hidden}.filter-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:.4rem .8rem;font-size:.75rem;font-weight:600;transition:all .2s}.filter-btn:not(:last-child){border-right:1px solid #ffffff14}.filter-btn.active{color:#a5b4fc;background:#6366f133}.filter-btn:hover:not(.active){color:#e2e8f0;background:#ffffff0d}.open-filter.active{color:#34d399;background:#10b98126}.closed-filter.active{color:#f87171;background:#ef444426}.refresh-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#6366f1);border:none;border-radius:8px;padding:.5rem 1.2rem;font-size:.8rem;font-weight:600;transition:all .2s}.refresh-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}.error-msg{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin-bottom:1.5rem;padding:.8rem 1rem;font-size:.9rem}.pairs-container{flex-direction:column;gap:1.5rem;display:flex}.pair-row{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1e293b80;border:1px solid #ffffff0f;border-radius:14px;align-items:stretch;padding:1rem;transition:all .2s;display:flex}.pair-row:hover{border-color:#ffffff1f}.pair-closed{opacity:.65;border-color:#ef444426}.pair-closed:hover{opacity:.85;border-color:#ef44444d}.pair-left{flex-direction:column;flex:0 0 340px;gap:.5rem;display:flex}.pair-tag{color:#818cf8;letter-spacing:.5px;padding-left:4px;font-size:1.1rem;font-weight:700}.pair-connector{flex:0 0 50px;justify-content:center;align-items:center;display:flex;position:relative}.connector-line{display:none}.pair-connector:before{content:"";opacity:.5;background:linear-gradient(90deg,#3b82f6,#10b981);width:100%;height:2px;display:block}.pair-closed .pair-connector:before{opacity:.3;background:linear-gradient(90deg,#ef4444,#f87171)}.connector-count{color:#a5b4fc;z-index:2;background:#6366f133;border:1px solid #6366f166;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.65rem;font-weight:700;display:flex;position:absolute}.pair-right{flex:1;align-items:center;min-width:0;display:flex}.updates-scroll{scroll-behavior:smooth;gap:.75rem;padding:.25rem 0;display:flex;overflow-x:auto}.updates-scroll::-webkit-scrollbar{height:4px}.updates-scroll::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.no-updates{color:#64748b;padding-left:.5rem;font-size:.8rem;font-style:italic}.msg-card{background:#0f172ab3;border:1px solid #ffffff14;border-radius:10px;flex-shrink:0;min-width:280px;max-width:320px;padding:.75rem;transition:all .15s}.msg-card:hover{border-color:#ffffff26;transform:translateY(-1px)}.main-card{max-width:none;min-width:unset;border-left:3px solid #3b82f6}.update-card{border-left:3px solid #10b981}.closed-card.main-card{border-left-color:#ef4444}.status-badge{letter-spacing:1px;border-radius:4px;margin-bottom:.4rem;padding:.15rem .5rem;font-size:.6rem;font-weight:700;display:inline-block}.open-status{color:#34d399;background:#10b98126;border:1px solid #10b9814d}.closed-status{color:#f87171;background:#ef444426;border:1px solid #ef44444d}.closing-badge{color:#fbbf24;letter-spacing:.5px;background:#f59e0b26;border:1px solid #f59e0b4d;border-radius:3px;margin-left:.4rem;padding:.05rem .3rem;font-size:.55rem;font-weight:700;display:inline-block}.card-header{color:#94a3b8;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.4rem;font-size:.7rem;display:flex}.card-type{color:#a78bfa;text-transform:uppercase;letter-spacing:1px;align-items:center;font-size:.6rem;font-weight:600;display:flex}.main-card .card-type{color:#60a5fa}.update-card .card-type{color:#34d399}.card-media{margin-bottom:.5rem}.card-media img{object-fit:contain;background:#0003;border-radius:6px;width:100%;max-height:140px}.card-media-gallery{gap:.5rem;margin-bottom:.5rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.card-media-gallery::-webkit-scrollbar{height:3px}.card-media-gallery::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.card-media-gallery img{object-fit:contain;background:#0003;border-radius:6px;flex-shrink:0;height:140px}.card-text{white-space:pre-wrap;word-break:break-word;color:#cbd5e1;max-height:160px;margin-bottom:.5rem;font-size:.8rem;line-height:1.45;overflow-y:auto}.card-text::-webkit-scrollbar{width:3px}.card-text::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.card-tags{flex-wrap:wrap;gap:.3rem;display:flex}.tag{color:#93c5fd;letter-spacing:.5px;background:#3b82f61f;border:1px solid #3b82f633;border-radius:3px;padding:.1rem .35rem;font-size:.6rem;font-weight:600}.matched-tag{color:#6ee7b7;background:#10b9811f;border-color:#10b9814d}.matched-tag-info{color:#64748b;margin-top:.3rem;font-size:.6rem}.empty-state{text-align:center;color:#64748b;padding:3rem 1rem}.empty-state p{margin-bottom:.5rem}.empty-hint{font-size:.8rem;font-style:italic}
