.btn-subscribe-feed{position:relative;width:100%;background-color:#496fd7;color:#fff;font-weight:600;font-size:.85rem;padding:.5rem 1rem;border:none;border-radius:8px;cursor:pointer;overflow:hidden;transition:all .2s ease;box-shadow:0 2px 5px 0 rgba(22,41,95,.12),0 2px 10px 0 rgba(22,41,95,.08)}.btn-subscribe-feed:hover:not(.subscribed):not(:disabled){background-color:#345ed2;transform:translateY(-1px);box-shadow:0 4px 12px rgba(73,111,215,.3)}.btn-subscribe-feed:active:not(.subscribed):not(:disabled){transform:translateY(0)}.btn-subscribe-feed .btn-check,.btn-subscribe-feed .btn-text{display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .25s ease;white-space:nowrap}.btn-subscribe-feed .btn-text{opacity:1;transform:translateY(0)}.btn-subscribe-feed .btn-check{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%) scale(.8);opacity:0}.btn-subscribe-feed .btn-check i{font-size:1.1rem}.btn-subscribe-feed.subscribed{background-color:rgba(0,223,160,.1);color:#009369;box-shadow:none;cursor:default;pointer-events:none}.btn-subscribe-feed.subscribed:hover{transform:none;box-shadow:none}.btn-subscribe-feed.subscribed .btn-text{opacity:0;transform:translateY(10px)}.btn-subscribe-feed.subscribed .btn-check{opacity:1;transform:translateY(-50%) scale(1);animation:btnSubscribeFeedCheckBounce .4s ease}.btn-subscribe-feed--solid.subscribed{background-color:#00dfa0;color:#fff;pointer-events:auto;cursor:pointer}.btn-subscribe-feed--solid.subscribed:hover{background-color:#00c68e;box-shadow:0 4px 12px rgba(0,223,160,.3)}.btn-subscribe-feed--solid.subscribed .btn-check{left:50%;width:auto;transform:translate(-50%,-50%) scale(1);animation:btnSubscribeFeedCheckBounceCentered .4s ease}.btn-subscribe-feed--lg{padding:.875rem 1.5rem;font-size:.95rem}.btn-subscribe-feed--lg .btn-check i{font-size:1.2rem}@keyframes btnSubscribeFeedCheckBounce{0%{transform:translateY(-50%) scale(0);opacity:0}60%{transform:translateY(-50%) scale(1.1)}to{transform:translateY(-50%) scale(1);opacity:1}}@keyframes btnSubscribeFeedCheckBounceCentered{0%{transform:translate(-50%,-50%) scale(0);opacity:0}50%{transform:translate(-50%,-50%) scale(1.2)}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.feed-tag{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem .85rem;font-size:.82rem;font-weight:500;line-height:1.3;border-radius:50px;transition:all .2s ease;white-space:nowrap;margin:.15rem}.feed-tag i{font-size:.75rem}.feed-tag--new{background:linear-gradient(135deg,rgba(249,157,136,.15),rgba(249,157,136,.25));color:#dd320b;border:1px solid rgba(249,157,136,.4);cursor:help}.feed-tag--new:hover{background:linear-gradient(135deg,rgba(249,157,136,.2),rgba(249,157,136,.35));transform:translateY(-1px);box-shadow:0 2px 8px rgba(249,157,136,.25)}.feed-tag--new:after{content:"";display:inline-block;width:6px;height:6px;background:#f99d88;border-radius:50%;margin-left:.3rem;animation:tagPulse 2s ease-in-out infinite}.feed-tag--validated{background:linear-gradient(135deg,rgba(73,111,215,.1),rgba(73,111,215,.18));color:#496fd7;border:1px solid rgba(73,111,215,.25)}.feed-tag--validated:hover{background:linear-gradient(135deg,rgba(73,111,215,.15),rgba(73,111,215,.25));transform:translateY(-1px);box-shadow:0 2px 8px rgba(73,111,215,.2)}.feed-tag--light{background:rgba(244,246,252,.9);color:#16295f;border:1px solid rgba(22,41,95,.12)}.feed-tag--light:hover{background:rgba(73,111,215,.1);border-color:rgba(73,111,215,.25);color:#496fd7}.feed-tag--interactive{cursor:pointer;background:rgba(73,111,215,.1);color:#496fd7;border:1px solid rgba(73,111,215,.2)}.feed-tag--interactive:hover{background:#496fd7;color:#fff;border-color:#496fd7;box-shadow:0 3px 10px rgba(73,111,215,.3);transform:translateY(-2px)}.feed-tag--interactive:active{transform:translateY(0);box-shadow:0 1px 4px rgba(73,111,215,.2)}.feed-tag--sm{padding:.25rem .6rem;font-size:.75rem}.feed-tag--sm i{font-size:.65rem}.feed-tag--sm.feed-tag--new:after{width:5px;height:5px;margin-left:.2rem}.feed-tag--lg{padding:.5rem 1.1rem;font-size:.9rem}.feed-tag--lg i{font-size:.85rem}.feed-tags-container{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}@keyframes tagPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.paper-card-featured{background:#1e293b;border-radius:16px;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 4px 20px rgba(0,0,0,.3);overflow:hidden;transition:all .3s ease}.paper-card-featured:hover{border-color:rgba(99,102,241,.3);box-shadow:0 12px 40px rgba(0,0,0,.4);transform:translateY(-4px)}.paper-card-featured:hover .paper-card-featured-image img{transform:scale(1.05)}.paper-card-featured-link{display:block;text-decoration:none;color:inherit}.paper-card-featured-image{position:relative;height:160px;overflow:hidden}.paper-card-featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.paper-card-featured-image-blur{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:.3;filter:blur(20px);transform:scale(3)}.paper-card-featured-image-shapes{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;opacity:.8}.paper-card-featured-badge{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);border-radius:20px;font-size:.7rem;font-weight:500;color:#fff;z-index:3}.paper-card-featured-badge i{color:#fbbf24;font-size:.65rem}.paper-card-featured-body{padding:1.25rem}.paper-card-featured-meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.paper-card-featured-journal{font-size:.75rem;color:#6366f1;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60%}.paper-card-featured-date{font-size:.7rem;color:#94a3b8;white-space:nowrap}.paper-card-featured-title{font-size:.95rem;font-weight:600;line-height:1.4;margin:0 0 .5rem;color:#fff}.paper-card-featured-abstract{font-size:.8rem;color:#94a3b8;margin:0 0 .75rem;line-height:1.5}.paper-card-featured-footer{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;border-top:1px solid hsla(0,0%,100%,.08)}.paper-card-featured-author{display:flex;align-items:center;gap:.5rem}.paper-card-featured-author-avatar{width:24px;height:24px;border-radius:50%;background-size:cover;background-position:50%;border:2px solid #1e293b;box-shadow:0 2px 6px rgba(0,0,0,.3)}.paper-card-featured-author-text{font-size:.7rem;color:#94a3b8}.paper-card-featured-cta{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;color:#6366f1}.paper-card-featured-cta i{font-size:.75rem;transition:transform .2s ease}.paper-card-featured:hover .paper-card-featured-cta i{transform:translateX(3px)}.paper-cards-featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width:1024px){.paper-cards-featured-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.paper-cards-featured-grid{grid-template-columns:1fr}}#pro-content:has(.home-dark-page){background:#0f172a!important}#pro-content:has(.home-dark-page) .layout-banners .layout-banner{border-radius:12px;margin-bottom:1rem}.home-dark-page{background:transparent;min-height:calc(100vh - 200px);padding:1.5rem;position:relative;z-index:0;overflow-x:clip}.home-dark-page:before{content:"";position:absolute;top:-100px;left:50%;transform:translateX(-50%);width:100%;max-width:900px;height:900px;background:radial-gradient(circle,rgba(99,102,241,.15) 0,transparent 60%);pointer-events:none;z-index:0}.home-dark-page>*{position:relative;z-index:1}@media (min-width:768px){.home-dark-page{padding:2rem}}.home-hero{background:transparent;padding:0;margin-bottom:2rem;text-align:center;position:relative}@media (min-width:768px){.home-hero{padding:4rem 2rem;margin-bottom:2.5rem}}.home-hero-content{max-width:850px;margin:0 auto;position:relative;z-index:1}.home-hero-title{font-family:Parkinsans,sans-serif;font-weight:600;color:#f1f5f9;margin-bottom:2rem;line-height:1.3}.home-hero-title-small{display:block;font-size:1rem;color:#94a3b8}@media (min-width:768px){.home-hero-title-small{font-size:1.5rem}}.home-hero-title-large{display:block;font-size:1.5rem}@media (min-width:768px){.home-hero-title-large{font-size:2rem}}.home-hero-subtitle{font-size:.95rem;color:#94a3b8;margin-bottom:1.5rem}@media (min-width:768px){.home-hero-subtitle{font-size:1.1rem;margin-bottom:2rem}}.home-query-box{margin-bottom:1.5rem}.home-query-input-wrapper{position:relative;background:#1e293b;border:1px solid hsla(0,0%,100%,.08);border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.3),inset 0 0 0 1px hsla(0,0%,100%,.05);transition:all .3s ease}.home-query-input-wrapper:focus-within{border-color:rgba(99,102,241,.5);box-shadow:0 8px 32px rgba(0,0,0,.4),inset 0 0 0 1px rgba(99,102,241,.2),0 0 20px rgba(99,102,241,.1)}.home-query-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:1.1rem;pointer-events:none}.home-query-input{width:100%;border:none;background:transparent;padding:1rem 4rem 1rem 3rem;font-size:.95rem;color:#f1f5f9;min-height:100px;max-height:120px;height:auto;line-height:1.5;resize:none;overflow-y:auto;transition:height .15s ease,color .2s ease;box-sizing:border-box;vertical-align:middle}.home-query-input::placeholder{color:#94a3b8}.home-query-input:focus{outline:none}.home-query-input--error{color:#f87171}@media (min-width:412px){.home-query-input{min-height:80px}}@media (min-width:607px){.home-query-input{min-height:56px}}@media (min-width:768px){.home-query-input{font-size:1rem;padding:1.125rem 4.5rem 1.125rem 3.5rem;max-height:140px}}.home-query-error{position:absolute;bottom:-24px;left:0;font-size:.75rem;color:#f87171;opacity:0;transform:translateY(-5px);transition:opacity .2s ease,transform .2s ease}.home-query-error--visible{opacity:1;transform:translateY(0)}.home-query-error--warning{color:#fbbf24}.home-chat-loading{gap:.75rem;padding:1rem;color:#94a3b8;font-size:.875rem}.home-chat-loading,.home-query-submit{display:flex;align-items:center;justify-content:center}.home-query-submit{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:10px;border:none;background:#6366f1;color:#fff;cursor:pointer;transition:all .2s ease}.home-query-submit:hover:not(:disabled){background:#818cf8;transform:translateY(-50%) scale(1.05)}.home-query-submit:active:not(:disabled){transform:translateY(-50%) scale(.98)}.home-query-submit:disabled{cursor:not-allowed;opacity:.8}.home-query-submit i{font-size:1.1rem}.home-query-box--loading .home-query-input-wrapper{opacity:.7;pointer-events:none}.home-query-box--disabled .home-query-input-wrapper{opacity:.35;pointer-events:none}.home-quota-reached{display:flex;align-items:flex-start;gap:1rem;background:rgba(99,102,241,.08);border:1px solid rgba(99,102,241,.2);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.25rem}.home-quota-reached .home-quota-reached-icon{font-size:1.5rem;color:#6366f1;flex-shrink:0;margin-top:.125rem}.home-quota-reached .home-quota-reached-content h3{font-size:1rem;font-weight:600;color:#f1f5f9;margin:0 0 .5rem}.home-quota-reached .home-quota-reached-content p{font-size:.875rem;color:#94a3b8;margin:0 0 .75rem;line-height:1.5}.home-quota-reached .home-quota-reached-content .btn{font-size:.85rem}.home-query-spinner{width:18px;height:18px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.home-team-indicator{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1.5rem}@media (min-width:576px){.home-team-indicator{flex-direction:row;justify-content:center}}.home-team-avatars{display:flex;align-items:center}.home-team-avatar{width:36px;height:36px;border-radius:50%;border:2px solid #1e293b;background-size:cover;background-position:50%;margin-left:-10px;box-shadow:0 2px 8px rgba(0,0,0,.3)}.home-team-avatar:first-child{margin-left:0}.home-team-avatar:not([style*=background-image]){letter-spacing:.5px}.home-team-avatar--more,.home-team-avatar:not([style*=background-image]){background:linear-gradient(135deg,#6366f1,#3438ed);color:#fff;font-size:.7rem;font-weight:600;display:flex;align-items:center;justify-content:center}.home-team-avatar--ai{background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;display:flex;align-items:center;justify-content:center}.home-team-avatar--ai i{font-size:1rem}.home-team-status{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#94a3b8}.home-team-status-dot{width:8px;height:8px;border-radius:50%;background:#10b981;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.home-suggestions{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:700px;margin:0 auto}.home-suggestions-label{font-size:.8rem;color:#94a3b8;font-weight:500}.home-suggestion-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.home-suggestion-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:20px;font-size:.8rem;color:#f1f5f9;cursor:pointer;transition:all .2s ease}.home-suggestion-chip i{font-size:.9rem;transition:all .2s ease}.home-suggestion-chip:hover{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.25);color:#f1f5f9;transform:translateY(-2px)}.home-suggestion-chip--enactive{border-color:rgba(167,139,250,.3);background:rgba(167,139,250,.08)}.home-suggestion-chip--enactive i{color:#a78bfa}.home-suggestion-chip--enactive.home-suggestion-chip--active,.home-suggestion-chip--enactive:hover{border-color:rgba(167,139,250,.6);background:rgba(167,139,250,.15);box-shadow:0 0 12px rgba(167,139,250,.25)}.home-suggestion-chip--bibliography{border-color:rgba(52,211,153,.3);background:rgba(52,211,153,.08)}.home-suggestion-chip--bibliography i{color:#34d399}.home-suggestion-chip--bibliography.home-suggestion-chip--active,.home-suggestion-chip--bibliography:hover{border-color:rgba(52,211,153,.6);background:rgba(52,211,153,.15);box-shadow:0 0 12px rgba(52,211,153,.25)}.home-suggestion-chip--monitoring{border-color:rgba(245,158,11,.3);background:rgba(245,158,11,.08)}.home-suggestion-chip--monitoring i{color:#f59e0b}.home-suggestion-chip--monitoring.home-suggestion-chip--active,.home-suggestion-chip--monitoring:hover{border-color:rgba(245,158,11,.6);background:rgba(245,158,11,.15);box-shadow:0 0 12px rgba(245,158,11,.25)}.home-suggestion-chip--training{border-color:rgba(244,114,182,.3);background:rgba(244,114,182,.08)}.home-suggestion-chip--training i{color:#f472b6}.home-suggestion-chip--training.home-suggestion-chip--active,.home-suggestion-chip--training:hover{border-color:rgba(244,114,182,.6);background:rgba(244,114,182,.15);box-shadow:0 0 12px rgba(244,114,182,.25)}.home-suggestion-chip--active{transform:translateY(-2px)}.home-sub-suggestions{display:grid;grid-template-rows:0fr;width:100%;transition:grid-template-rows .3s ease}.home-sub-suggestions--visible{grid-template-rows:1fr}.home-sub-suggestions-inner{overflow:hidden;display:flex;flex-direction:column;gap:.375rem}.home-sub-suggestion-item{display:block;width:100%;text-align:left;padding:.625rem 1rem;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;font-size:.825rem;color:#94a3b8;cursor:pointer;transition:all .18s ease;line-height:1.4}.home-sub-suggestion-item:hover{background:rgba(99,102,241,.12);border-color:rgba(99,102,241,.35);color:#f1f5f9;transform:translateX(4px)}.home-featured-section{margin-bottom:2.5rem}.home-section-header{text-align:center;margin-bottom:2rem}.home-section-header-left{display:inline-block}.home-section-title{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:#f1f5f9;margin-bottom:.25rem}.home-section-title i{color:#f99d88;font-size:1rem}.home-section-subtitle{font-size:.9rem;color:#94a3b8;margin-bottom:0}.home-section-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:#6366f1;text-decoration:none;white-space:nowrap}.home-section-link:hover{color:#818cf8;text-decoration:none}.home-section-link:hover i{transform:translateX(4px)}.home-section-link i{transition:transform .2s ease}.home-featured-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.home-featured-grid .home-featured-card{width:100%}@media (min-width:576px){.home-featured-grid .home-featured-card{width:calc(50% - .75rem)}}@media (min-width:992px){.home-featured-grid .home-featured-card{width:25%;max-width:280px}}.home-stats-section{margin-bottom:2rem}.home-stats-header{margin-bottom:1rem}.home-stats-title{font-size:1.1rem;font-weight:600;color:#f1f5f9;margin-bottom:0}.home-stats-grid{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}@media (min-width:400px){.home-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:700px}}@media (min-width:768px){.home-stats-grid{margin-bottom:2rem}}.home-stat-card{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#1e293b;border-radius:12px;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 2px 8px rgba(0,0,0,.2);transition:all .2s ease}@media (min-width:400px){.home-stat-card{padding:1rem 1.25rem}}.home-stat-card:hover{border-color:rgba(99,102,241,.3);box-shadow:0 4px 12px rgba(0,0,0,.3);transform:translateY(-2px)}.home-stat-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:rgba(99,102,241,.2);color:#6366f1;flex-shrink:0}@media (min-width:400px){.home-stat-icon{width:44px;height:44px}}.home-stat-icon--feeds{background:rgba(99,102,241,.2);color:#6366f1}.home-stat-icon--papers{background:rgba(16,185,129,.2);color:#10b981}.home-stat-icon i{font-size:1.1rem}@media (min-width:400px){.home-stat-icon i{font-size:1.25rem}}.home-stat-content{display:flex;flex-direction:column;min-width:0;flex:1}.home-stat-value{font-size:1.25rem;font-weight:700;color:#f1f5f9;line-height:1.2}@media (min-width:400px){.home-stat-value{font-size:1.5rem}}.home-stat-label{font-size:.75rem;color:#94a3b8;line-height:1.3}.home-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:1030;background-color:rgba(15,23,42,.9);border-top:1px solid hsla(0,0%,100%,.08);box-shadow:0 -4px 12px rgba(0,0,0,.3);backdrop-filter:blur(15px)}.home-bottom-nav .home-bottom-nav-inner{display:flex;justify-content:space-around;align-items:center;padding:.35rem .75rem .5rem}.home-bottom-nav .home-bottom-nav-item{flex:1;text-align:center;color:#94a3b8;font-size:.75rem;text-decoration:none;transition:color .2s ease}.home-bottom-nav .home-bottom-nav-item:hover{color:#f1f5f9}.home-bottom-nav .home-bottom-nav-item i{display:block;font-size:1.25rem}.home-bottom-nav .home-bottom-nav-item span{display:block;line-height:1.1}.flash-message .toast{backdrop-filter:blur(15px)}