body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}code{font-family:VT323,monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:VT323,monospace;font-size:18px;line-height:1.4}body[data-theme=dark]{background:#0a0014;color:#b8a0ff}body[data-theme=light]{background:#f5f0ff;color:#4a2766}.App{display:flex;flex-direction:column;min-height:100vh}.App,.terminal{position:relative}.terminal{flex:1 1;padding:20px}body[data-theme=dark] .terminal{background:linear-gradient(180deg,#0a0014,#1a0d2e)}body[data-theme=light] .terminal{background:linear-gradient(180deg,#f5f0ff,#e6d9ff)}.terminal:before{background:repeating-linear-gradient(0deg,#b8a0ff08,#b8a0ff08 1px,#0000 0,#0000 2px);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.header{margin-bottom:40px;position:relative;z-index:1}.ascii-art{margin-bottom:20px;text-align:center}.ascii-logo{align-items:center;display:flex;flex-direction:column;margin-bottom:15px}.ascii-text{display:block;font-size:20px;letter-spacing:2px;line-height:1.1;white-space:pre}body[data-theme=dark] .ascii-text{color:#9d4edd;text-shadow:0 0 10px #9d4edd4d}body[data-theme=light] .ascii-text{color:#7b3f99;text-shadow:0 0 5px #7b3f9933}body[data-theme=light] .ascii-text .pulse-active{animation:pulse 1s infinite;color:#d400d4;text-shadow:0 0 10px #d400d4}.subtitle{border-left:none;border-right:none;display:inline-block;font-size:18px;letter-spacing:3px;padding:10px 20px}body[data-theme=dark] .subtitle{border:1px solid #7b3f99;color:#c77dff}body[data-theme=light] .subtitle{border:1px solid #9d4edd;color:#7b3f99}.system-info{font-size:16px;padding:10px 0}body[data-theme=dark] .system-info{border-bottom:1px solid #4a2766;border-top:1px solid #4a2766;color:#7b3f99}body[data-theme=light] .system-info{border-bottom:1px solid #c77dff;border-top:1px solid #c77dff;color:#7b3f99}.prompt{font-weight:700}body[data-theme=dark] .prompt{color:#c77dff}body[data-theme=light] .prompt{color:#9d4edd}.timestamp{color:#7b3f99;opacity:.8}.loading{padding:100px 20px;text-align:center}body[data-theme=dark] .loading{color:#9d4edd}body[data-theme=light] .loading{color:#7b3f99}.blink{animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.error{background:#ff6b6b1a;border:1px solid #ff6b6b;color:#ff6b6b;margin:20px 0;padding:20px}.table-container{margin:20px 0;overflow-x:auto;position:relative;z-index:1}.filter-controls{border-bottom:1px solid #4a2766;margin-bottom:20px;margin-top:10px;padding:10px 0;text-align:left}.filter-controls .prompt{color:#c77dff;font-size:16px;font-weight:700;margin-right:15px}.filter-button{background:#0000;cursor:pointer;display:inline-block;font-family:VT323,monospace;font-size:14px;letter-spacing:1px;margin:4px 5px;padding:5px 12px;transition:all .2s ease}body[data-theme=dark] .filter-button{border:1px solid #7b3f99;color:#b8a0ff}body[data-theme=light] .filter-button{border:1px solid #9d4edd;color:#7b3f99}body[data-theme=dark] .filter-button:hover{background:#7b3f9933;border-color:#9d4edd;color:#e0aaff;text-shadow:0 0 8px #e0aaff4d}body[data-theme=light] .filter-button:hover{background:#9d4edd1a;border-color:#7b3f99;color:#5a2d7a}body[data-theme=dark] .filter-button.active{background:#9d4edd4d;border-color:#c77dff;color:#f0d6ff;text-shadow:0 0 10px #f0d6ff66}body[data-theme=light] .filter-button.active{background:#9d4edd33;border-color:#7b3f99;color:#5a2d7a}.filter-count{color:#7b3f99;margin-left:5px;opacity:.8}.conference-table{border-collapse:collapse;min-width:800px;width:100%}.conference-table thead{border-bottom:2px solid}body[data-theme=dark] .conference-table thead{background:#7b3f9933;border-bottom-color:#7b3f99}body[data-theme=light] .conference-table thead{background:#9d4edd1a;border-bottom-color:#9d4edd}.conference-table th{border-right:1px solid;font-size:16px;font-weight:400;letter-spacing:1px;padding:12px 10px;text-align:left}body[data-theme=dark] .conference-table th{border-right-color:#4a2766;color:#c77dff}body[data-theme=light] .conference-table th{border-right-color:#d4b5ff;color:#7b3f99}.conference-table th:last-child{border-right:none}.conference-table tbody tr{border-bottom:1px solid;transition:all .2s ease}body[data-theme=dark] .conference-table tbody tr{border-bottom-color:#2a1a4e}body[data-theme=light] .conference-table tbody tr{border-bottom-color:#e6d9ff}body[data-theme=dark] .conference-table tbody tr:nth-child(2n){background:#7b3f9914}body[data-theme=light] .conference-table tbody tr:nth-child(2n){background:#9d4edd0d}body[data-theme=dark] .conference-table tbody tr:hover{background:#9d4edd26}body[data-theme=light] .conference-table tbody tr:hover{background:#9d4edd1a}.conference-table td{border-right:1px solid;padding:10px}body[data-theme=dark] .conference-table td{border-right-color:#2a1a4e;color:#b8a0ff}body[data-theme=light] .conference-table td{border-right-color:#e6d9ff;color:#5a2d7a}.conference-table td:last-child{border-right:none}.conference-table a{border-bottom:1px dotted;text-decoration:none;transition:all .2s ease}body[data-theme=dark] .conference-table a{border-bottom-color:#9d4edd;color:#e0aaff}body[data-theme=light] .conference-table a{border-bottom-color:#9d4edd;color:#7b3f99}.conference-table a:hover{border-bottom-style:solid}body[data-theme=dark] .conference-table a:hover{color:#f0d6ff;text-shadow:0 0 8px #e0aaff99}body[data-theme=light] .conference-table a:hover{color:#5a2d7a;text-shadow:0 0 3px #7b3f994d}.status{font-weight:700}.status-badge{border:1px solid;display:inline-block;font-size:14px;letter-spacing:1px;padding:3px 8px}body[data-theme=dark] .status.expired .status-badge{background:#6666661a;border-color:#666;color:#666}body[data-theme=dark] .status.today .status-badge,body[data-theme=dark] .status.tomorrow .status-badge{animation:pulse 1s infinite;background:#f0f3;border-color:#f0f;color:#f0f}body[data-theme=dark] .status.urgent .status-badge{background:#ff6b6b1a;border-color:#ff6b6b;color:#ff6b6b}body[data-theme=dark] .status.soon .status-badge{background:#ffd93d1a;border-color:#ffd93d;color:#ffd93d}body[data-theme=dark] .status.normal .status-badge{background:#6bcf7f1a;border-color:#6bcf7f;color:#6bcf7f}body[data-theme=light] .status.expired .status-badge{background:#66666626;border-color:#666;color:#666}body[data-theme=light] .status.today .status-badge,body[data-theme=light] .status.tomorrow .status-badge{animation:pulse 1s infinite;background:#d400d426;border-color:#d400d4;color:#d400d4}body[data-theme=light] .status.urgent .status-badge{background:#dc143c26;border-color:#dc143c;color:#dc143c}body[data-theme=light] .status.soon .status-badge{background:#ff8c0033;border-color:#ff8c00;color:#ff8c00;font-weight:700}body[data-theme=light] .status.normal .status-badge{background:#228b2226;border-color:#228b22;color:#228b22}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.cfp-link{border-radius:2px;font-size:14px;padding:2px 6px;transition:all .2s ease}body[data-theme=dark] .cfp-link{background:#9d4edd33;border:1px solid #7b3f99}body[data-theme=light] .cfp-link{background:#9d4edd1a;border:1px solid #9d4edd}body[data-theme=dark] .cfp-link:hover{background:#9d4edd66;border-color:#9d4edd}body[data-theme=light] .cfp-link:hover{background:#9d4edd33;border-color:#7b3f99}.expired-toggle{margin-top:20px;text-align:center}.toggle-button{background:#0000;cursor:pointer;font-family:VT323,monospace;font-size:16px;letter-spacing:1px;padding:8px 20px;transition:all .2s ease}body[data-theme=dark] .toggle-button{border:1px solid #7b3f99;color:#b8a0ff}body[data-theme=light] .toggle-button{border:1px solid #9d4edd;color:#7b3f99}body[data-theme=dark] .toggle-button:hover{background:#7b3f9933;border-color:#9d4edd;color:#e0aaff;text-shadow:0 0 8px #e0aaff4d}body[data-theme=light] .toggle-button:hover{background:#9d4edd1a;border-color:#7b3f99;color:#5a2d7a}.toggle-button .prompt{color:#c77dff;margin-right:5px}.footer{border-top:1px solid;margin-top:40px;padding-top:20px;position:relative;z-index:1}body[data-theme=dark] .footer{border-top-color:#4a2766}body[data-theme=light] .footer{border-top-color:#c77dff}.footer-text{font-size:16px;opacity:.8}body[data-theme=dark] .footer-text,body[data-theme=light] .footer-text{color:#7b3f99}.footer-link{border-bottom:1px dotted;text-decoration:none;transition:all .2s ease}body[data-theme=dark] .footer-link{border-bottom-color:#9d4edd;color:#e0aaff}body[data-theme=light] .footer-link{border-bottom-color:#9d4edd;color:#7b3f99}.footer-link:hover{border-bottom-style:solid}body[data-theme=dark] .footer-link:hover{color:#f0d6ff;text-shadow:0 0 8px #e0aaff99}body[data-theme=light] .footer-link:hover{color:#5a2d7a;text-shadow:0 0 3px #7b3f994d}.scanlines{animation:scanlines 8s linear infinite;background:linear-gradient(180deg,#0000 50%,#b8a0ff05 0);background-size:100% 4px;bottom:0;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:2}@keyframes scanlines{0%{background-position:0 0}to{background-position:0 10px}}.theme-toggle{display:flex;gap:8px;left:20px;position:absolute;top:20px;z-index:1000}.theme-btn{align-items:center;background:#0000;border-radius:4px;cursor:pointer;display:flex;font-size:20px;height:36px;justify-content:center;opacity:.5;transition:all .2s ease;width:36px}body[data-theme=dark] .theme-btn{border:1px solid #7b3f99;color:#666}body[data-theme=light] .theme-btn{border:1px solid #9d4edd;color:#999}body[data-theme=dark] .theme-btn:hover{background:#7b3f9933;border-color:#9d4edd;opacity:.7}body[data-theme=light] .theme-btn:hover{background:#9d4edd1a;border-color:#7b3f99;opacity:.7}body[data-theme=dark] .theme-btn.active{background:#9d4edd4d;border-color:#c77dff;color:#c77dff;opacity:1}body[data-theme=light] .theme-btn.active{background:#ffd93d33;border-color:#ffd93d;color:orange;opacity:1}@media (max-width:768px){body{font-size:16px}.ascii-text{font-size:14px;letter-spacing:1px}.subtitle{letter-spacing:2px}.conference-table,.subtitle{font-size:14px}.conference-table td,.conference-table th{padding:8px 5px}.status-badge{font-size:12px;padding:2px 4px}}
/*# sourceMappingURL=main.354e08eb.css.map*/