@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fafafa;min-height:100vh;color:#1a1a2e}.app{min-height:100vh}.header{background:#fff;padding:3rem 2rem;text-align:center;border-bottom:1px solid #e5e5e5}.header-content h1{font-size:2.25rem;font-weight:700;color:#1a1a2e;letter-spacing:-.02em;margin-bottom:.5rem}.tagline{color:#666;font-size:1rem;font-weight:400}.controls{background:#fff;border-bottom:1px solid #e5e5e5;padding:1.5rem 2rem;display:flex;flex-wrap:wrap;align-items:center;gap:2rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000000a}.control-group{display:flex;align-items:center;gap:.75rem}.control-group label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#666}.button-group{display:flex;background:#f0f0f0;border-radius:8px;padding:4px}.button-group button{padding:.5rem 1rem;border:none;background:transparent;font-size:.875rem;font-weight:500;color:#666;cursor:pointer;border-radius:6px;transition:all .2s ease}.button-group button:hover{color:#1a1a2e}.button-group button.active{background:#fff;color:#1a1a2e;box-shadow:0 1px 3px #0000001a}.stats{margin-left:auto}.stat{display:flex;align-items:baseline;gap:.4rem}.stat-value{font-size:1.5rem;font-weight:700;color:#0f3460}.stat-label{font-size:.875rem;color:#888}.venue-filter{background:#fff;border-bottom:1px solid #e5e5e5;padding:1rem 2rem}.venue-filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.venue-filter-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#666}.venue-info-toggle{background:none;border:none;color:#0f3460;font-size:.8rem;font-weight:500;cursor:pointer;text-decoration:underline}.venue-info-toggle:hover{color:#1a1a2e}.venue-pills{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem}.venue-pills::-webkit-scrollbar{height:4px}.venue-pills::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}.venue-pill{padding:.5rem .9rem;border:1px solid #ddd;background:#fff;border-radius:20px;font-size:.8rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease;white-space:nowrap;display:flex;align-items:center;gap:.4rem}.venue-pill:hover{border-color:#1a1a2e;color:#1a1a2e}.venue-pill.active{background:#1a1a2e;border-color:#1a1a2e;color:#fff}.prestige-badge{font-size:.65rem;font-weight:600;padding:.15rem .4rem;border-radius:10px;background:#fff3;opacity:.9}.venue-pill:not(.active) .prestige-badge{background:#f0f0f0;color:#888}.venue-description{margin-top:.75rem;padding:1rem;background:linear-gradient(135deg,#f8f9ff,#f0f4ff);border-radius:8px;border-left:3px solid #0f3460}.venue-description strong{color:#0f3460;font-size:1rem}.venue-description p{margin-top:.5rem;font-size:.875rem;line-height:1.5;color:#555}.papers-grid{max-width:900px;margin:0 auto;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.paper-card{background:#fff;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;border:1px solid #eee;transition:all .25s ease}.paper-card.clickable{cursor:pointer}.paper-card:hover{border-color:#0f3460;box-shadow:0 8px 24px #0f34601f;transform:translateY(-2px)}.paper-card{position:relative}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.rank{font-size:.75rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#0f3460,#16213e);padding:.25rem .6rem;border-radius:4px}.year{font-size:.8rem;font-weight:600;color:#888;background:#f5f5f5;padding:.25rem .6rem;border-radius:4px}.title{font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}.title a{color:#1a1a2e;text-decoration:none;transition:color .2s ease}.title a:hover{color:#0f3460}.venue{font-size:.8rem;font-weight:500;color:#0f3460;margin-bottom:.75rem}.abstract{font-size:.875rem;line-height:1.6;color:#666;flex:1;margin-bottom:1rem;cursor:pointer;position:relative;transition:all .3s ease}.abstract p{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin:0}.abstract.expanded p{display:block;-webkit-line-clamp:unset;line-clamp:unset;overflow:visible}.abstract:hover{color:#444}.expand-hint{display:block;font-size:.75rem;color:#0f3460;font-weight:500;margin-top:.5rem;opacity:.7;transition:opacity .2s ease}.abstract:hover .expand-hint{opacity:1}.card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #f0f0f0;gap:1rem}.authors{font-size:.8rem;color:#888;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.citations{display:flex;align-items:center;gap:.4rem;font-size:.9rem;font-weight:700;color:#0f3460;background:#e8f4fd;padding:.4rem .75rem;border-radius:6px;white-space:nowrap}.citations svg{width:16px;height:16px}@media(max-width:768px){.header{padding:2.5rem 1.5rem}.header-content h1{font-size:1.75rem}.controls{padding:1rem;gap:1rem}.control-group{flex-direction:column;align-items:flex-start;gap:.5rem}.stats{margin-left:0;width:100%;padding-top:1rem;border-top:1px solid #eee}.papers-grid{grid-template-columns:1fr;padding:1rem;gap:1rem}}.load-more{display:flex;justify-content:center;padding:2rem}.load-more button{padding:.75rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:#1a1a2e;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.load-more button:hover{background:#0f3460}.year-indicator{position:fixed;right:24px;top:50%;transform:translateY(-50%);background:#1a1a2e;color:#fff;padding:.75rem 1.25rem;border-radius:24px;font-size:1.25rem;font-weight:700;box-shadow:0 4px 16px #0003;z-index:1000;pointer-events:none}.year-timeline{position:sticky;top:72px;z-index:99;background:#fafafa;padding:.75rem 2rem;display:flex;gap:.5rem;overflow-x:auto;border-bottom:1px solid #e5e5e5}.year-pill{padding:.4rem .9rem;border:1px solid #ddd;background:#fff;border-radius:20px;font-size:.8rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease;white-space:nowrap}.year-pill:hover{border-color:#1a1a2e;color:#1a1a2e}.year-pill.active{background:#1a1a2e;border-color:#1a1a2e;color:#fff}@media(max-width:768px){.year-indicator{right:12px;padding:.5rem 1rem;font-size:1rem}.year-timeline{padding:.5rem 1rem}}.header{position:relative}.calibrate-btn{position:absolute;right:2rem;top:50%;transform:translateY(-50%);padding:.6rem 1.2rem;background:#1a1a2e;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.calibrate-btn:hover{background:#0f3460}.card-actions{display:flex;align-items:center;gap:.75rem}.intuitive-btn{padding:.4rem .75rem;background:#f0f4ff;color:#1a1a2e;border:1px solid #c7d2fe;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.intuitive-btn:hover{background:#e0e7ff;border-color:#a5b4fc}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.modal{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;padding:2rem;box-shadow:0 20px 60px #0000004d}.modal h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#1a1a2e}.modal-subtitle{color:#666;margin-bottom:1.5rem}.terms-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.term-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem;background:#f8f8f8;border-radius:8px}.term-info{flex:1}.term-name{display:block;font-weight:600;color:#1a1a2e;margin-bottom:.2rem}.term-desc{font-size:.8rem;color:#888}.term-rating{display:flex;align-items:center;gap:.75rem}.term-rating input[type=range]{width:100px;cursor:pointer}.rating-value{font-weight:700;color:#1a1a2e}.calibration-progress{height:6px;background:#e5e5e5;border-radius:3px;margin-bottom:2rem;overflow:hidden}.calibration-progress .progress-bar{height:100%;background:linear-gradient(90deg,#0f3460,#3b82f6);border-radius:3px;transition:width .3s ease}.single-term{text-align:center;padding:2rem 1rem;background:linear-gradient(135deg,#f8f9ff,#f0f4ff);border-radius:12px;margin-bottom:2rem}.term-name-large{font-size:1.75rem;font-weight:700;color:#1a1a2e;margin-bottom:.5rem}.term-area{font-size:.85rem;color:#0f3460;text-transform:capitalize;font-weight:500;background:#e0e7ff;display:inline-block;padding:.25rem .75rem;border-radius:20px;margin-bottom:.5rem}.single-term .reveal-definition-btn,.single-term .term-definition{display:block;margin-left:auto;margin-right:auto}.rating-section{text-align:center;padding:1rem 0}.rating-labels{display:flex;justify-content:space-between;font-size:.8rem;color:#888;margin-bottom:.75rem}.rating-slider{width:100%;height:8px;-webkit-appearance:none;appearance:none;background:#e5e5e5;border-radius:4px;outline:none;cursor:pointer}.rating-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;background:#1a1a2e;border-radius:50%;cursor:pointer;transition:transform .2s ease}.rating-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.rating-slider::-moz-range-thumb{width:24px;height:24px;background:#1a1a2e;border:none;border-radius:50%;cursor:pointer}.rating-value-large{font-size:2.5rem;font-weight:700;color:#0f3460;margin-top:1rem;min-width:24px;text-align:center}.reveal-definition-btn{margin-top:1rem;padding:.5rem 1rem;background:transparent;color:#0f3460;border:1px dashed #c7d2fe;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.reveal-definition-btn:hover{background:#f0f4ff;border-color:#a5b4fc;border-style:solid}.term-definition{margin-top:1rem;padding:1rem;background:#f8f9ff;border-left:3px solid #0f3460;border-radius:0 8px 8px 0;font-size:.9rem;line-height:1.6;color:#444;text-align:left}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}.btn-primary{padding:.6rem 1.25rem;background:#1a1a2e;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease}.btn-primary:hover{background:#0f3460}.btn-secondary{padding:.6rem 1.25rem;background:#f0f0f0;color:#666;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease}.btn-secondary:hover{background:#e0e0e0}.intuitive-modal{max-width:700px}.simplified-section{margin-bottom:1.25rem}.simplified-section label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:.4rem}.simplified-section .original{color:#888;font-size:.9rem}.simplified-section .simplified{color:#1a1a2e;font-size:1rem;line-height:1.5;background:#f0f4ff;padding:1rem;border-radius:8px;border-left:3px solid #1a1a2e}.simplified-section .simplified.streaming{border-left-color:#3b82f6}.streaming-indicator{color:#3b82f6;animation:pulse 1s ease-in-out infinite;margin-left:.5rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.loading{text-align:center;padding:2rem;color:#666}.error{color:#dc2626;padding:1rem;background:#fef2f2;border-radius:8px}.chat-section{margin-top:1.5rem;border-top:1px solid #e5e5e5;padding-top:1rem}.start-chat-btn{width:100%;padding:.75rem 1rem;background:transparent;color:#0f3460;border:1px dashed #c7d2fe;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.start-chat-btn:hover{background:#f0f4ff;border-color:#a5b4fc;border-style:solid}.chat-header{font-size:.85rem;font-weight:600;color:#666;margin-bottom:.75rem}.chat-messages{max-height:200px;overflow-y:auto;border:1px solid #e5e5e5;border-radius:8px;padding:.75rem;margin-bottom:.75rem;background:#fafafa}.chat-hint{text-align:center;color:#888;font-size:.85rem;font-style:italic;padding:1rem}.chat-message{margin-bottom:.75rem}.chat-message:last-child{margin-bottom:0}.chat-message.user .message-content{background:#0f3460;color:#fff;padding:.6rem .9rem;border-radius:12px 12px 4px;margin-left:20%;font-size:.875rem;line-height:1.5}.chat-message.assistant .message-content{background:#fff;color:#1a1a2e;padding:.6rem .9rem;border-radius:12px 12px 12px 4px;margin-right:20%;font-size:.875rem;line-height:1.5;border:1px solid #e5e5e5}.chat-message.assistant .message-content.typing{color:#888;font-style:italic}.chat-message.assistant .message-content.streaming{color:#1a1a2e}.chat-message.assistant .message-content.streaming:after{content:"▊";animation:blink 1s infinite;margin-left:2px;color:#0f3460}.chat-input-area{display:flex;gap:.5rem}.chat-input-area input{flex:1;padding:.6rem .9rem;border:1px solid #ddd;border-radius:8px;font-size:.875rem;outline:none;transition:border-color .2s ease}.chat-input-area input:focus{border-color:#0f3460}.chat-input-area input:disabled{background:#f5f5f5}.chat-input-area button{padding:.6rem 1rem;background:#0f3460;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:background .2s ease}.chat-input-area button:hover:not(:disabled){background:#1a1a2e}.chat-input-area button:disabled{background:#ccc;cursor:not-allowed}@media(max-width:768px){.calibrate-btn{position:static;transform:none;margin-top:1rem}.term-row{flex-direction:column;align-items:flex-start}.term-rating{width:100%;margin-top:.5rem}.term-rating input[type=range]{flex:1}.chat-message.user .message-content{margin-left:10%}.chat-message.assistant .message-content{margin-right:10%}.venue-filter{padding:.75rem 1rem}.venue-pills{gap:.4rem}.venue-pill{padding:.4rem .7rem;font-size:.75rem}}.home-page{min-height:100vh;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.hero{padding:10vh 8vw 6vh;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1400px;margin:0 auto}.hero-content{max-width:600px}.hero-title{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;margin-bottom:2rem;letter-spacing:-.03em}.hero-title .light{font-weight:300;color:#9ca3af}.hero-title .bold{font-weight:700;color:#111827}.hero-subtitle{font-size:1.1rem;line-height:1.7;color:#4b5563;margin-bottom:2.5rem}.cta-button{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 1.6rem;background:#3b82f6;color:#fff;font-size:.95rem;font-weight:500;text-decoration:none;border-radius:50px;transition:all .2s ease}.cta-button:hover{background:#2563eb;transform:translateY(-1px)}.cta-button svg{transition:transform .2s ease}.cta-button:hover svg{transform:translate(3px)}.hero-image{display:flex;justify-content:center;align-items:center}.hero-image img{max-width:100%;width:100%;height:auto;max-height:650px;object-fit:contain;border-radius:8px}.what-section{padding:6rem 8vw;border-top:1px solid #f3f4f6}.section-label{display:block;font-size:.75rem;font-weight:500;letter-spacing:.1em;color:#9ca3af;margin-bottom:3rem}.features-row{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.feature-item h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.75rem}.feature-item p{font-size:.95rem;line-height:1.6;color:#6b7280}@media(max-width:900px){.hero{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-content{max-width:100%}.hero-image img{max-height:350px}.cta-button{margin:0 auto}}@media(max-width:768px){.hero{padding:6vh 6vw 4vh}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.what-section{padding:4rem 6vw}.features-row{grid-template-columns:1fr;gap:2rem}}.paper-detail-page{min-height:100vh;background:#f8f9fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem}.error-container h1{color:#dc2626}.detail-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e5e5e5;position:sticky;top:0;z-index:100}.back-link{color:#0f3460;text-decoration:none;font-weight:500;font-size:.9rem;transition:color .2s ease}.back-link:hover{color:#1a1a2e}.paper-meta{display:flex;gap:.75rem;align-items:center}.year-badge,.venue-badge,.citations-badge{padding:.3rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.year-badge{background:#1a1a2e;color:#fff}.venue-badge{background:#e0e7ff;color:#0f3460}.citations-badge{background:#f0fdf4;color:#166534}.split-container{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 60px)}.split-pane{display:flex;flex-direction:column;overflow:hidden}.original-pane{background:#fff;border-right:1px solid #e5e5e5}.simplified-pane{background:#f9fafb}.pane-header{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-bottom:1px solid rgba(0,0,0,.1)}.pane-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#666}.generating-badge{font-size:.7rem;padding:.25rem .6rem;background:linear-gradient(90deg,#6366f1,#8b5cf6);color:#fff;border-radius:12px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.pane-content{flex:1;padding:2rem;overflow-y:auto}.paper-title{font-size:1.5rem;font-weight:700;line-height:1.3;color:#1a1a2e;margin-bottom:1rem}.simplified-title{color:#1a1a2e}.paper-authors{font-size:.9rem;color:#666;margin-bottom:2rem;line-height:1.5}.paper-abstract h3{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:.75rem}.paper-abstract p{font-size:1rem;line-height:1.7;color:#333}.view-paper-btn{display:inline-block;margin-top:2rem;padding:.75rem 1.25rem;background:#1a1a2e;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;font-size:.9rem;transition:all .2s ease}.view-paper-btn:hover{background:#0f3460;transform:translateY(-1px)}.generating-animation{display:flex;flex-direction:column;gap:1rem}.shimmer-block{height:1.5rem;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 100%;border-radius:8px;animation:shimmer 1.5s infinite}.title-shimmer{height:2rem;width:80%}.abstract-shimmer{height:1rem;width:100%}.abstract-shimmer.short{width:60%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.streaming-abstract{margin-top:0}.streaming-text{font-size:1rem;line-height:1.7;color:#333}.streaming-indicator{color:#6366f1;animation:pulse 1s ease-in-out infinite;margin-left:.5rem}.split-pane .chat-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1)}.split-pane .chat-section h3{font-size:1rem;font-weight:600;color:#1a1a2e;margin-bottom:1rem}.split-pane .chat-messages{max-height:250px;overflow-y:auto;border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:1rem;margin-bottom:1rem;background:#ffffffb3}.split-pane .chat-hint{text-align:center;color:#888;font-size:.9rem;font-style:italic;padding:1.5rem}.split-pane .chat-message{margin-bottom:.75rem}.split-pane .chat-message:last-child{margin-bottom:0}.split-pane .chat-message.user .message-content{background:#0f3460;color:#fff;padding:.75rem 1rem;border-radius:16px 16px 4px;margin-left:20%;font-size:.9rem;line-height:1.5}.split-pane .chat-message.assistant .message-content{background:#fff;color:#1a1a2e;padding:.75rem 1rem;border-radius:16px 16px 16px 4px;margin-right:20%;font-size:.9rem;line-height:1.5;border:1px solid rgba(0,0,0,.1)}.split-pane .chat-message.assistant .message-content.typing{color:#888;font-style:italic}.split-pane .chat-message.assistant .message-content.streaming:after{content:"▊";animation:blink 1s infinite;margin-left:2px;color:#6366f1}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.split-pane .chat-input-area{display:flex;gap:.75rem}.split-pane .chat-input-area input{flex:1;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.15);border-radius:12px;font-size:.9rem;outline:none;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.split-pane .chat-input-area input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.split-pane .chat-input-area input:disabled{background:#f5f5f5}.split-pane .chat-input-area button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#0f3460,#6366f1);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease}.split-pane .chat-input-area button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.split-pane .chat-input-area button:disabled{background:#ccc;cursor:not-allowed}@media(max-width:900px){.split-container{grid-template-columns:1fr}.original-pane{border-right:none;border-bottom:1px solid #e5e5e5}.pane-content{padding:1.5rem}.paper-meta{flex-wrap:wrap;gap:.5rem}.detail-header{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}.split-pane .chat-message.user .message-content{margin-left:10%}.split-pane .chat-message.assistant .message-content{margin-right:10%}}
