:root{--bg-color:#0f1115;--bg-sidebar:#16181d;--bg-card:#1e212899;--bg-card-hover:#2d3038cc;--text-primary:#e2e8f0;--text-secondary:#94a3b8;--text-muted:#64748b;--accent-primary:#3b82f6;--accent-secondary:#8b5cf6;--accent-glow:#3b82f680;--border-color:#ffffff14;--glass-border:#ffffff1a;--glass-bg:#16181d99}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;overflow-x:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes pulseGlow{0%{box-shadow:0 0 #3b82f666}70%{box-shadow:0 0 0 10px #3b82f600}to{box-shadow:0 0 #3b82f600}}.app-container{width:100vw;height:100vh;display:flex;overflow:hidden}.sidebar{background-color:var(--bg-sidebar);border-right:1px solid var(--border-color);z-index:10;flex-direction:column;flex-shrink:0;width:260px;padding:1.5rem;display:flex}.brand{color:var(--text-primary);letter-spacing:-.02em;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:1.25rem;font-weight:700;display:flex}.brand-icon{color:var(--accent-primary);filter:drop-shadow(0 0 8px var(--accent-glow))}.nav-links{flex-direction:column;gap:.5rem;display:flex}.nav-item{color:var(--text-secondary);cursor:pointer;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{color:var(--text-primary);background-color:#ffffff0d}.nav-item.active{color:var(--accent-primary);border-left:2px solid var(--accent-primary);background:linear-gradient(90deg,#3b82f626 0%,#3b82f600 100%)}.main-content{background:radial-gradient(circle at 100% 0,#3b82f60d,#0000 400px);flex-direction:column;flex:1;display:flex;position:relative;overflow-y:auto}.bottom-search-bar{z-index:20;background:linear-gradient(to top, var(--bg-color) 40%, #0f1115cc 80%, transparent 100%);padding:2rem 2rem calc(1.5rem + env(safe-area-inset-bottom)) 2rem;margin-top:auto;position:sticky;bottom:0}@media (width<=768px){.bottom-search-bar{padding:1.5rem 1rem calc(5rem + env(safe-area-inset-bottom)) 1rem}}.search-container{-webkit-backdrop-filter:blur(16px);background:#1e293bd9;border:1px solid #3b82f64d;border-radius:1.5rem;flex-direction:column;width:100%;max-width:800px;margin:0 auto;transition:all .3s;display:flex;position:relative;box-shadow:0 10px 40px -10px #00000080,0 0 15px #3b82f626}.search-container:focus-within{border-color:var(--accent-primary);box-shadow:0 10px 40px -10px #3b82f64d,0 0 25px #3b82f64d}.search-textarea{width:100%;min-height:80px;max-height:200px;color:var(--text-primary);resize:none;background:0 0;border:none;padding:1rem 3.5rem 1rem 1.5rem;font-family:inherit;font-size:1rem;line-height:1.5}.search-textarea:focus{outline:none}.search-icon-btn{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;bottom:.75rem;right:.75rem}.search-icon-btn:hover{background:#2563eb;transform:scale(1.05)}.search-icon-btn:disabled{color:var(--text-muted);cursor:not-allowed;background:#ffffff1a;transform:none}.search-char-count{color:var(--text-muted);font-size:.75rem;font-weight:500;position:absolute;top:-1.5rem;right:1.5rem}.page-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.page-header{margin-bottom:2rem;animation:.4s ease-out fadeIn}.page-title{background:linear-gradient(90deg,#e2e8f0,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.page-subtitle{color:var(--text-secondary);font-size:.95rem}.cluster-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(180px,auto);gap:1.5rem;display:grid}.cluster-card{background-color:var(--bg-card);border:1px solid var(--glass-border);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;flex-direction:column;padding:1.5rem;transition:all .3s cubic-bezier(.25,.8,.25,1);animation:.4s ease-out backwards slideInRight;display:flex;position:relative;overflow:hidden}.cluster-card:hover{background-color:var(--bg-card-hover);border-color:#fff3;transform:translateY(-4px);box-shadow:0 10px 25px -5px #00000080,0 8px 10px -6px #0000001a}.cluster-card.featured{background:linear-gradient(135deg,#1e2128e6 0%,#14161cb3 100%);grid-area:span 2/span 2}.cluster-card.featured .cluster-title{margin-top:auto;margin-bottom:1.5rem;font-size:1.6rem;line-height:1.3}.cluster-card.large{grid-area:span 1/span 2}.cluster-card.normal{grid-area:span 1/span 1}.cluster-badge.top-1{color:#f87171;background:linear-gradient(90deg,#ef444426,#f9731626);border-color:#ef44444d}.featured-glow{border-radius:inherit;background:linear-gradient(45deg, #f87171, var(--accent-secondary), var(--accent-primary));-webkit-mask-composite:xor;pointer-events:none;background-size:200% 200%;padding:2px;animation:3s infinite gradientFlow;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes gradientFlow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.heat-bar-container{background-color:#ffffff0d;border-radius:2px;width:100%;height:4px;margin-top:1.25rem;overflow:hidden}.heat-bar-fill{background:linear-gradient(90deg, var(--accent-primary), #f87171);border-radius:2px;height:100%;transition:width 1s cubic-bezier(.25,.8,.25,1)}.cluster-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.cluster-badge{color:#60a5fa;background:#3b82f61a;border:1px solid #3b82f633;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.cluster-size{color:var(--text-muted);align-items:center;gap:.25rem;margin-left:auto;font-size:.8rem;display:flex}.cluster-title{color:var(--text-primary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:1.1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.cluster-meta{border-top:1px solid var(--glass-border);color:var(--text-secondary);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;font-size:.8rem;display:flex}@media (width<=1200px){.cluster-grid{grid-template-columns:repeat(3,1fr)}.cluster-card.featured{grid-area:span 2/span 2}.cluster-card.large{grid-column:span 1}}@media (width<=768px){.cluster-grid{grid-template-columns:repeat(2,1fr)}.cluster-card.featured,.cluster-card.large,.cluster-card.normal{grid-area:span 1/span 2}.cluster-card.featured .cluster-title{font-size:1.2rem}}.timeline-container{max-width:800px;margin:0 auto;padding:1rem 0}.timeline-group{margin-bottom:2.5rem;animation:.5s ease-out backwards fadeIn}.timeline-date-header{-webkit-backdrop-filter:blur(12px);z-index:10;background:#0f1115d9;align-items:center;margin-bottom:1.5rem;padding:1rem 0;display:flex;position:sticky;top:0}.timeline-date-header:after{content:"";background:linear-gradient(90deg,#3b82f64d 0%,#0000 100%);flex:1;height:1px;margin-left:1rem}.timeline-date{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;display:flex}.timeline-date:before{content:"";background:var(--accent-primary);width:4px;height:16px;box-shadow:0 0 8px var(--accent-glow);border-radius:2px;display:inline-block}.timeline-items{padding-left:2rem;position:relative}.timeline-items:before{content:"";background:linear-gradient(to bottom, var(--accent-primary), var(--accent-secondary), transparent);opacity:.3;width:2px;position:absolute;top:0;bottom:0;left:7px}.timeline-item{background:var(--bg-card);border:1px solid var(--glass-border);cursor:pointer;border-radius:.75rem;margin-bottom:1rem;padding:1.25rem;transition:all .2s;position:relative}.timeline-item:hover{background:var(--bg-card-hover);border-color:#3b82f666;transform:translate(4px)}.timeline-item:before{content:"";background:var(--bg-color);border:2px solid var(--accent-primary);z-index:1;border-radius:50%;width:12px;height:12px;transition:all .2s;position:absolute;top:1.5rem;left:calc(-2rem - 1px)}.timeline-item:hover:before{background:var(--accent-primary);box-shadow:0 0 10px var(--accent-primary);transform:translate(-4px)}.timeline-title{margin-bottom:.5rem;font-size:1.05rem;font-weight:500;line-height:1.4}.timeline-source{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.loading-spinner{height:200px;color:var(--accent-primary);justify-content:center;align-items:center;display:flex}.loading-spinner svg{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;color:var(--text-muted);padding:4rem 2rem}.empty-state svg{opacity:.5;margin-bottom:1rem}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff3}.content-wrapper{flex-direction:column;flex:1;display:flex}.app-footer{border-top:1px solid var(--glass-border);background:#0f11154d;margin-top:auto;padding:4rem 2rem}.footer-content{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.footer-links{color:var(--text-secondary);align-items:center;gap:1rem;font-size:.9rem;display:flex}.footer-links a{color:var(--text-secondary);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--text-primary)}.footer-links strong{color:var(--text-primary);font-weight:600}.separator{color:var(--border-color)}.copyright{color:var(--text-muted);font-size:.85rem}.disclaimer{color:var(--text-muted);opacity:.7;word-break:keep-all;max-width:100%;font-size:.8rem;line-height:1.5}@media (width<=768px){.app-container{flex-direction:column}.sidebar{z-index:100;width:280px;transition:left .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;left:-280px}.sidebar.open{left:0}.sidebar-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90;opacity:0;visibility:hidden;background:#00000080;transition:all .3s;position:fixed;inset:0}.sidebar-backdrop.visible{opacity:1;visibility:visible}.mobile-header{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);z-index:50;align-items:center;padding:1.25rem 1.5rem;display:flex;position:sticky;top:0}.mobile-brand{letter-spacing:-.03em;background:linear-gradient(90deg,#e2e8f0,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;align-items:center;gap:.75rem;margin-left:1rem;font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.mobile-logo{object-fit:cover;border-radius:6px;width:28px;height:28px}.menu-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin:-.5rem;padding:.5rem;display:flex}.sidebar-close-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.5rem;display:block;position:absolute;top:1.5rem;right:1.5rem}}@media (width>=769px){.mobile-header,.sidebar-close-btn,.sidebar-backdrop{display:none}}.legal-page .legal-content{padding:2.5rem;line-height:1.7}.legal-content section{margin-bottom:2rem}.legal-content section:last-child{margin-bottom:0}.legal-content h2{color:var(--accent-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.legal-content p{color:var(--text-primary);margin-bottom:.75rem;font-size:.95rem}.legal-content ul{color:var(--text-primary);margin-bottom:1rem;padding-left:1.5rem;font-size:.95rem}.legal-content li{margin-bottom:.5rem}.date-filter-form{flex-direction:column;gap:.6rem;width:fit-content;margin-top:1.5rem;margin-bottom:.5rem;display:flex}.date-filter-header{color:var(--accent-primary);align-items:center;gap:.4rem;margin-left:.2rem;font-size:.8rem;font-weight:600;display:flex}.date-inputs{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;align-items:center;gap:.4rem;padding:.4rem;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.date-input{color:var(--text-primary);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.55rem .75rem;font-family:inherit;font-size:.9rem;transition:all .2s}.date-input:hover{background:#ffffff0d}.date-input:focus{box-shadow:inset 0 0 0 1px var(--accent-primary);background:#ffffff1a;outline:none}.date-separator{color:var(--text-muted);padding:0 .1rem;font-weight:600}.date-filter-submit{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-left:.2rem;padding:.55rem 1.1rem;font-size:.85rem;font-weight:600;transition:background .2s,transform .1s}.date-filter-submit:hover{background:var(--accent-hover)}.date-filter-submit:active{transform:scale(.97)}@media (width<=768px){.date-filter-form{width:100%}.date-inputs{flex-wrap:wrap;justify-content:space-between}.date-input{text-align:center;flex:1;padding:.6rem}.date-filter-submit{width:100%;margin-top:.2rem;margin-left:0;padding:.7rem}}.spin-anim{animation:1s linear infinite spin}.pulse-anim{animation:1.5s ease-in-out infinite alternate pulse}@keyframes pulse{0%{opacity:.7;transform:scale(.9)}to{opacity:1;transform:scale(1.1)}}
