body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg-color: #ffffff;--text-color: hsl(0, 0%, 0%);--text-primary: #000000;--text-secondary: #000000;--accent-color: #333333;--card-bg: #ffffff;--border-color: #000000;--hover-bg: #f5f5f5;--primary-color: #000000;--primary-light: #eff6ff;--link-color: darkblue;--text-special-color: #526cff}[data-theme=dark]{--bg-color: #1a1d21;--text-color: #e0e0e0;--text-primary: #ffffff;--text-secondary: #ababad;--accent-color: #36c5f0;--card-bg: #222529;--border-color: #3d4043;--hover-bg: #2c2f33;--primary-color: #36c5f0;--primary-light: #2c3e50;--link-color: #66b2ff;--text-special-color: #1d34ff}body{background-color:var(--bg-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease}.theme-toggle{position:fixed;top:1rem;right:1rem;background:var(--card-bg);border:1px solid var(--border-color);border-radius:50%;width:44px;height:44px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;transition:all .3s ease;z-index:1000;box-shadow:0 2px 8px #0000001a}.theme-toggle:hover{transform:scale(1.1);box-shadow:0 4px 12px #00000026}[data-theme=dark] .theme-toggle{box-shadow:0 2px 8px #0000004d}.theme-toggle .sun-icon{display:none}.theme-toggle .moon-icon,[data-theme=dark] .theme-toggle .sun-icon{display:block}[data-theme=dark] .theme-toggle .moon-icon{display:none}.App{display:flex;flex-direction:column;font-family:Arial,sans-serif;padding:20px;gap:20px;min-height:100vh;box-sizing:border-box}.sidebar{order:2;width:100%;max-width:100%;margin-top:0}.conference-list{order:1;display:flex;flex-direction:column;flex-grow:1;width:100%;min-width:0}.conference-card{--font-size-title: clamp(.7rem, 2vw, 1.5rem);--font-size-body: clamp(.6rem, 1.5vw, 1rem);--font-size-note: clamp(.4rem, 1.2vw, .9rem);border-radius:5px;word-break:break-word}.conference-card h3{margin-top:0;font-size:var(--font-size-title)}.conference-card span{font-weight:700;font-size:var(--font-size-body)}.conference-card .body-text{font-size:var(--font-size-note)}.conference-card h5{margin-top:0;font-size:var(--font-size-title)}@media(min-width:768px){.App{flex-direction:row;align-items:flex-start}.sidebar{order:1;flex:0 0 400px;max-width:400px;margin-top:0;margin-right:20px;width:400px}.conference-list{order:2;flex:1 1 auto;max-width:calc(100% - 320px);min-width:0}}
