﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:"SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background-color:#F4F2EE}.logo{font-size:2rem;color:#346FCF;display:flex;justify-content:center;align-items:center;font-weight:bold;margin-right:10px}.logo a{text-decoration:none}.logo--large{width:60px;height:60px;font-size:2.5rem}.logo--small{width:35px;height:35px;font-size:1.5rem}.login-header .logo{color:#346FCF}.validator-header .logo{color:#346FCF}.nav-container .logo{margin:0}.nav-container .logo h3{font-size:3rem !important;color:#346FCF;margin:0;font-size:28px}body{background-color:#f2f2f2}.login-container{display:flex;justify-content:center;align-items:center;height:100vh}.login-box{background-color:white;padding:3rem;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,0.1);width:22.5rem;margin-bottom:10rem;padding-right:4.5rem;padding-top:2rem}.login-header{display:flex;align-items:center;margin-bottom:2rem;margin-top:1rem}.login-header h1{font-size:1.4rem;margin:0;line-height:1.2rem}.login-header h1 span{color:#888;font-weight:normal}h2{font-size:1.1rem;margin-bottom:1.5rem;color:#333}.field{margin-bottom:1rem}.reg-input-field{width:100%;padding:10px;font-size:0.95rem;border-radius:4px;border:1px solid #ccc}.remember-me{display:flex;align-items:center;gap:0.5rem;margin-bottom:1rem}.actions{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.login-button{background-color:#1c64f2;border:none;color:white;padding:10px 18px;border-radius:4px;width:37%;cursor:pointer;text-decoration:none !important}.forgot{color:#666;font-size:0.9rem}.linkedin-signin{margin-top:1.5rem;text-align:center}.linkedin-btn{background-color:white;border:1px solid #ddd;padding:10px;width:100%;border-radius:4px;font-size:0.9rem;display:flex;align-items:center;justify-content:center;gap:8px}.linkedin-btn img{height:20px}.bottom-signup{text-align:right;margin-right:-2.5rem;margin-top:15px;font-size:0.9rem;color:#555;margin-bottom:-1.5rem}.bottom-signup a{color:#1c64f2;text-decoration:none;font-weight:500;margin-left:5px}.bottom-signup a:hover{text-decoration:underline}.search-bar{position:relative;display:flex;align-items:center}.search-bar input{width:300px;padding:8px 16px;padding-left:40px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;outline:none;transition:all 0.2s}.search-bar input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,0.1)}@media (max-width: 768px){.search-bar input{width:200px}}.search-bar .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8}.header-actions{display:flex;align-items:center;gap:16px}.header-actions .separator{color:#e2e8f0;font-size:20px;line-height:1}.header-actions .notifications{position:relative;cursor:pointer;padding:8px;border-radius:6px;transition:background-color 0.2s}.header-actions .notifications:hover{background-color:#f8fafc}.header-actions .notifications i{color:#64748b;font-size:16px}.header-actions .notifications .notification-count{position:absolute;top:0;right:0;background:#ef4444;color:white;font-size:10px;padding:2px 6px;border-radius:10px;transform:translate(25%, -25%)}.header-actions .user-profile{position:relative;z-index:2002}.header-actions .user-profile .user-info{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px;border-radius:6px;transition:background-color 0.2s}.header-actions .user-profile .user-info:hover{background-color:#f8fafc}.header-actions .user-profile .user-info .user-details{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.header-actions .user-profile .user-info .user-details .user-name{color:#1e293b;font-size:14px;font-weight:600;line-height:1.2}.header-actions .user-profile .user-info .dropdown-icon{color:#64748b;font-size:12px;transition:transform 0.2s}.header-actions .user-profile .user-info.active .dropdown-icon{transform:rotate(180deg)}.header-actions .user-profile .dropdown-menu{position:absolute;top:100%;right:0;margin-top:8px;background:white;border-radius:12px;box-shadow:0 10px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);min-width:200px;width:200px;opacity:0;visibility:hidden;transform:translateY(-8px) scale(0.95);transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);z-index:2003;border:1px solid #e2e8f0;overflow:hidden}.header-actions .user-profile .dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.header-actions .user-profile .dropdown-menu.submenu-active{width:280px !important;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.header-actions .user-profile .dropdown-menu.submenu-active .main-content{display:none !important}.header-actions .user-profile .dropdown-menu.submenu-active .submenu-content{display:block !important;opacity:1;transform:translateX(0);pointer-events:auto}.header-actions .user-profile .dropdown-menu .dropdown-content{transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.header-actions .user-profile .dropdown-menu .dropdown-content.main-content{display:block}.header-actions .user-profile .dropdown-menu .dropdown-content.submenu-content{display:none}.header-actions .user-profile .dropdown-menu .dropdown-item{display:flex;align-items:center;gap:8px;padding:12px 16px;color:#64748b;text-decoration:none;transition:all 0.2s cubic-bezier(0.4, 0, 0.2, 1);width:100%;border:none;background:none;cursor:pointer;text-align:left;font-size:14px;border-radius:8px;margin:2px 8px}.header-actions .user-profile .dropdown-menu .dropdown-item i{font-size:16px;transition:all 0.2s cubic-bezier(0.4, 0, 0.2, 1)}.header-actions .user-profile .dropdown-menu .dropdown-item .dropdown-arrow{margin-left:auto;font-size:12px;color:#94a3b8;transition:all 0.2s cubic-bezier(0.4, 0, 0.2, 1)}.header-actions .user-profile .dropdown-menu .dropdown-divider{height:1px;background-color:#e2e8f0;margin:4px 0}.header-actions .user-profile .dropdown-menu .dropdown-parent{position:relative}.header-actions .user-profile .dropdown-menu .settings-header{display:flex;align-items:center;padding:16px 20px;background:#f8fafc;border-radius:12px 12px 0 0;position:relative;cursor:pointer;transition:all 0.2s cubic-bezier(0.4, 0, 0.2, 1)}.header-actions .user-profile .dropdown-menu .settings-header:hover .settings-back-btn{color:#1e293b;transform:translateX(-2px)}.header-actions .user-profile .dropdown-menu .settings-header:hover .settings-back-btn i{transform:translateX(-2px)}.header-actions .user-profile .dropdown-menu .settings-header .settings-back-btn{background:none;border:none;cursor:pointer;padding:0;border-radius:8px;transition:all 0.2s cubic-bezier(0.4, 0, 0.2, 1);display:flex;align-items:center;gap:6px;color:#64748b;font-size:14px;font-weight:500;position:relative;width:100%;height:100%}.header-actions .user-profile .dropdown-menu .settings-header .settings-back-btn i{font-size:16px;color:#1e293b;transition:transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)}.header-actions .user-profile .dropdown-menu .settings-menu-container{padding:12px 0;display:flex;flex-direction:column;gap:4px;text-align:left}.header-actions .user-profile .dropdown-menu .settings-menu-container .settings-menu-item{display:flex;align-items:center;margin:0 8px;border-radius:8px;transition:all 0.2s ease;text-align:left}.header-actions .user-profile .dropdown-menu .settings-menu-container .settings-menu-item .settings-menu-link{display:flex;align-items:center;gap:8px;padding:12px 16px;width:100%;text-decoration:none;color:#64748b;font-size:14px;font-weight:500;border-radius:8px;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);position:relative}.header-actions .user-profile .dropdown-menu .settings-menu-container .settings-menu-item .settings-menu-link .settings-icon-wrapper{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.header-actions .user-profile .dropdown-menu .settings-menu-container .settings-menu-item .settings-menu-link .settings-icon-wrapper .settings-menu-icon{width:20px;height:20px;filter:grayscale(1) brightness(0.6);transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.header-actions .user-profile .dropdown-menu .settings-menu-container .settings-menu-item .settings-menu-link .settings-text{flex:1;font-size:14px;font-weight:500;text-align:left}.header-actions .user-profile .dropdown-menu .settings-menu-container .settings-menu-item:hover:not(.upcoming) .settings-menu-link{background-color:#f5faff;color:#2196f3;transform:translateX(4px)}.header-actions .user-profile .dropdown-menu .settings-menu-container .settings-menu-item:hover:not(.upcoming) .settings-menu-link .settings-menu-icon{filter:brightness(0) saturate(100%) invert(41%) sepia(92%) saturate(747%) hue-rotate(181deg) brightness(97%) contrast(101%);transform:scale(1.1)}.header-actions .user-profile .dropdown-menu .settings-menu-container .settings-menu-item.active .settings-menu-link{background-color:#e3f0ff;color:#2196f3;font-weight:600}.header-actions .user-profile .dropdown-menu .settings-menu-container .settings-menu-item.active .settings-menu-link .settings-menu-icon{filter:brightness(0) saturate(100%) invert(41%) sepia(92%) saturate(747%) hue-rotate(181deg) brightness(97%) contrast(101%)}.header-actions .user-profile .dropdown-menu .settings-menu-container .settings-menu-item.upcoming{opacity:0.55;cursor:not-allowed;pointer-events:none}.header-actions .user-profile .dropdown-menu .settings-menu-container .settings-menu-item.upcoming .settings-menu-link{color:#a7aabc;cursor:not-allowed}.header-actions .user-profile .dropdown-menu .settings-menu-container .settings-menu-item.upcoming .settings-menu-link .settings-menu-icon{filter:grayscale(1) brightness(0.4)}.header-actions .dropdown-menu.submenu-active{width:280px !important;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.header-actions .dropdown-menu.submenu-active .main-content{display:none !important}.header-actions .dropdown-menu.submenu-active .submenu-content{display:block !important;opacity:1;transform:translateX(0);pointer-events:auto}.dashboard-container{display:flex;min-height:100vh;background-color:#F4F2EE;padding-left:0;padding-top:4rem}.logout-button{position:fixed;top:24px;right:32px;z-index:1001;background-color:#f44336;color:white;padding:8px 14px;border:none;border-radius:4px;text-decoration:none;font-size:0.9rem;cursor:pointer;transition:background-color 0.2s ease-in-out}.logout-button:hover{background-color:#d32f2f}.dashboard-header{text-align:center}.dashboard-header h1{font-size:2rem;margin-bottom:0.5rem}.dashboard-header p{font-size:1.1rem;color:#555}.new-claim-button{display:inline-block;margin-top:1rem;background-color:#4CAF50;color:white;padding:10px 20px;text-decoration:none;border-radius:5px}.claims-list{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:1.5rem}.claim-card h3{font-size:1rem;color:#333}.view-button{display:inline-block;margin-top:0.5rem;color:#1c64f2;text-decoration:underline}.no-claims{text-align:center;color:#999;font-style:italic;margin-top:2rem}.dashboard-nav{position:fixed;width:17.5rem;height:19.5rem;top:22.125rem;left:5rem;border-radius:0.5rem;background:#FFFFFF;opacity:1;z-index:1000;padding:0;overflow:hidden;box-shadow:0 0.125rem 0.5rem rgba(0,0,0,0.1);transition:height 0.2s ease, top 0.2s ease}.dashboard-nav.has-admin{height:22.5rem}@media (max-width: 48rem){.dashboard-nav{width:15rem;left:1rem;top:5rem}}body.dashboard-nav-page .dashboard-nav{top:5.9375rem}@media (max-width: 48rem){body.dashboard-nav-page .dashboard-nav{top:5rem}}body.collapsed-dashboard-nav .dashboard-nav{width:69px;height:312px;top:85px;left:80px;border-radius:8px;transition:width 0.25s ease, height 0.25s ease, top 0.2s ease}body.collapsed-dashboard-nav .dashboard-nav:hover{width:17.5rem;height:19.5rem;background:rgba(255,255,255,0.78);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}body.collapsed-dashboard-nav .dashboard-nav:hover .nav-item{left:1.5rem;transform:translateX(0);justify-content:flex-start}body.collapsed-dashboard-nav .dashboard-nav:hover .nav-text{max-width:12rem;opacity:1}body.collapsed-dashboard-nav .dashboard-nav.has-admin:hover{height:22.5rem}@media (max-width: 48rem){body.collapsed-dashboard-nav .dashboard-nav{width:69px;left:1rem;top:5rem}body.collapsed-dashboard-nav .dashboard-nav:hover{width:15rem}}.dashboard-sources{position:fixed;width:17.5rem;height:13.5rem;top:23.625rem;left:5rem;border-radius:8px;background:#FFFFFF;opacity:1;z-index:999;box-shadow:0 0.125rem 0.5rem rgba(0,0,0,0.1);overflow:hidden}@media (max-width: 48rem){.dashboard-sources{width:15rem;left:1rem;top:22rem}}body.dashboard-nav-page .dashboard-sources{top:27rem}body.dashboard-nav-page .dashboard-nav.has-admin~.dashboard-sources{top:30rem}@media (min-width: 48.0625rem){body:not(.dashboard-nav-page):not(.collapsed-dashboard-nav) .dashboard-sources{top:43.125rem}body:not(.dashboard-nav-page):not(.collapsed-dashboard-nav) .dashboard-nav.has-admin~.dashboard-sources{top:46.125rem}}body.collapsed-dashboard-nav .dashboard-sources{width:69px;height:216px;top:417px;left:80px;transition:width 0.25s ease, height 0.25s ease, top 0.2s ease}body.collapsed-dashboard-nav .dashboard-sources:hover{width:17.5rem;height:13.5rem;background:rgba(255,255,255,0.78);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}body.collapsed-dashboard-nav .dashboard-sources:hover .dashboard-sources-item{transform:translateX(0);justify-content:flex-start}body.collapsed-dashboard-nav .dashboard-sources:hover .dashboard-sources-item:nth-child(1){left:1.5rem;padding:0}body.collapsed-dashboard-nav .dashboard-sources:hover .dashboard-sources-item:nth-child(2),body.collapsed-dashboard-nav .dashboard-sources:hover .dashboard-sources-item:nth-child(3),body.collapsed-dashboard-nav .dashboard-sources:hover .dashboard-sources-item:nth-child(4){left:2.5rem;padding:0}body.collapsed-dashboard-nav .dashboard-sources:hover .dashboard-sources-text{max-width:12rem;opacity:1}@media (max-width: 48rem){body.collapsed-dashboard-nav .dashboard-sources{width:69px;left:1rem;top:22rem}body.collapsed-dashboard-nav .dashboard-sources:hover{width:15rem}}.dashboard-sources-items{position:relative;padding:1rem 0;height:100%;display:flex;flex-direction:column;gap:0.5rem}.dashboard-sources-item{display:flex;align-items:center;gap:1rem;padding:0.5rem 1.5rem;color:#1F1F1F;text-decoration:none;transition:background 0.2s ease, color 0.2s ease}.dashboard-sources-item:nth-child(2){position:absolute;top:4.5rem;left:2.5rem;min-width:5rem;height:1.5rem;gap:0.75rem;padding:0}.dashboard-sources-item:nth-child(3){position:absolute;top:7.5rem;left:2.5rem;min-width:5rem;height:1.5rem;gap:0.75rem;padding:0}.dashboard-sources-item:nth-child(4){position:absolute;top:10.5rem;left:2.5rem;min-width:5rem;height:1.5rem;gap:0.75rem;padding:0}.dashboard-sources-item:hover{background:transparent}.dashboard-sources-item--disabled{pointer-events:none;cursor:default;user-select:none}body.collapsed-dashboard-nav .dashboard-sources-items{padding:0}body.collapsed-dashboard-nav .dashboard-sources-item{position:absolute;height:1.5rem;padding:0;left:60%;transform:translateX(-50%);justify-content:center;transition:left 0.25s ease, transform 0.25s ease, background 0.2s ease, color 0.2s ease}body.collapsed-dashboard-nav .dashboard-sources-item:nth-child(1){top:1.5rem}body.collapsed-dashboard-nav .dashboard-sources-item:nth-child(2){top:4.5rem;left:60%;transform:translateX(-50%)}body.collapsed-dashboard-nav .dashboard-sources-item:nth-child(3){top:7.5rem;left:60%;transform:translateX(-50%)}body.collapsed-dashboard-nav .dashboard-sources-item:nth-child(4){top:10.5rem;left:60%;transform:translateX(-50%)}.dashboard-sources-icon{width:20px;height:20px;opacity:1;flex-shrink:0;object-fit:contain}.dashboard-sources-text{font-size:1.125rem;font-weight:400;color:#111827}body.collapsed-dashboard-nav .dashboard-sources-text{max-width:0;overflow:hidden;opacity:0;white-space:nowrap;transition:max-width 0.25s ease, opacity 0.2s ease}.nav-text{color:#111827}.nav-items{position:relative;padding:0;height:100%;overflow:hidden}.nav-items .nav-item{position:absolute;display:flex;align-items:center;gap:1rem;height:1.5rem;color:#1F1F1F;text-decoration:none;transition:all 0.2s ease;opacity:1;left:1.5rem;justify-content:flex-start}.nav-items .nav-item.nav-item-facts{width:5.1875rem;top:1.5rem}.nav-items .nav-item.nav-item-claims{width:6rem;top:4.5rem}.nav-items .nav-item.nav-item-myclaims{width:7.8125rem;top:7.5rem}.nav-items .nav-item.nav-item-theories{width:6.875rem;top:10.5rem}.nav-items .nav-item.nav-item-mytheories{width:8.6875rem;top:13.5rem}.nav-items .nav-item.nav-item-veritalk{width:6.5625rem;top:16.5rem}.nav-items .nav-item.nav-item-admin{width:10.5rem;top:19.5rem}.nav-items .nav-item:hover{opacity:0.8}.nav-items .nav-item.active .nav-icon{filter:brightness(0) saturate(100%) invert(41%) sepia(92%) saturate(747%) hue-rotate(181deg) brightness(97%) contrast(101%)}.nav-items .nav-item.active .nav-text{color:#2196F3}.nav-items .nav-item.upcoming{opacity:0.7;cursor:not-allowed}.nav-items .nav-item .nav-icon{width:1.375rem;height:1.375rem;object-fit:contain;flex-shrink:0;transition:all 0.2s ease;opacity:1}.nav-items .nav-item .nav-text{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:1.125rem;line-height:1.5rem;letter-spacing:0%;vertical-align:middle;color:#1F1F1F}body.collapsed-dashboard-nav .nav-text{max-width:0;overflow:hidden;opacity:0;white-space:nowrap;transition:max-width 0.25s ease, opacity 0.2s ease}body.collapsed-dashboard-nav .nav-items .nav-item{left:60%;transform:translateX(-50%);justify-content:center;transition:left 0.25s ease, transform 0.25s ease, opacity 0.2s ease}.dashboard-main{background-color:#f4f2ee;flex:1;padding:0;overflow-x:hidden}.dashboard-header{display:flex;justify-content:end;align-items:center;padding:20px;background-color:white;border-bottom:1px solid #edf2f7}.dashboard-header .header-title{font-size:24px;font-weight:600;color:#1e293b}.dashboard-header .header-actions{display:flex;align-items:center;gap:16px}.dashboard-header .header-actions .search-bar{position:relative}.dashboard-header .header-actions .search-bar input{width:300px;padding:8px 16px;padding-left:40px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;outline:none;transition:all 0.2s}.dashboard-header .header-actions .search-bar input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,0.1)}@media (max-width: 768px){.dashboard-header .header-actions .search-bar input{width:200px}}.dashboard-header .header-actions .search-bar .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8}.dashboard-header .header-actions .notifications{position:relative;padding:8px;border-radius:50%;background-color:#f8f9fe;cursor:pointer}.dashboard-header .header-actions .notifications .notification-count{position:absolute;top:0;right:0;background-color:#ef4444;color:white;font-size:10px;padding:2px 6px;border-radius:10px}.dashboard-header .header-actions .user-profile{display:flex;align-items:center;gap:8px;cursor:pointer}.dashboard-header .header-actions .user-profile .dropdown-icon{color:#64748b}.content-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:20px;padding:20px}.content-card{background-color:white;border-radius:8px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.content-card .card-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.content-card .card-header .source-tags{display:flex;gap:4px;font-size:12px;color:#64748b}.content-card .card-title{font-size:16px;font-weight:500;color:#1e293b;margin-bottom:8px}.content-card .card-status{display:inline-block;padding:4px 12px;border-radius:16px;font-size:12px;font-weight:500}.content-card .card-status.fact{background-color:#dcfce7;color:#16a34a}.content-card .card-status.claim{background-color:#dbeafe;color:#2563eb}.content-card .card-status.disputed{background-color:#fee2e2;color:#dc2626}.new-claim-button{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#3b82f6;color:white;border-radius:8px;font-weight:500;text-decoration:none;transition:all 0.2s}.new-claim-button:hover{background-color:#2563eb}.new-claim-button .plus-icon{font-size:20px}.feed-main{display:flex;gap:0;align-items:flex-start;background:#F4F2EE;min-height:100vh}.feed-main>div:first-child{flex:1;min-width:0;position:relative}.feed-header{padding:24px 32px 12px 32px;display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.feed-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#23263b}.feed-search-bar{display:flex;align-items:center;background:#fff;border-radius:24px;box-shadow:0 2px 8px rgba(30,41,59,0.04);padding:4px 12px}.feed-search-bar input{border:none;outline:none;font-size:1rem;background:transparent;padding:8px 0 8px 8px;width:180px}.feed-search-bar .feed-search-btn{background:#2563eb;color:#fff;border:none;border-radius:18px;padding:6px 18px;margin-left:8px;font-size:1rem;cursor:pointer;transition:background 0.2s}.feed-search-bar .feed-search-btn:hover{background:#1746a2}.feed-list{position:absolute;top:8.9375rem;left:24.375rem;width:39.25rem;overflow-y:auto;overflow-x:visible;max-height:calc(100vh - 12.9375rem - 2rem);display:flex;flex-direction:column;gap:1rem;padding-bottom:2rem;background:transparent;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none}.feed-list::-webkit-scrollbar{display:none}.feed-list .feed-card-block{flex-shrink:0;pointer-events:auto}.feed-list::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.feed-main:not(.facts-page-main):not(.theories-page-main) .feed-list .feed-card-comments-section{margin-top:12rem}.feed-loader{position:absolute;top:12.9375rem;left:24.375rem;width:39.25rem;text-align:center;color:#64748b;font-size:1.1rem;padding:2rem 0;display:flex;align-items:center;justify-content:center}.facts-page-main .facts-page-content{position:relative;flex:1;min-width:0}.facts-page-main .facts-page-header{position:absolute;top:8px;padding:1.5rem 0 1.25rem 24.375rem}.facts-page-main .facts-page-title{width:49px;height:23px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:100%;letter-spacing:0%;color:#171717;opacity:1;margin:0 0 20px 0;padding:0}.facts-page-main .facts-page-filters{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.facts-page-main .facts-filter-pill{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:6px 24px;border-radius:100px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:16px;line-height:20px;letter-spacing:0.5%;text-decoration:none;background:#FFFFFF;color:#475865;font-weight:400;transition:background 0.2s, color 0.2s;box-sizing:border-box}.facts-page-main .facts-filter-pill.active{background:#2196F333;color:#2196F3;font-weight:500}.facts-page-main .facts-filter-pill:hover:not(.active){background:#f5f5f5}.facts-page-main .feed-list{top:8rem;max-height:calc(100vh - 11rem - 2rem)}.facts-page-main .feed-list.facts-empty{display:flex;align-items:center;justify-content:center;padding:2rem}.facts-page-main .facts-empty-state{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:1rem;line-height:1.5;color:#64748b;text-align:center}.facts-page-main .feed-loader{top:11rem}.facts-page-main .feed-card-block{min-height:13rem;padding-bottom:1.5rem;overflow:visible}.facts-page-main .feed-card-block .feed-card-fact-badge{display:flex}.facts-page-main .feed-card-block .feed-card-content{top:7.25rem}.facts-page-main .feed-card-block .feed-card-divider{top:10.125rem}.facts-page-main .feed-card-block .feed-card-verified-by{top:10.8rem}.facts-page-main .feed-card-block .feed-card-actions-wrapper{top:10.875rem}.facts-page-main .feed-card-block .feed-card-comments-section{margin-top:13rem}.facts-page-main.groups-feed-page .facts-page-title.groups-feed-page-title{width:auto;max-width:none;height:auto;margin:0 0 4px 0;flex:1;min-width:0;word-wrap:break-word}.facts-page-main.groups-feed-page .groups-feed-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;max-width:39.25rem}.facts-page-main.groups-feed-page .groups-feed-page-menu{left:425px;position:relative;z-index:2;flex-shrink:0;margin-left:auto;opacity:1}.facts-page-main.groups-feed-page .groups-feed-page-menu-btn{width:35px;height:35px;border:none;background:#ffffff;padding:0;cursor:pointer;line-height:1;border-radius:17.5px;flex-shrink:0;opacity:1;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;overflow:visible}.facts-page-main.groups-feed-page .groups-feed-page-menu-btn:hover{background:#f8fafc}.facts-page-main.groups-feed-page .groups-feed-page-menu-dots{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:5px;min-width:22px;min-height:5px;flex-shrink:0;pointer-events:none}.facts-page-main.groups-feed-page .groups-feed-page-menu-dot{display:block;width:5px;height:5px;border-radius:50%;background-color:#919191;flex-shrink:0}.facts-page-main.groups-feed-page .groups-feed-page-dropdown.dropdown-menu{width:157px;min-height:97px;padding:20px 16px 29px;box-sizing:border-box;opacity:1;border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,0.08);margin-top:0.35rem !important}.facts-page-main.groups-feed-page .groups-feed-page-dropdown li{padding:0;margin:0;list-style:none}.facts-page-main.groups-feed-page .groups-feed-page-dropdown li+li{margin-top:16px}.facts-page-main.groups-feed-page .groups-feed-page-dropdown .groups-feed-dropdown-item{display:flex;flex-direction:row;align-items:center;gap:12px;width:100%;min-height:16px;padding:0 !important;margin:0;border:none;background:transparent !important;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:100%;letter-spacing:0;color:#171717;text-decoration:none;text-align:left;cursor:pointer;box-sizing:border-box}.facts-page-main.groups-feed-page .groups-feed-page-dropdown .groups-feed-dropdown-item:hover,.facts-page-main.groups-feed-page .groups-feed-page-dropdown .groups-feed-dropdown-item:focus,.facts-page-main.groups-feed-page .groups-feed-page-dropdown .groups-feed-dropdown-item:active{background:transparent !important;color:#171717}.facts-page-main.groups-feed-page .groups-feed-dropdown-icon{width:15px;height:15px;flex-shrink:0;display:block;object-fit:contain}.facts-page-main.groups-feed-page .groups-feed-dropdown-label{flex:1;min-width:0;line-height:1;font:inherit;color:inherit}.facts-page-main.groups-feed-page .feed-card-block--group-feed .feed-card-dismiss,.facts-page-main.groups-feed-page .feed-card-block--group-feed .feed-card-close,.facts-page-main.groups-feed-page .feed-card-block--group-feed button.feed-card-corner-close{display:none !important}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-sidebar{display:flex;flex-direction:column;gap:1.25rem;width:100%}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-sidebar-card{width:100%;max-width:312px;border-radius:0.5rem;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding:1.25rem 1.5rem 1.25rem 24px;box-sizing:border-box}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-sidebar-title{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:16px;line-height:100%;letter-spacing:0;color:#171717;margin:0 0 1rem}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-profile-name{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:16px;line-height:16px;letter-spacing:0;color:#171717}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-leader-profile{display:flex;align-items:flex-start;gap:0.75rem}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-leader-avatar{width:48px;height:48px;border-radius:100px;object-fit:cover;flex-shrink:0}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-leader-avatar-link{flex-shrink:0;line-height:0}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-leader-text{flex:1;min-width:0}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-leader-name-row{display:flex;align-items:center;gap:0.35rem;flex-wrap:wrap}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-leader-name{text-decoration:none}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-leader-name:hover{color:#2196f3}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-leader-verified{width:1rem;height:1rem}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-leader-meta{display:flex;align-items:center;gap:0.5rem;margin-top:0.35rem;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:12px;color:#64748b}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-leader-rating{color:#fbbf24}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-leader-about-block{margin-top:1rem}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-about-heading{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:18px;line-height:100%;letter-spacing:0;color:#171717;margin:0 0 0.5rem}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-about-body{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:12px;line-height:20px;letter-spacing:0;color:#4c4c4c}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-about-body p{margin:0 0 0.5em;color:inherit;font:inherit}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-about-body p:last-child{margin-bottom:0}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-about-body-empty{margin:0;font:inherit;color:inherit}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-sidebar-member-list{list-style:none;margin:0;padding:0}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-sidebar-member-row{display:flex;align-items:flex-start;gap:0.65rem;padding:0.5rem 0}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-sidebar-member-avatar{width:40px;height:40px;border-radius:100px;object-fit:cover;flex-shrink:0}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-sidebar-member-main{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:0.15rem}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-sidebar-member-name-row{display:flex;align-items:center;gap:0.25rem;min-width:0;width:100%}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-sidebar-member-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-sidebar-member-verified{width:0.875rem;height:0.875rem;flex-shrink:0}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-sidebar-member-rating{font-size:12px;color:#fbbf24;display:block}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-sidebar-view-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border-radius:100px;border:1.5px solid #2196f3;background:#fff;color:#2196f3;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:12px;text-decoration:none;white-space:nowrap;margin-top:0.25rem}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-sidebar-view-btn:hover{background:#f5f9ff;color:#1976d2;border-color:#1976d2}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .groups-feed-sidebar-empty{font-size:0.875rem;color:#64748b;margin:0}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .facts-top-facts{width:100%;max-width:312px;border-radius:0.5rem;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding:1.25rem 1.5rem 1.25rem 24px;box-sizing:border-box}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .facts-top-facts h4{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:16px;line-height:100%;letter-spacing:0;color:#171717;margin:0 0 1rem}.feed-rightbar.facts-page-rightbar.groups-feed-rightbar .facts-tf-name{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:16px;line-height:16px;letter-spacing:0;color:#171717}.profile-page-main .profile-content-wrap .feed-list{top:8rem;max-height:calc(100vh - 11rem - 2rem)}.profile-page-main .profile-content-wrap .feed-list.facts-empty{display:flex;align-items:center;justify-content:center;padding:2rem}.profile-page-main .profile-content-wrap .feed-list.theories-empty{display:flex;align-items:center;justify-content:center;padding:2rem}.profile-page-main.profile-theories-tab .feed-list .feed-card-block{min-height:0;height:auto;padding-bottom:1rem}.profile-page-main.profile-theories-tab .feed-list .feed-card-block .feed-card-fact-badge{display:none}.profile-page-main.profile-theories-tab .feed-list .feed-card-block .feed-card-theory-badge{display:flex}.profile-page-main.profile-theories-tab .feed-list .feed-card-block .feed-card-content{position:relative;top:auto;left:auto;margin:1.5rem 1rem 0 1rem;max-width:none}.profile-page-main.profile-theories-tab .feed-list .feed-card-block .feed-card-divider{position:relative;top:auto;left:auto;margin:0.5rem 1rem}.profile-page-main.profile-theories-tab .feed-list .feed-card-block .feed-card-bottom-bar{position:relative;top:auto;width:440px}.profile-page-main.profile-theories-tab .feed-list .feed-card-block .feed-card-verified-by{position:relative;top:auto;right:auto}.profile-page-main.profile-theories-tab .feed-list .feed-card-block .feed-card-actions-wrapper{position:relative;top:auto;bottom:auto;left:auto;right:auto}.profile-page-main.profile-theories-tab .feed-list .feed-card-block .feed-card-comments-section{margin-top:1rem}.theories-page-main .theories-page-content{position:relative;flex:1;min-width:0}.theories-page-main .theories-page-header{position:absolute;top:8px;left:0;right:0;padding:1.5rem 0 1.25rem 24.375rem;z-index:2}.theories-page-main .theories-page-title{width:auto;height:23px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:100%;letter-spacing:0%;color:#171717;opacity:1;margin:0 0 20px 0;padding:0}.theories-page-main .theories-page-filters{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.theories-page-main .theories-filter-pill{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:6px 24px;border-radius:100px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:16px;line-height:20px;letter-spacing:0.5%;text-decoration:none;background:#FFFFFF;color:#475865;font-weight:400;transition:background 0.2s, color 0.2s;box-sizing:border-box}.theories-page-main .theories-filter-pill.active{background:#2196F333;color:#2196F3;font-weight:500}.theories-page-main .theories-filter-pill:hover:not(.active){background:#f5f5f5}.theories-page-main .theories-page-new-btn{position:absolute;top:1.5rem;right:24.375rem;margin-left:auto;background:#2196F3;color:#fff;border:none;border-radius:8px;padding:0.5rem 1.2rem;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:0.5rem;text-decoration:none}.theories-page-main .feed-list{top:8rem;max-height:calc(100vh - 11rem - 2rem)}.theories-page-main .feed-list.theories-empty{display:flex;align-items:center;justify-content:center;padding:2rem}.theories-page-main .theories-empty-state{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:1rem;line-height:1.5;color:#64748b;text-align:center}.theories-page-main .feed-loader{top:11rem}.theories-page-main .feed-card-block{min-height:0;height:auto;padding-bottom:1rem}.theories-page-main .feed-card-block .feed-card-fact-badge{display:none}.theories-page-main .feed-card-block .feed-card-theory-badge{display:flex}.theories-page-main .feed-card-block .feed-card-content{position:relative;top:auto;left:auto;margin:1.5rem 1rem 0 1rem;max-width:none}.theories-page-main .feed-card-block .feed-card-divider{position:relative;top:auto;left:auto;margin:0.5rem 1rem}.theories-page-main .feed-card-block .feed-card-bottom-bar{position:relative;top:auto;width:440px}.theories-page-main .feed-card-block .feed-card-verified-by{position:relative;top:auto;right:auto}.theories-page-main .feed-card-block .feed-card-actions-wrapper{position:relative;top:auto;bottom:auto;left:auto;right:auto}.theories-page-main .feed-card-block .feed-card-comments-section{margin-top:1rem}.public-theories-page .feed-list{top:5rem}.notifications-page-main .notifications-page-content{position:relative;flex:1;min-width:0}.notifications-page-main .notifications-page-header{position:absolute;top:2.1rem;left:24.375rem;padding:0;display:flex;flex-direction:column;align-items:flex-start;flex-wrap:wrap}.notifications-page-main .notifications-page-title{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:18px;line-height:100%;letter-spacing:0%;color:#171717;margin:0 0 1.375rem 0;padding:0}.notifications-page-main .notifications-page-filters{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.notifications-page-main .notifications-filter-pill{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:6px 24px;border-radius:100px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:16px;line-height:20px;letter-spacing:0.5%;text-decoration:none;background:#FFFFFF;color:#475865;font-weight:400;transition:background 0.2s, color 0.2s;box-sizing:border-box}.notifications-page-main .notifications-filter-pill.active{background:#2196F333;color:#2196F3;font-weight:500}.notifications-page-main .notifications-filter-pill:hover:not(.active){background:#f5f5f5}.notifications-page-main .notifications-main{margin-top:8rem;margin-right:336px}.notifications-page-main .notifications-block{position:absolute;top:7.8125rem;left:24.375rem;width:975px;height:661px;min-height:661px;border-radius:8px;background:#ffffff;opacity:1;box-sizing:border-box}.notifications-page-main .notifications-block-header{position:absolute;top:0;left:0;right:0;height:2.1875rem;display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem 0}.notifications-page-main .notifications-block-title{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:16px;line-height:100%;letter-spacing:0%;color:#171717;margin:0;padding:0}.notifications-page-main .notifications-show-all{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:14px;line-height:26px;letter-spacing:0%;color:#2196F3;text-decoration:none}.notifications-page-main .notifications-show-all:hover{text-decoration:underline}.notifications-page-main .notifications-block-divider{position:absolute;top:3.3125rem;left:0;width:100%;height:0;border-top:1px solid #D8D8D8;opacity:1}.notifications-page-main .notifications-list{position:absolute;top:3.375rem;left:0;right:0;bottom:0;display:flex;flex-direction:column;padding:0;gap:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.notifications-page-main .notifications-list::-webkit-scrollbar{display:none}.notifications-page-main .notifications-list.notifications-list-empty{align-items:center;justify-content:center;padding:1rem}.notifications-page-main .notifications-empty{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:1rem;color:#64748b;margin:0}.notifications-page-main .notification-row{position:relative;display:flex;align-items:flex-start;min-height:4.5rem;padding:1rem 1rem;gap:0.75rem;border-bottom:1px solid #f0f0f0}.notifications-page-main .notification-row:last-child{border-bottom:none}.notifications-page-main .notification-row-link{display:flex;align-items:center;flex:1;min-width:0;gap:0.75rem;text-decoration:none;color:inherit}.notifications-page-main .notification-row-link:hover{color:inherit}.notifications-page-main .notification-row-avatar{width:48px;height:48px;border-radius:100px;object-fit:cover;flex-shrink:0}.notifications-page-main .notification-row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:0.25rem}.notifications-page-main .notification-row-message{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:16px;line-height:1.4;color:#919191;margin:0}.notifications-page-main .notification-row-message .notification-profile-name{font-weight:600;color:#171717}.notifications-page-main .notification-row-message .notification-content-text{font-weight:400;color:#919191}.notifications-page-main .notification-row-time{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:12px;line-height:1;color:#64748b}.notifications-page-main .notification-row-actions{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:0.25rem}.notifications-page-main .notification-peer-actions-row{display:flex;align-items:center;gap:0.5rem}.notifications-page-main .notification-peer-accept-btn,.notifications-page-main .notification-peer-cancel-btn{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 1rem;border-radius:100px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:14px;font-weight:500;cursor:pointer;border:none;text-decoration:none}.notifications-page-main .notification-peer-accept-btn{background:#2196F3;color:#fff}.notifications-page-main .notification-peer-accept-btn:hover{background:#1976D2}.notifications-page-main .notification-peer-cancel-btn{background:#fff;color:#64748b;border:1.5px solid #D8D8D8}.notifications-page-main .notification-peer-cancel-btn:hover{background:#f5f5f5;color:#171717}.notifications-page-main .notification-row-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:transparent;color:#64748b;cursor:pointer;border-radius:4px}.notifications-page-main .notification-row-menu-btn:hover{background:#f5f5f5;color:#171717}body:not(.dashboard-nav-page) .notifications-page-main .notifications-page-header{top:2rem}body:not(.dashboard-nav-page) .notifications-page-main .notifications-block{top:8rem}body:not(.dashboard-nav-page) .notifications-page-main .notifications-main{margin-top:14.8375rem}.peers-page-main .peers-page-content{position:relative;flex:1;min-width:0}.peers-page-main .peers-page-header{position:absolute;top:2.1rem;left:24.375rem;padding:0}.peers-page-main .peers-page-title{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:100%;letter-spacing:0%;color:#171717;opacity:1;margin:0 0 1.375rem 0;padding:0}.peers-page-main .peers-page-filters{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.peers-page-main .peers-filter-pill{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:6px 24px;border-radius:100px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:16px;line-height:20px;letter-spacing:0.5%;text-decoration:none;background:#FFFFFF;color:#475865;font-weight:400;transition:background 0.2s, color 0.2s;box-sizing:border-box}.peers-page-main .peers-filter-pill.active{background:#2196F333;color:#2196F3;font-weight:500}.peers-page-main .peers-filter-pill:hover:not(.active){background:#f5f5f5}.peers-page-main .peers-main{margin-top:8rem;margin-right:336px}.peers-page-main .peers-know-block{position:absolute;top:7.8125rem;left:24.375rem;width:39.25rem;min-height:41.3125rem;border-radius:8px;background:#FFFFFF;box-sizing:border-box}.peers-page-main .peers-know-header{position:absolute;top:0;left:0;right:0;height:2.1875rem;display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem 0}.peers-page-main .peers-know-title{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:16px;line-height:100%;letter-spacing:0%;color:#171717;margin:0;padding:0}.peers-page-main .peers-know-show-all{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:14px;line-height:26px;letter-spacing:0%;color:#2196F3;text-decoration:none}.peers-page-main .peers-know-show-all:hover{text-decoration:underline}.peers-page-main .peers-know-divider{position:absolute;top:3.3125rem;left:0;width:100%;height:0;border-top:1px solid #D8D8D8;opacity:1}.peers-page-main .peers-know-list{position:absolute;top:3.375rem;left:0;right:0;bottom:0;display:flex;flex-direction:column;padding:1rem 1rem 1rem;gap:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.peers-page-main .peers-know-list::-webkit-scrollbar{display:none}.peers-page-main .peers-know-list.peers-know-empty{align-items:center;justify-content:center}.peers-page-main .peers-know-list .no-requests-message{text-align:center;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:1rem;color:#64748b}.peers-page-main .peer-row{position:relative;display:flex;align-items:center;min-height:4.5rem;padding:0.5rem 0;gap:0.75rem}.peers-page-main .peer-row-link{display:flex;align-items:center;flex:1;min-width:0;gap:0.75rem;text-decoration:none;color:inherit}.peers-page-main .peer-row-link:hover{color:inherit}.peers-page-main .peer-row::after{content:'';position:absolute;bottom:0;left:0rem;right:0rem;height:0;border-top:1px solid #D8D8D8;opacity:1}.peers-page-main .peer-row:last-child::after{display:none}.peers-page-main .peer-row-avatar{width:48px;height:48px;border-radius:100px;object-fit:cover;flex-shrink:0}.peers-page-main .peer-row-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.peers-page-main .peer-row-name-row{display:flex;align-items:center;gap:0.25rem}.peers-page-main .peer-row-name{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-size:16px;line-height:1;color:#171717}.peers-page-main .peer-row-verified{display:inline-flex;align-items:center}.peers-page-main .peer-row-verified-icon{width:1rem;height:1rem;object-fit:contain}.peers-page-main .peer-row-meta{display:flex;align-items:center;gap:3px}.peers-page-main .peer-row-subtitle{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:14px;line-height:1;color:#64748b}.peers-page-main .peer-row-rating{font-size:14px;line-height:1;color:#fbbf24}.peers-page-main .peer-row-actions{display:flex;align-items:center;gap:0.5rem;flex-shrink:0}.peers-page-main .peer-row-ignore{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:14px;color:#64748b;text-decoration:none}.peers-page-main .peer-row-ignore:hover{text-decoration:underline}.peers-page-main .peer-followed-label{display:inline-flex;align-items:center;justify-content:center;width:5.875rem;height:32px;padding:12px 24px;border-radius:100px;border:1.5px solid #2196F3;background:#fff;color:#2196F3;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:14px;box-sizing:border-box}.peers-page-main .peer-unfollow-btn{margin:0;padding:0;border:none;background:transparent !important;height:auto}.peers-page-main .peer-unfollow-btn:hover,.peers-page-main .peer-unfollow-btn:focus,.peers-page-main .peer-unfollow-btn:active{outline:none;box-shadow:none;background:transparent !important}.peers-page-main .peer-unfollow-btn-submit{display:inline-flex;align-items:center;justify-content:center;width:106px;min-width:106px;height:30px;padding:0 24px;line-height:30px;border-radius:18px;border:1.5px solid #2196F3;background:#fff !important;color:#2196F3;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:14px;box-sizing:border-box;cursor:pointer}.peers-page-main .peer-unfollow-btn-submit:hover,.peers-page-main .peer-unfollow-btn-submit:focus,.peers-page-main .peer-unfollow-btn-submit:active{background:#fff !important;color:#2196F3;outline:none;box-shadow:none}.peers-page-main .peer-unfollow-btn .peer-followed-text,.peers-page-main .peer-unfollow-btn .peer-unfollow-text{color:#2196F3}.peers-page-main .peer-unfollow-btn .peer-followed-text{display:inline}.peers-page-main .peer-unfollow-btn .peer-unfollow-text{display:none}.peers-page-main .peer-unfollow-btn:hover .peer-followed-text{display:none}.peers-page-main .peer-unfollow-btn:hover .peer-unfollow-text{display:inline}.peers-page-main .peers-add-btn{margin:0;padding:0;border:none;background:transparent !important;height:auto}.peers-page-main .peers-add-btn:hover,.peers-page-main .peers-add-btn:focus,.peers-page-main .peers-add-btn:focus-visible,.peers-page-main .peers-add-btn:active{outline:none;box-shadow:none;background:transparent !important}.peers-page-main .peers-add-btn-submit{white-space:nowrap;width:5.875rem;height:32px;padding:12px 24px;border-radius:100px;border:1.5px solid #2196F3;background:#fff !important;color:#2196F3;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-sizing:border-box;cursor:pointer}.peers-page-main .peers-add-btn-submit:hover{background:#fff;color:#2196F3}.peers-page-main .peers-add-btn-submit:active,.peers-page-main .peers-add-btn-submit:focus,.peers-page-main .peers-add-btn-submit:focus-visible{background:#fff !important;color:#2196F3;outline:none;box-shadow:none;-webkit-tap-highlight-color:transparent}.peers-page-main .peers-add-btn input[type="submit"]{width:5.875rem;height:32px;padding:12px 24px;border-radius:100px;border:1.5px solid #2196F3;background:#fff !important;color:#2196F3;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:14px;cursor:pointer}.peers-page-main .peers-add-btn input[type="submit"]:hover{background:#fff;color:#2196F3}.peers-page-main .peers-add-btn input[type="submit"]:active,.peers-page-main .peers-add-btn input[type="submit"]:focus,.peers-page-main .peers-add-btn input[type="submit"]:focus-visible{background:#fff !important;color:#2196F3;outline:none;box-shadow:none;-webkit-tap-highlight-color:transparent}.feed-rightbar{position:relative;width:320px;min-width:260px;max-width:340px;padding:0;align-self:flex-start;background:transparent;min-height:100vh}.feed-rightbar .theories-top-picks{top:35.063rem;left:65.5rem;position:fixed;width:19.5rem;height:19.938rem;margin-bottom:1rem;border-radius:0.5rem;background:#FFFFFF;opacity:1;padding:0;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.feed-rightbar .theories-top-picks h3,.feed-rightbar .theories-top-picks h4{position:absolute;width:118px;height:21px;top:24px;left:24px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:100%;letter-spacing:0%;color:#171717;opacity:1;margin:0;padding:0}.feed-rightbar .theories-top-picks .tp-pick-item{display:flex;flex-direction:column;position:relative;padding:0 0 0 24px;margin-bottom:30px}.feed-rightbar .theories-top-picks .tp-pick-item:first-of-type{margin-top:75px}.feed-rightbar .theories-top-picks .tp-pick-item .tp-profile-section{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:8px}.feed-rightbar .theories-top-picks .tp-pick-item .tp-avatar{width:30px;height:30px;border-radius:100px;object-fit:cover;opacity:1;flex-shrink:0}.feed-rightbar .theories-top-picks .tp-pick-item .tp-name-wrapper{display:flex;align-items:center;gap:6px}.feed-rightbar .theories-top-picks .tp-pick-item .tp-name{width:92px;height:19px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0%;color:#171717;opacity:1;margin:0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-rightbar .theories-top-picks .tp-pick-item .tp-verified{width:18px;height:18px;opacity:1;flex-shrink:0}.feed-rightbar .theories-top-picks .tp-pick-item .tp-title{width:344px;max-width:calc(100% - 48px);height:18px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:15px;line-height:100%;letter-spacing:0%;color:#171717;opacity:1;margin:0;padding:0;margin-bottom:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-rightbar .theories-top-picks .tp-pick-item .tp-date{width:83px;height:16px;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:13px;line-height:16px;letter-spacing:0%;color:#4C4C4C;opacity:1;margin:0;padding:0}.feed-rightbar .feed-top-picks{position:fixed;width:312px;height:319px;top:561px;left:1048px;border-radius:8px;background:#FFFFFF;opacity:1;padding:0;z-index:100;transform:none}.feed-rightbar .feed-top-picks h3,.feed-rightbar .feed-top-picks h4{position:absolute;width:118px;height:21px;top:24px;left:24px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:100%;letter-spacing:0%;color:#171717;opacity:1;margin:0;padding:0}.feed-rightbar .feed-top-picks .tp-pick-item{display:flex;flex-direction:column;position:relative;padding:0 24px;margin-bottom:16px}.feed-rightbar .feed-top-picks .tp-pick-item:first-of-type{margin-top:65px}.feed-rightbar .feed-top-picks .tp-pick-item .tp-profile-section{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:8px}.feed-rightbar .feed-top-picks .tp-pick-item .tp-avatar{width:30px;height:30px;border-radius:100px;object-fit:cover;opacity:1;flex-shrink:0}.feed-rightbar .feed-top-picks .tp-pick-item .tp-name-wrapper{display:flex;align-items:center;gap:6px}.feed-rightbar .feed-top-picks .tp-pick-item .tp-name{width:92px;height:19px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0%;color:#171717;opacity:1;margin:0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-rightbar .feed-top-picks .tp-pick-item .tp-verified{width:18px;height:18px;opacity:1;flex-shrink:0}.feed-rightbar .feed-top-picks .tp-pick-item .tp-title{width:344px;max-width:calc(100% - 48px);height:18px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:15px;line-height:100%;letter-spacing:0%;color:#171717;opacity:1;margin:0;padding:0;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-rightbar .feed-top-picks .tp-pick-item .tp-date{width:83px;height:16px;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:13px;line-height:16px;letter-spacing:0%;color:#4C4C4C;opacity:1;margin:0;padding:0}.feed-rightbar .theories-who-to-follow{top:5.938rem;left:65.5rem;position:fixed;width:19.5rem;height:27.875rem;margin-bottom:1rem;border-radius:0.5rem;background:#FFFFFF;opacity:1;padding:0;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.feed-rightbar .theories-who-to-follow h3,.feed-rightbar .theories-who-to-follow h4{position:absolute;width:118px;height:21px;top:24px;left:24px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:100%;letter-spacing:0%;color:#171717;opacity:1;margin:0;padding:0}.feed-rightbar .theories-who-to-follow .wtf-user-wrapper{padding:0 20px;margin-bottom:16px}.feed-rightbar .theories-who-to-follow .wtf-user-wrapper:first-of-type{margin-top:65px}.feed-rightbar .theories-who-to-follow .wtf-user{display:flex;flex-direction:column;position:relative}.feed-rightbar .theories-who-to-follow .wtf-user .wtf-content-row{display:flex;flex-direction:row;align-items:flex-start;gap:2px}.feed-rightbar .theories-who-to-follow .wtf-user .wtf-avatar{width:48px;height:48px;border-radius:100px;object-fit:cover;flex-shrink:0}.feed-rightbar .theories-who-to-follow .wtf-user .wtf-info{display:flex;flex-direction:column;flex:1}.feed-rightbar .theories-who-to-follow .wtf-user .wtf-name-wrapper{display:flex;align-items:center;gap:6px;margin-bottom:4px}.feed-rightbar .theories-who-to-follow .wtf-user .wtf-name{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:16px;letter-spacing:0%;color:#171717;opacity:1;margin:0;padding:0}.feed-rightbar .theories-who-to-follow .wtf-user .wtf-verified{width:16px;height:16px;opacity:1;flex-shrink:0}.feed-rightbar .theories-who-to-follow .wtf-user .wtf-description{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:18px;letter-spacing:0%;color:#4C4C4C;opacity:1;margin:0;padding:0;display:flex;align-items:center;gap:0.25rem}.feed-rightbar .theories-who-to-follow .wtf-user .wtf-description .wtf-dot{width:0.25rem;height:0.25rem;background:#4C4C4C;border-radius:50%;opacity:1;flex-shrink:0}.feed-rightbar .theories-who-to-follow .wtf-user .wtf-follow-btn{margin-right:2.688rem !important;width:106px;height:30px;border-radius:18px;border:1.5px solid #2196F3;padding:0;opacity:1;margin:0;background:#FFFFFF;color:#2196F3;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.feed-rightbar .theories-who-to-follow .wtf-user .wtf-follow-btn:hover{background:#E3F2FD;color:#1976D2;border-color:#1976D2}.feed-rightbar .feed-who-to-follow{position:fixed;width:312px;height:446px;top:95px;left:1048px;border-radius:8px;background:#FFFFFF;opacity:1;padding:0;z-index:100;transform:none}.feed-rightbar .feed-who-to-follow h3,.feed-rightbar .feed-who-to-follow h4{position:absolute;width:118px;height:21px;top:24px;left:24px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:100%;letter-spacing:0%;color:#171717;opacity:1;margin:0;padding:0}.feed-rightbar .feed-who-to-follow .wtf-user{position:relative;margin-bottom:0;display:block;height:auto;min-height:150px}.feed-rightbar .feed-who-to-follow .wtf-user:nth-child(2) .wtf-avatar{top:65px}.feed-rightbar .feed-who-to-follow .wtf-user:nth-child(2) .wtf-info{top:65px}.feed-rightbar .feed-who-to-follow .wtf-user:nth-child(2) .wtf-follow-btn{top:107px}.feed-rightbar .feed-who-to-follow .wtf-user:nth-child(3) .wtf-avatar{top:153px}.feed-rightbar .feed-who-to-follow .wtf-user:nth-child(3) .wtf-info{top:153px}.feed-rightbar .feed-who-to-follow .wtf-user:nth-child(3) .wtf-follow-btn{top:195px}.feed-rightbar .feed-who-to-follow .wtf-user:nth-child(4) .wtf-avatar{top:211px}.feed-rightbar .feed-who-to-follow .wtf-user:nth-child(4) .wtf-info{top:211px}.feed-rightbar .feed-who-to-follow .wtf-user:nth-child(4) .wtf-follow-btn{top:253px}.feed-rightbar .feed-who-to-follow .wtf-user:nth-child(5) .wtf-avatar{top:269px}.feed-rightbar .feed-who-to-follow .wtf-user:nth-child(5) .wtf-info{top:269px}.feed-rightbar .feed-who-to-follow .wtf-user:nth-child(5) .wtf-follow-btn{top:311px}.feed-rightbar .feed-who-to-follow .wtf-user:nth-child(6) .wtf-avatar{top:327px}.feed-rightbar .feed-who-to-follow .wtf-user:nth-child(6) .wtf-info{top:327px}.feed-rightbar .feed-who-to-follow .wtf-user:nth-child(6) .wtf-follow-btn{top:369px}.feed-rightbar .feed-who-to-follow .wtf-user:nth-child(7) .wtf-avatar{top:385px}.feed-rightbar .feed-who-to-follow .wtf-user:nth-child(7) .wtf-info{top:385px}.feed-rightbar .feed-who-to-follow .wtf-user:nth-child(7) .wtf-follow-btn{top:427px}.feed-rightbar .feed-who-to-follow .wtf-user .wtf-avatar{position:absolute;width:48px;height:48px;left:24px;border-radius:100px;opacity:1;margin:0;object-fit:cover}.feed-rightbar .feed-who-to-follow .wtf-user .wtf-info{position:absolute;left:84px;display:block;width:auto}.feed-rightbar .feed-who-to-follow .wtf-user .wtf-name{position:relative;width:103px;height:16px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:16px;letter-spacing:0%;color:#171717;opacity:1;margin:0;padding:0;display:inline-flex;align-items:center;white-space:nowrap;overflow:visible}.feed-rightbar .feed-who-to-follow .wtf-user .wtf-name .wtf-verified{position:absolute;width:16px;height:16px;top:0;left:108px;opacity:1;margin:0;color:#2196F3;font-size:16px}.feed-rightbar .feed-who-to-follow .wtf-user .wtf-meta{position:relative;width:auto;min-width:16px;height:16px;top:8px;left:0;opacity:1;margin:0;padding:0;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:14px;color:#4C4C4C;display:flex;align-items:center;white-space:nowrap}.feed-rightbar .feed-who-to-follow .wtf-user .wtf-follow-btn{position:absolute;width:106px;height:30px;left:84px;border-radius:18px;border:1.5px solid #2196F3;padding:0;opacity:1;margin:0;background:#FFFFFF;color:#2196F3;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.feed-rightbar .feed-who-to-follow .wtf-user .wtf-follow-btn:hover{background:#E3F2FD;color:#1976D2;border-color:#1976D2}.peers-page-main.groups-page-main .groups-leader-row{position:relative;display:flex;align-items:center;gap:0.75rem;min-height:4.5rem;padding:0.5rem 0}.peers-page-main.groups-page-main .groups-leader-row::after{content:'';position:absolute;bottom:0;left:0;right:0;border-top:1px solid #d8d8d8}.peers-page-main.groups-page-main .groups-leader-row:last-child::after{display:none}.peers-page-main.groups-page-main .groups-leader-row-avatar{width:48px;height:48px;border-radius:100px;object-fit:cover;flex-shrink:0}.peers-page-main.groups-page-main .groups-leader-row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.peers-page-main.groups-page-main .groups-leader-row-name-row{display:flex;align-items:center;gap:0.25rem}.peers-page-main.groups-page-main .groups-leader-row-name{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-size:16px;color:#171717}.peers-page-main.groups-page-main .groups-leader-row-verified{width:1rem;height:1rem;object-fit:contain}.peers-page-main.groups-page-main .groups-leader-row-meta{display:flex;align-items:center;gap:0.35rem;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:14px;line-height:1;color:#64748b}.peers-page-main.groups-page-main .groups-leader-row-rating{color:#fbbf24;font-size:14px}.peers-page-main.groups-page-main .groups-leader-row-rating-num{color:#64748b;font-weight:400}.peers-page-main.groups-page-main .groups-leader-view-profile-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border-radius:100px;border:1.5px solid #2196f3;background:#fff;color:#2196f3;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:14px;text-decoration:none;transition:background 0.2s, color 0.2s, border-color 0.2s;white-space:nowrap}.peers-page-main.groups-page-main .groups-leader-view-profile-btn:hover{background:#f5f9ff;color:#1976d2;border-color:#1976d2}.peers-page-main.groups-page-main .groups-my-group-row{position:relative;display:flex;align-items:center;gap:0.75rem;min-height:4.5rem;padding:0.5rem 0}.peers-page-main.groups-page-main .groups-my-group-row::after{content:'';position:absolute;bottom:0;left:0;right:0;border-top:1px solid #d8d8d8}.peers-page-main.groups-page-main .groups-my-groups-list .groups-my-group-row:last-of-type::after{display:none}.peers-page-main.groups-page-main .groups-my-group-thumb{flex-shrink:0;display:block;width:48px;height:48px;border-radius:8px;overflow:hidden}.peers-page-main.groups-page-main .groups-my-group-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.peers-page-main.groups-page-main .groups-my-group-main{flex:1;min-width:0}.peers-page-main.groups-page-main .groups-my-group-text-link{display:block;text-decoration:none;color:inherit}.peers-page-main.groups-page-main .groups-my-group-text-link:hover{color:inherit}.peers-page-main.groups-page-main .groups-my-group-name-row{display:flex;align-items:center;gap:0.25rem}.peers-page-main.groups-page-main .groups-my-group-name{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-size:16px;color:#171717}.peers-page-main.groups-page-main .groups-my-group-verified{width:1rem;height:1rem;object-fit:contain}.peers-page-main.groups-page-main .groups-my-group-members{display:flex;align-items:center;gap:0.5rem;margin-top:0.35rem}.peers-page-main.groups-page-main .groups-my-group-member-avatars{display:flex;align-items:center;padding-left:2px}.peers-page-main.groups-page-main .groups-my-group-member-avatar{width:24px;height:24px;border-radius:100px;object-fit:cover;border:2px solid #fff;margin-left:-8px}.peers-page-main.groups-page-main .groups-my-group-member-avatar:first-child{margin-left:0}.peers-page-main.groups-page-main .groups-my-group-members-count{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:12px;color:#64748b}.peers-page-main.groups-page-main .groups-my-group-menu{flex-shrink:0}.peers-page-main.groups-page-main .groups-my-group-menu-btn{border:none;background:transparent;color:#64748b;padding:0.25rem;cursor:pointer;line-height:0;border-radius:4px}.peers-page-main.groups-page-main .groups-my-group-menu-btn:hover{background:#f1f5f9;color:#171717}.peers-page-main.groups-page-main .groups-my-group-dropdown .dropdown-item{font-size:14px}.peers-page-main.groups-page-main .groups-search-communities-wrap{text-align:center;padding:1rem 0.5rem 0.5rem;margin-top:0.25rem}.peers-page-main.groups-page-main .groups-search-communities-text{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:12px;color:#64748b;font-weight:400;line-height:1.45;margin:0}.peers-page-main.groups-page-main .groups-search-communities-search-link{color:#2196f3;font-weight:500;text-decoration:none}.peers-page-main.groups-page-main .groups-search-communities-search-link:hover{text-decoration:underline}.feed-rightbar.peers-page-rightbar{position:fixed;width:312px;height:785px;top:94px;left:1048px;opacity:1;display:flex;flex-direction:column;gap:20px}.feed-rightbar.peers-page-rightbar .peers-rightbar-inner{display:flex;flex-direction:column;width:100%;height:100%}.feed-rightbar.peers-page-rightbar .my-peers-section{width:100%;max-width:312px;border-radius:0.5rem;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding:1.5rem 1.5rem 1.5rem 24px;flex-shrink:0}.feed-rightbar.peers-page-rightbar .my-peers-section h4{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-size:1.125rem;color:#171717;margin:0 0 1rem 0}.feed-rightbar.peers-page-rightbar .my-peer-row{display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:start;margin-bottom:1.25rem}.feed-rightbar.peers-page-rightbar .my-peer-row:last-of-type{margin-bottom:0}.feed-rightbar.peers-page-rightbar .my-peer-avatar-wrap{min-width:0}.feed-rightbar.peers-page-rightbar .my-peer-avatar-link{display:block;text-decoration:none;color:inherit}.feed-rightbar.peers-page-rightbar .my-peer-right-col{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0}.feed-rightbar.peers-page-rightbar .my-peer-avatar{width:48px;height:48px;border-radius:100px;object-fit:cover;display:block}.feed-rightbar.peers-page-rightbar .my-peer-details-link,.feed-rightbar.peers-page-rightbar .my-peer-details-inner{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0;text-decoration:none;color:inherit}.feed-rightbar.peers-page-rightbar .my-peer-details-link:hover,.feed-rightbar.peers-page-rightbar .my-peer-details-inner.my-peer-row-link-static{color:inherit}.feed-rightbar.peers-page-rightbar .my-peer-name-row{display:flex;align-items:center;gap:6px}.feed-rightbar.peers-page-rightbar .my-peer-name{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:16px;line-height:16px;letter-spacing:0%;color:#171717;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-rightbar.peers-page-rightbar .my-peer-verified-icon{width:18px;height:18px;flex-shrink:0}.feed-rightbar.peers-page-rightbar .my-peer-meta{display:flex;align-items:center;gap:3px;min-height:16px}.feed-rightbar.peers-page-rightbar .my-peer-followers-avatars{display:flex;align-items:center;margin-right:2px}.feed-rightbar.peers-page-rightbar .my-peer-follower-avatar{width:20px;height:20px;border-radius:100px;object-fit:cover;border:1.5px solid #fff;margin-left:-6px;flex-shrink:0}.feed-rightbar.peers-page-rightbar .my-peer-follower-avatar:first-child{margin-left:0}.feed-rightbar.peers-page-rightbar .my-peer-followers-count{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:12px;line-height:100%;letter-spacing:0%;color:#171717}.feed-rightbar.peers-page-rightbar .my-peer-rating{display:inline-flex;align-items:center;gap:3px;font-size:11px;line-height:1;color:#fbbf24}.feed-rightbar.peers-page-rightbar .my-peer-rating-num{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:10px;line-height:16px;letter-spacing:0%;color:#919191}.feed-rightbar.peers-page-rightbar .my-peers-section .peers-follow-form,.feed-rightbar.peers-page-rightbar .my-peers-section .my-peer-follow-btn{padding:0 !important;margin:0 !important;border:none !important;background:transparent !important;flex-shrink:0;display:block}.feed-rightbar.peers-page-rightbar .my-peers-section .peers-follow-form input[type="submit"],.feed-rightbar.peers-page-rightbar .my-peers-section .peers-follow-form button[type="submit"],.feed-rightbar.peers-page-rightbar .my-peers-section .my-peer-follow-btn input[type="submit"],.feed-rightbar.peers-page-rightbar .my-peers-section .my-peer-follow-btn button[type="submit"]{width:106px !important;min-width:106px !important;height:30px !important;padding:0 24px !important;border-radius:18px !important;border-width:1.5px !important;border-style:solid !important;border-color:#2196F3 !important;background:#fff !important;color:#2196F3 !important;opacity:1 !important;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;font-weight:400 !important;font-size:14px !important;line-height:30px !important;letter-spacing:0% !important;text-align:center !important;vertical-align:middle !important;cursor:pointer !important;box-sizing:border-box !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;-webkit-appearance:none !important;appearance:none !important}.feed-rightbar.peers-page-rightbar .my-peers-section .peers-follow-form input[type="submit"]:hover,.feed-rightbar.peers-page-rightbar .my-peers-section .peers-follow-form button[type="submit"]:hover,.feed-rightbar.peers-page-rightbar .my-peers-section .my-peer-follow-btn input[type="submit"]:hover,.feed-rightbar.peers-page-rightbar .my-peers-section .my-peer-follow-btn button[type="submit"]:hover{background:#f5f9ff !important;border-color:#1976d2 !important;color:#1976d2 !important}.feed-rightbar.peers-page-rightbar .my-peers-section .peer-unfollow-btn .peer-unfollow-btn-submit{width:106px !important;min-width:106px !important;height:30px !important;padding:0 24px !important;line-height:30px !important;border-radius:18px !important;border:1.5px solid #2196F3 !important;background:#fff !important;color:#2196F3 !important;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;font-weight:400 !important;font-size:14px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important}.feed-rightbar.peers-page-rightbar .my-peers-section .peer-unfollow-btn:hover .peer-unfollow-btn-submit{background:#f5f9ff !important;border-color:#1976d2 !important;color:#1976d2 !important}.feed-rightbar.peers-page-rightbar .my-peer-row-link-static{cursor:default}.feed-rightbar.peers-page-rightbar .my-peer-details-inner.my-peer-row-link-static{cursor:default}.feed-rightbar.peers-page-rightbar .my-peer-followed-static{flex-shrink:0;min-width:106px;height:30px;padding:0 24px;line-height:30px;border-radius:18px;border:1.5px solid #2196F3;background:#fff;color:#2196F3;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:14px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.feed-rightbar.peers-page-rightbar .groups-suggested-section{width:100%;max-width:312px;border-radius:0.5rem;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding:1.5rem 1.5rem 1.5rem 24px;flex-shrink:0;display:flex;flex-direction:column;gap:1rem}.feed-rightbar.peers-page-rightbar .groups-suggested-section h4{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0;color:#171717;margin:0;white-space:normal;word-wrap:break-word}.feed-rightbar.peers-page-rightbar .groups-suggested-card{display:flex;flex-direction:column;align-items:stretch;gap:0.75rem}.feed-rightbar.peers-page-rightbar .groups-suggested-card-main{display:flex;align-items:flex-start;gap:0.75rem;text-decoration:none;color:inherit}.feed-rightbar.peers-page-rightbar .groups-suggested-card-main:hover{color:inherit}.feed-rightbar.peers-page-rightbar .groups-suggested-avatar{width:48px;height:48px;border-radius:100px;object-fit:cover;flex-shrink:0}.feed-rightbar.peers-page-rightbar .groups-suggested-text{flex:1;min-width:0}.feed-rightbar.peers-page-rightbar .groups-suggested-name-row{display:flex;align-items:center;gap:0.25rem;min-width:0}.feed-rightbar.peers-page-rightbar .groups-suggested-name{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:16px;letter-spacing:0;color:#171717;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-rightbar.peers-page-rightbar .groups-suggested-verified{width:1rem;height:1rem;object-fit:contain;flex-shrink:0}.feed-rightbar.peers-page-rightbar .groups-suggested-members-row{display:flex;align-items:center;gap:0.5rem;margin-top:0.25rem}.feed-rightbar.peers-page-rightbar .groups-suggested-member-avatars{display:flex;align-items:center;padding-left:2px;flex-shrink:0}.feed-rightbar.peers-page-rightbar .groups-suggested-member-avatar{width:22px;height:22px;border-radius:100px;object-fit:cover;border:2px solid #fff;margin-left:-6px}.feed-rightbar.peers-page-rightbar .groups-suggested-member-avatar:first-child{margin-left:0}.feed-rightbar.peers-page-rightbar .groups-suggested-members{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:12px;color:#64748b;line-height:1}.feed-rightbar.peers-page-rightbar .groups-suggested-join-form{margin-right:26px;align-self:center}.feed-rightbar.peers-page-rightbar .groups-suggested-join-btn{align-self:center;margin:0;padding:0.5rem 1.25rem;border-radius:100px;border:1.5px solid #2196f3;background:#fff;color:#2196f3;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:14px;cursor:pointer;transition:background 0.2s, color 0.2s, border-color 0.2s}.feed-rightbar.peers-page-rightbar .groups-suggested-join-btn:hover{background:#f5f9ff;border-color:#1976d2;color:#1976d2}.feed-rightbar.peers-page-rightbar .groups-suggested-empty{font-size:0.875rem;color:#64748b;margin:0}.feed-rightbar.facts-page-rightbar{position:fixed;width:312px;height:785px;top:94px;left:1048px;opacity:1;display:flex;flex-direction:column;gap:20px}.feed-rightbar.facts-page-rightbar .facts-following-rightbar{display:flex;flex-direction:column;gap:20px;width:100%;height:100%}.feed-rightbar.facts-page-rightbar .facts-top-facts{width:100%;max-width:312px;border-radius:0.5rem;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding:1.5rem;flex-shrink:0}.feed-rightbar.facts-page-rightbar .facts-top-facts h4{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:1.125rem;color:#171717;margin:0 0 1rem 0}.feed-rightbar.facts-page-rightbar .facts-tf-item{display:block;text-decoration:none;color:inherit;padding:0.75rem 0;transition:background 0.15s}.feed-rightbar.facts-page-rightbar .facts-tf-item:hover{background:#f8f9fa;border-radius:0.25rem}.feed-rightbar.facts-page-rightbar .facts-tf-profile{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:8px}.feed-rightbar.facts-page-rightbar .facts-tf-avatar{width:30px;height:30px;border-radius:100px;object-fit:cover;flex-shrink:0}.feed-rightbar.facts-page-rightbar .facts-tf-meta{display:flex;align-items:center;gap:6px}.feed-rightbar.facts-page-rightbar .facts-tf-name{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0%;color:#171717;margin:0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-rightbar.facts-page-rightbar .facts-tf-verified{width:18px;height:18px;flex-shrink:0}.feed-rightbar.facts-page-rightbar .facts-tf-content{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:15px;line-height:100%;letter-spacing:0%;color:#171717;margin:0 0 20px 0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-rightbar.facts-page-rightbar .facts-tf-date{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:13px;line-height:16px;letter-spacing:0%;color:#4C4C4C;margin:0;padding:0}.feed-rightbar.facts-page-rightbar .facts-tf-empty{margin:0;font-size:0.875rem;color:#64748b}.feed-rightbar.facts-page-rightbar .theories-who-to-follow{position:relative;top:auto;left:auto;width:312px;height:446px;opacity:1;border-radius:8px;margin-bottom:0;flex-shrink:0}.all-claims-page-main .all-claims-page-content{position:relative;flex:1;min-width:0}.all-claims-page-main .all-claims-page-header{padding-left:24.375rem}.all-claims-page-main .all-claims-list{margin-top:139px;margin-left:390px;width:628px}.all-claims-page-main .all-claims-list .my-claim-card{width:628px;max-width:100%;border-radius:8px;opacity:1}.all-claims-page-main .all-claims-empty{margin-top:139px;margin-left:390px}.all-claims-page-main .all-claims-pagination{margin-left:390px;margin-top:1rem;margin-bottom:2rem}.feed-rightbar.theories-page-rightbar{position:fixed;width:312px;height:785px;top:94px;left:1048px;opacity:1;display:flex;flex-direction:column;gap:20px}.feed-rightbar.theories-page-rightbar .theories-following-rightbar{display:flex;flex-direction:column;gap:20px;width:100%;height:100%}.feed-rightbar.theories-page-rightbar .theories-top-picks,.feed-rightbar.theories-page-rightbar .theories-who-to-follow{width:100%;max-width:312px;border-radius:0.5rem;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding:1.5rem;flex-shrink:0}.feed-rightbar.theories-page-rightbar .theories-top-picks h4,.feed-rightbar.theories-page-rightbar .theories-who-to-follow h4{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:1.125rem;color:#171717;margin:0 0 1rem 0}.feed-rightbar.facts-page-rightbar{position:fixed;width:312px;height:785px;top:94px;left:1048px;opacity:1;display:flex;flex-direction:column;gap:20px}.feed-rightbar.facts-page-rightbar .facts-following-rightbar{display:flex;flex-direction:column;gap:20px;width:100%;height:100%}.feed-rightbar.facts-page-rightbar .facts-top-facts{width:100%;max-width:312px;border-radius:0.5rem;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding:1.5rem;flex-shrink:0}.feed-rightbar.facts-page-rightbar .facts-top-facts h4{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:1.125rem;color:#171717;margin:0 0 1rem 0}.feed-rightbar.facts-page-rightbar .facts-tf-item{display:block;text-decoration:none;color:inherit;padding:0.75rem 0;transition:background 0.15s}.feed-rightbar.facts-page-rightbar .facts-tf-item:hover{background:#f8f9fa;border-radius:0.25rem}.feed-rightbar.facts-page-rightbar .facts-tf-profile{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:8px}.feed-rightbar.facts-page-rightbar .facts-tf-avatar{width:30px;height:30px;border-radius:100px;object-fit:cover;flex-shrink:0}.feed-rightbar.facts-page-rightbar .facts-tf-meta{display:flex;align-items:center;gap:6px}.feed-rightbar.facts-page-rightbar .facts-tf-name{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0%;color:#171717;margin:0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-rightbar.facts-page-rightbar .facts-tf-verified{width:18px;height:18px;flex-shrink:0}.feed-rightbar.facts-page-rightbar .facts-tf-content{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:15px;line-height:100%;letter-spacing:0%;color:#171717;margin:0 0 20px 0}.feed-rightbar.facts-page-rightbar .facts-tf-date{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:13px;line-height:16px;letter-spacing:0%;color:#4C4C4C;margin:0}.feed-rightbar.facts-page-rightbar .facts-tf-empty{margin:0;font-size:0.875rem;color:#64748b}.feed-rightbar.peers-page-rightbar .facts-top-facts{width:100%;max-width:312px;border-radius:0.5rem;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding:1.5rem;flex-shrink:0}.feed-rightbar.peers-page-rightbar .facts-top-facts h4{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:1.125rem;color:#171717;margin:0 0 1rem 0}.feed-rightbar.peers-page-rightbar .facts-tf-item{display:block;text-decoration:none;color:inherit;padding:0.75rem 0;transition:background 0.15s}.feed-rightbar.peers-page-rightbar .facts-tf-item:hover{background:#f8f9fa;border-radius:0.25rem}.feed-rightbar.peers-page-rightbar .facts-tf-profile{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:8px}.feed-rightbar.peers-page-rightbar .facts-tf-avatar{width:30px;height:30px;border-radius:100px;object-fit:cover;flex-shrink:0}.feed-rightbar.peers-page-rightbar .facts-tf-meta{display:flex;align-items:center;gap:6px}.feed-rightbar.peers-page-rightbar .facts-tf-name{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0%;color:#171717;margin:0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-rightbar.peers-page-rightbar .facts-tf-verified{width:18px;height:18px;flex-shrink:0}.feed-rightbar.peers-page-rightbar .facts-tf-content{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:15px;line-height:100%;letter-spacing:0%;color:#171717;margin:0 0 20px 0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-rightbar.peers-page-rightbar .facts-tf-date{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:13px;line-height:16px;letter-spacing:0%;color:#4C4C4C;margin:0;padding:0}.feed-rightbar.peers-page-rightbar .facts-tf-empty{margin:0;font-size:0.875rem;color:#64748b}.feed-card{background:none;border-radius:0;box-shadow:none;padding:24px 32px 12px 32px;border-bottom:1px solid #e5e7eb;margin:0;width:100%;display:flex;flex-direction:column;gap:8px}.feed-card.js-card-clickable{cursor:pointer}.feed-card .feed-card-header{display:flex;align-items:center;gap:10px;margin-bottom:2px}.feed-card .feed-card-header .feed-card-badge{font-size:0.85rem;font-weight:600;border-radius:8px;padding:2px 10px}.feed-card .feed-card-header .feed-card-badge.theory{background:#fef3c7;color:#f59e42}.feed-card .feed-card-header .feed-card-badge.fact{background:#dcfce7;color:#16a34a}.feed-card .feed-card-header .feed-card-user{padding-top:6px;font-size:0.97rem;font-weight:600;color:#23263b;display:flex;align-items:center;gap:4px}.feed-card .feed-card-header .feed-card-user .verified-badge{color:#2563eb;font-size:1.1em}.feed-card .feed-card-header .feed-card-meta{font-size:0.93rem;color:#64748b;margin-left:8px}.feed-card .feed-card-title{font-size:1.13rem;font-weight:700;color:#23263b;margin-bottom:2px}.feed-card .feed-card-content{font-size:1.01rem;color:#23263b;margin-bottom:2px}.feed-card .feed-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.feed-card .feed-card-footer .feed-card-actions{display:flex;align-items:center;gap:18px}.feed-card .feed-card-footer .feed-card-actions .feed-like{color:#2563eb;font-size:1.1rem;display:flex;align-items:center;gap:4px;cursor:pointer;text-decoration:none;transition:color 0.2s}.feed-card .feed-card-footer .feed-card-actions .feed-like:hover{color:#1d4ed8}.feed-card .feed-card-footer .feed-card-actions .feed-like.liked{color:#10b981}.feed-card .feed-card-footer .feed-card-actions .feed-like.liked:hover{color:#059669}.feed-card .feed-card-footer .feed-card-date{color:#64748b;font-size:0.97rem}.feed-card .feed-card-footer .feed-card-link{color:#2563eb;font-size:0.97rem;text-decoration:underline;margin-left:12px;cursor:pointer}.feed-card-badge-user{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.claim-main{display:flex;gap:0;align-items:flex-start;background:#F4F2EE;min-height:100vh}.claim-main>.claim-center{min-width:0;position:relative}.claim-center{display:flex;flex-direction:column;margin:0;max-width:none;min-height:100vh;height:auto;background:#f4f2ee;padding-top:1rem}.claim-header{padding:0;min-height:0;font-size:inherit;font-weight:inherit;color:inherit;white-space:nowrap}.claim-header h2{position:absolute;width:106px;height:23px;top:30px;left:390px;margin:0;z-index:10;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:100%;letter-spacing:0;color:#171717;opacity:1;box-sizing:border-box}.claim-details-title-block{width:628px;min-height:145px;margin-top:60px;margin-left:390px;border-radius:8px;opacity:1;background:#ffffff;box-sizing:border-box}.claim-details-title-block .claim-detail-card-style{position:relative;display:block;padding-bottom:3.5rem}.claim-details-title-block .claim-detail-card-icon{position:absolute;width:32px;height:32px;top:12px;left:16px;border-radius:104px;opacity:1;background:#eff2fa;overflow:hidden;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.claim-details-title-block .claim-detail-card-icon .claim-detail-icon-img{width:100%;height:100%;object-fit:contain}.claim-details-title-block .claim-detail-card-header{position:relative;margin-bottom:0;min-height:48px}.claim-details-title-block .claim-detail-card-header .claim-details-label{position:absolute;width:42px;height:16px;top:12px;left:56px;margin:0;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:16px;letter-spacing:0;color:#171717;opacity:1;display:flex;align-items:center;box-sizing:border-box}.claim-details-title-block .claim-detail-card-header .claim-details-date{position:absolute;width:65px;height:14px;top:32px;left:56px;margin:0;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:100%;letter-spacing:0;color:#939393;opacity:1;display:flex;align-items:center;box-sizing:border-box;white-space:nowrap}.claim-details-title-block .claim-detail-card-header .claim-detail-fact-badge{position:absolute;width:56px;height:24px;top:16px;right:0;left:auto;border-radius:28px;padding:3px 8px;gap:10px;background:#e5ffe8;opacity:1;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;font-family:'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:100%;letter-spacing:0;margin-right:10px;color:#11ad24}.claim-details-title-block .claim-details-content{margin:10px 0 10px 16px;padding:0;width:auto;max-width:calc(100% - 32px);min-height:20px;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;color:#171717;opacity:1;box-sizing:border-box}.claim-details-title-block .feed-card-divider{position:absolute;width:calc(100% - 2rem);height:0;bottom:3rem;left:1rem;border-top:0.0625rem solid #d8d8d8;opacity:1}.claim-details-title-block .feed-card-verified-by{position:absolute;width:9.625rem;height:1.625rem;bottom:0.7rem;right:1rem;display:flex;align-items:center;gap:0.75rem;opacity:1}.claim-details-title-block .feed-card-verified-by .verified-by-label{height:1.25rem;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:0.875rem;line-height:1.25rem;letter-spacing:0.5%;color:#919191;opacity:1;white-space:nowrap}.claim-details-title-block .feed-card-verified-by .verified-by-avatars{display:flex;align-items:center;gap:0.5rem}.claim-details-title-block .feed-card-verified-by .verified-by-avatars .verified-by-avatar{width:2rem;height:1.666666rem;border-radius:50%;border:0.125rem solid #fff;object-fit:cover;opacity:1}.claim-details-title-block .feed-card-actions-wrapper{position:absolute;bottom:0.7rem;left:0;right:0;display:flex;width:100%}.claim-details-title-block .feed-card-actions{position:relative;height:1.5rem;margin-left:1rem;margin-right:12rem;display:flex;align-items:center;gap:1.875rem;opacity:1;width:auto}.claim-details-title-block .feed-card-actions .feed-action-like{height:1.125rem;display:flex;align-items:center;gap:0.3125rem;opacity:1}.claim-details-title-block .feed-card-actions .feed-action-like .feed-like{text-decoration:none;display:flex;align-items:center;gap:0.3125rem;color:inherit;background:none;border:none;padding:0;cursor:pointer}.claim-details-title-block .feed-card-actions .feed-action-like .like-icon{width:1.125rem;height:1.125rem;object-fit:contain}.claim-details-title-block .feed-card-actions .feed-action-like .like-count{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:0.875rem;line-height:1rem;color:#4c4c4c}.claim-details-title-block .feed-card-actions .feed-action-like .feed-like.liked .like-icon{filter:brightness(0) saturate(100%) invert(41%) sepia(92%) saturate(747%) hue-rotate(181deg) brightness(97%) contrast(101%)}.claim-details-title-block .feed-card-actions .feed-action-comment{width:5.25rem;height:1.5rem;display:flex;align-items:center;gap:0.25rem;opacity:1;text-decoration:none;color:inherit}.claim-details-title-block .feed-card-actions .feed-action-comment .comment-icon{width:1.125rem;height:1.125rem;object-fit:contain}.claim-details-title-block .feed-card-actions .feed-action-comment .comment-count{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:0.875rem;line-height:1.5rem;color:#919191}.claim-details-title-block .feed-card-actions .feed-action-comment .comment-text{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:0.875rem;line-height:1.5rem;color:#919191}.claim-details-title-block .feed-card-actions .feed-action-share{width:3.625rem;height:1.5rem;display:flex;align-items:center;gap:0.25rem;opacity:1}.claim-details-title-block .feed-card-actions .feed-action-share .feed-share-btn{display:flex;align-items:center;gap:0.25rem;background:none;border:none;padding:0;cursor:pointer}.claim-details-title-block .feed-card-actions .feed-action-share .share-icon{width:0.965rem;height:0.965rem;object-fit:contain;filter:brightness(0) saturate(100%) invert(57%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%)}.claim-details-title-block .feed-card-actions .feed-action-share .share-text{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:0.875rem;line-height:1.5rem;color:#919191}.theory-show-card-wrapper{width:628px;margin-top:60px;margin-left:390px;border-radius:8px;box-sizing:border-box}.theory-show-card-wrapper .feed-card-block{border-radius:8px;opacity:1;background:#ffffff;min-height:13rem;height:auto;padding-bottom:1rem;padding-left:0;padding-right:0}.theory-show-card-wrapper .feed-card-block .feed-card-theory-badge{display:flex !important;left:33rem;top:3.625rem}.theory-show-card-wrapper .feed-card-block .feed-card-content .feed-card-title{font-family:Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:14px;line-height:100%;letter-spacing:0%;color:#171717;display:block}.theory-show-card-wrapper .feed-card-block .feed-card-content{position:relative;top:auto;left:auto;overflow:visible;text-overflow:unset;display:block;-webkit-line-clamp:unset;line-clamp:unset;-webkit-box-orient:unset;white-space:normal;margin:0 1rem 0.75rem;max-width:calc(100% - 2rem)}.theory-show-card-wrapper .feed-card-block .feed-card-divider{position:relative;top:auto;left:auto;width:calc(100% - 2rem);margin:0 1rem 0.5rem}.theory-show-card-wrapper .feed-card-block .feed-card-bottom-bar{position:relative;top:auto;display:flex;align-items:center;justify-content:space-between;width:calc(100% - 12rem);gap:1rem}.theory-show-card-wrapper .feed-card-block .feed-card-bottom-bar .feed-card-verified-by{position:relative;top:auto;right:auto;margin:0;flex-shrink:0}.theory-show-card-wrapper .feed-card-block .feed-card-bottom-bar .feed-card-actions-wrapper{position:relative;top:auto;bottom:auto;left:auto;right:auto;margin:0;flex-shrink:0}.theory-details-block{width:628px;min-height:145px;margin-top:60px;margin-left:390px;border-radius:8px;opacity:1;background:#ffffff;box-sizing:border-box;transform:rotate(0deg)}.theory-details-block .theory-detail-card-style{position:relative;display:block;padding-bottom:1rem}.theory-details-block .theory-detail-author-avatar{position:absolute;width:40px;height:40px;top:12px;left:16px;border-radius:50%;overflow:hidden;flex-shrink:0;box-sizing:border-box}.theory-details-block .theory-detail-author-avatar .theory-detail-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.theory-details-block .claim-detail-card-header{position:relative;margin-bottom:0;min-height:48px}.theory-details-block .claim-detail-card-header .theory-detail-author-name{position:absolute;max-width:calc(100% - 180px);height:20px;top:14px;left:64px;margin:0;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:16px;line-height:20px;letter-spacing:0;color:#171717;opacity:1;display:block;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theory-details-block .claim-detail-card-header .claim-details-date{position:absolute;width:65px;height:14px;top:34px;left:64px;margin:0;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:12px;line-height:100%;letter-spacing:0;color:#939393;opacity:1;white-space:nowrap}.theory-details-block .claim-detail-card-header .theory-detail-badge{position:absolute;width:71px;min-width:71px;height:24px;top:16px;right:0;left:auto;border-radius:28px;padding:3px 8px;gap:10px;background:#FFEBE2;opacity:1;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;font-family:'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:14px;line-height:100%;letter-spacing:0;margin-right:10px;color:#FF7A3C}.theory-details-block .theory-details-content{margin:10px 0 10px 16px;padding:0;width:auto;max-width:calc(100% - 32px);min-height:20px;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:#171717;opacity:1;box-sizing:border-box}.theory-details-block .theory-details-content .theory-detail-title{font-weight:600;font-size:16px;margin-bottom:0.5rem}.theory-details-block .theory-details-content .theory-detail-description{font-weight:400;font-size:14px;line-height:1.4;color:#171717}.theory-details-block .theory-detail-bottom-bar{position:relative;margin-top:0.75rem;width:100%}.theory-details-block .theory-detail-bottom-bar .feed-card-divider{position:relative;width:calc(100% - 2rem);height:0;margin:0 0 0.5rem 1rem;border-top:0.0625rem solid #d8d8d8;opacity:1}.theory-details-block .theory-detail-bottom-bar .feed-card-verified-by{position:relative;width:9.625rem;height:1.625rem;margin-left:auto;margin-right:1rem;margin-bottom:0.5rem;display:flex;align-items:center;gap:0.75rem;opacity:1}.theory-details-block .theory-detail-bottom-bar .feed-card-verified-by .verified-by-label{height:1.25rem;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:0.875rem;line-height:1.25rem;letter-spacing:0.5%;color:#919191;opacity:1;white-space:nowrap}.theory-details-block .theory-detail-bottom-bar .feed-card-verified-by .verified-by-avatars{display:flex;align-items:center;gap:0.5rem}.theory-details-block .theory-detail-bottom-bar .feed-card-verified-by .verified-by-avatars .verified-by-avatar{width:2rem;height:1.666666rem;border-radius:50%;border:0.125rem solid #fff;object-fit:cover;opacity:1}.theory-details-block .theory-detail-bottom-bar .feed-card-actions-wrapper{position:relative;bottom:auto;left:auto;right:auto;margin:0;width:100%}.theory-details-block .theory-detail-menu{position:absolute;width:1.5rem;height:1.5rem;top:12px;right:16px;cursor:pointer;z-index:5}.theory-details-block .theory-detail-menu .menu-icon{width:100%;height:100%;object-fit:contain}.theory-details-block .theory-detail-menu .feed-card-menu-dropdown{position:absolute;top:100%;right:0;margin-top:4px;min-width:199px;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.15);z-index:1000;opacity:0;visibility:hidden;transition:opacity 0.2s ease, visibility 0.2s ease}.theory-details-block .theory-detail-menu .feed-card-menu-dropdown.show{opacity:1;visibility:visible}.theory-details-block .theory-detail-menu .feed-card-menu-dropdown .feed-menu-item{display:flex;align-items:center;gap:12px;cursor:pointer;padding:12px 20px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:16px;color:#263238}.theory-details-block .theory-detail-menu .feed-card-menu-dropdown .feed-menu-item:hover{background:#f5f5f5}.theory-details-block .theory-detail-menu .feed-card-menu-dropdown .feed-menu-icon{width:15px;height:15px;object-fit:contain}.theory-details-block .feed-card-actions-wrapper{position:absolute;bottom:0.7rem;left:0;right:0;display:flex;width:100%}.theory-details-block .feed-card-actions{position:relative;height:1.5rem;margin-left:1rem;margin-right:12rem;display:flex;align-items:center;gap:1.875rem;opacity:1;width:auto}.theory-details-block .feed-card-actions .feed-action-like{height:1.125rem;display:flex;align-items:center;gap:0.3125rem;opacity:1}.theory-details-block .feed-card-actions .feed-action-like .feed-like{text-decoration:none;display:flex;align-items:center;gap:0.3125rem;color:inherit;background:none;border:none;padding:0;cursor:pointer}.theory-details-block .feed-card-actions .feed-action-like .like-icon{width:1.125rem;height:1.125rem;object-fit:contain}.theory-details-block .feed-card-actions .feed-action-like .like-count{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:0.875rem;line-height:1rem;color:#4c4c4c}.theory-details-block .feed-card-actions .feed-action-like .feed-like.liked .like-icon{filter:brightness(0) saturate(100%) invert(41%) sepia(92%) saturate(747%) hue-rotate(181deg) brightness(97%) contrast(101%)}.theory-details-block .feed-card-actions .feed-action-comment{width:5.25rem;height:1.5rem;display:flex;align-items:center;gap:0.25rem;opacity:1;text-decoration:none;color:inherit}.theory-details-block .feed-card-actions .feed-action-comment .comment-icon{width:1.125rem;height:1.125rem;object-fit:contain}.theory-details-block .feed-card-actions .feed-action-comment .comment-count{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:0.875rem;line-height:1.5rem;color:#919191}.theory-details-block .feed-card-actions .feed-action-comment .comment-text{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:0.875rem;line-height:1.5rem;color:#919191}.theory-details-block .feed-card-actions .feed-action-share{width:3.625rem;height:1.5rem;display:flex;align-items:center;gap:0.25rem;opacity:1}.theory-details-block .feed-card-actions .feed-action-share .feed-share-btn{display:flex;align-items:center;gap:0.25rem;background:none;border:none;padding:0;cursor:pointer}.theory-details-block .feed-card-actions .feed-action-share .share-icon{width:0.965rem;height:0.965rem;object-fit:contain;filter:brightness(0) saturate(100%) invert(57%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%)}.theory-details-block .feed-card-actions .feed-action-share .share-text{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:0.875rem;line-height:1.5rem;color:#919191}.theory-details-block .feed-card-actions .feed-action-reshare{width:auto;height:1.5rem;display:flex;align-items:center;gap:0.25rem;opacity:1}.theory-details-block .feed-card-actions .feed-action-reshare .feed-reshare-btn{display:flex;align-items:center;gap:0.25rem;background:none;border:none;padding:0;cursor:pointer;color:inherit;font-size:inherit}.theory-details-block .feed-card-actions .feed-action-reshare .reshare-icon{width:0.965rem;height:0.965rem;object-fit:contain}.theory-details-block .feed-card-actions .feed-action-reshare .reshare-text{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:0.875rem;line-height:1.5rem;color:#919191}.theory-details-block .theory-detail-comments-section{position:relative;margin-top:1rem;padding:1rem 1rem 0.5rem;border-top:1px solid #e5e7eb;width:100%;box-sizing:border-box}.theory-details-block .theory-detail-comments-section .feed-card-comment-form{display:flex;align-items:flex-start;gap:0.75rem;margin-bottom:1rem}.theory-details-block .theory-detail-comments-section .feed-card-comment-profile-pic{width:2.5rem;height:2.5rem;border-radius:50%;overflow:hidden;flex-shrink:0}.theory-details-block .theory-detail-comments-section .feed-card-comment-profile-pic .profile-img{width:100%;height:100%;object-fit:cover}.theory-details-block .theory-detail-comments-section .feed-card-comment-field{flex:1;display:flex;align-items:center;gap:0.5rem;border:1px solid #e5e7eb;border-radius:8px;padding:0.5rem 0.75rem;background:#fff}.theory-details-block .theory-detail-comments-section .feed-card-comment-input{flex:1;border:none;outline:none;font-size:0.875rem;padding:0}.theory-details-block .theory-detail-comments-section .feed-card-comments-list{display:flex;flex-direction:column;gap:0.75rem}.claim-details-list{flex:1 1 auto;min-height:0;overflow:visible;display:flex;flex-direction:column;gap:0;padding-bottom:40px;background:#f4f2ee}.claim-details-evidence-card{position:relative;width:628px;min-height:160px;height:auto;margin-top:24px;margin-left:390px;border-radius:8px;opacity:1;background:#ffffff;padding:12px 15px;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;border:none;overflow:visible}.claim-details-evidence-card .claim-details-section{border:none;flex:0 1 auto;min-height:0;overflow:visible}.claim-details-evidence-card .evidence-card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:48px;border:none}.claim-details-evidence-card .evidence-header-left{display:flex;align-items:center;gap:0.5rem}.claim-details-evidence-card .evidence-header-left .claim-section-icon{width:32px;height:32px;border-radius:80px;opacity:1;object-fit:contain;flex-shrink:0}.claim-details-evidence-card .evidence-header-left .claim-details-label{margin:0;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:16px;letter-spacing:0;color:#171717;opacity:1}.claim-details-evidence-card .evidence-header-actions{display:flex;align-items:center;gap:0.5rem;flex-shrink:0}.claim-details-evidence-card .claim-evidence-block{position:relative;border:none;height:auto;min-height:0;overflow:visible}.claim-details-evidence-card .btn-challenge-evidence{width:150px;height:30px;border-radius:18px;opacity:1;padding:12px 24px;gap:8px;border:none;background:#2196f3;color:#ffffff;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:14px;line-height:26px;letter-spacing:0;text-align:center;white-space:nowrap;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;margin:0;box-shadow:none;transition:background 0.2s;flex-shrink:0}.claim-details-evidence-card .btn-challenge-evidence:hover,.claim-details-evidence-card .btn-challenge-evidence:focus{background:#1976d2;color:#fff}.claim-details-evidence-card .evidence-sources-row{display:flex;flex-wrap:wrap;gap:10px;opacity:1;border:none}.claim-details-evidence-card .evidence-sources-row .source-badge{min-width:65px;height:24px;border-radius:28px;padding:3px 8px;gap:10px;background:#f4f2ee;opacity:1;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;font-size:0.8125rem;font-weight:500;color:#374151;margin:0;border:none}.claim-details-evidence-card .claim-details-evidence{border:none;height:auto;min-height:0;overflow:visible}.claim-details-evidence-card .evidence-content,.claim-details-evidence-card .evidence-section,.claim-details-evidence-card .evidence-detail{border:none;height:auto;min-height:0;overflow:visible}.claim-details-evidence-card .evidence-content,.claim-details-evidence-card .evidence-section,.claim-details-evidence-card .evidence-detail{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:20px;letter-spacing:0;color:#4c4c4c}.claim-details-evidence-card .evidence-content strong,.claim-details-evidence-card .evidence-section strong,.claim-details-evidence-card .evidence-detail strong{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-style:normal;font-size:12px;line-height:20px;letter-spacing:0}.claim-details-card{background:none;border-radius:0;box-shadow:none;padding:24px 32px 12px 32px;border-bottom:1px solid #e5e7eb;margin:0;width:100%;display:flex;flex-direction:column;gap:18px}.claim-details-ai-validator-card{width:628px;margin-left:390px;margin-top:24px;min-height:0;height:auto;border-radius:8px;opacity:1;background:#ffffff;box-shadow:none;border:none;padding:12px 0px;overflow:visible}.claim-details-ai-validator-card .claim-details-section{min-height:0;height:auto;overflow:visible}.claim-details-ai-validator-card .claim-section-heading{position:relative;min-height:48px;margin-bottom:0}.claim-details-ai-validator-card .claim-section-heading .claim-section-icon{position:absolute;width:32px;height:32px;top:12px;left:16px;border-radius:80px;opacity:1;object-fit:contain}.claim-details-ai-validator-card .claim-section-heading .claim-details-label{position:absolute;white-space:nowrap;width:159px;height:16px;top:20px;left:56px;margin:0;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:16px;letter-spacing:0;color:#171717;opacity:1}.claim-details-ai-validator-card #reasoning-content{position:relative;min-height:0;height:auto;overflow:visible;padding-top:75px;padding-left:15px}.claim-details-ai-validator-card .ai-validator-status{position:absolute;top:15px;left:16px;height:16px;display:flex;align-items:center;gap:8px;opacity:1}.claim-details-ai-validator-card .ai-validator-status-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;min-width:20px;border-radius:4px;background:#dcfce7;color:#16a34a;font-size:12px;line-height:1}.claim-details-ai-validator-card .ai-validator-status-icon::after{content:'✓';font-weight:700}.claim-details-ai-validator-card .ai-validator-status-text{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:100%;letter-spacing:0;color:#171717;opacity:1}.claim-details-ai-validator-card .ai-validator-consistent-with{position:absolute;top:50px;left:16px;height:14px;margin:0;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:100%;letter-spacing:0;color:#4c4c4c;opacity:1}.claim-details-ai-validator-card .ai-validator-sources{margin:0 0 1rem 0;padding-left:1.25rem;list-style-type:disc;list-style-position:outside}.claim-details-ai-validator-card .ai-validator-source-line{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:12px;line-height:1.5;color:#4c4c4c;margin-bottom:0.5rem}.claim-details-ai-validator-card .ai-validator-source-line strong{font-weight:600;color:#171717}.claim-details-ai-validator-card .ai-validator-sources .ai-validator-source-line:last-child{margin-bottom:0}.claim-details-ai-validator-card .ai-validator-verse{margin-left:0.25em;color:#4c4c4c}.claim-details-ai-validator-card .ai-validator-verdict{display:flex;flex-direction:column;gap:6px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:12px;line-height:1.5;color:#4c4c4c}.claim-details-ai-validator-card .ai-validator-verdict-label{font-weight:600;color:#171717}.claim-details-ai-validator-card .ai-validator-verdict-row{align-items:center;display:flex;align-items:flex-start;flex-wrap:wrap;gap:8px}.claim-details-ai-validator-card .ai-validator-verdict-word{font-weight:600;color:#171717}.claim-details-ai-validator-card .ai-validator-verdict-lsv-line{color:#4c4c4c;font-weight:400}.claim-details-ai-validator-card .ai-validator-verdict-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;min-width:24px;border-radius:4px;background:#dcfce7;color:#16a34a;font-size:14px;line-height:1}.claim-details-ai-validator-card .ai-validator-verdict-icon::after{content:'✓';font-weight:700}.claim-details-ai-validator-card .ai-validator-verdict-text{flex:1;min-width:0;font-weight:400;color:#4c4c4c}.claim-details-ai-validator-card .ai-validator-verdict-text p{margin:0 0 0.25rem 0;color:#4c4c4c}.claim-details-ai-validator-card .ai-validator-verdict-text p:last-child{margin-bottom:0}.claim-details-ai-validator-card .ai-validator-verdict-text strong{font-weight:600;color:#171717}.claim-details-peer-insight-card{position:relative;width:628px;min-height:124px;height:auto;margin-top:24px;margin-left:390px;border-radius:8px;opacity:1;background:#ffffff;box-shadow:0 1px 3px rgba(0,0,0,0.08);padding:12px 16px;padding-top:48px;box-sizing:border-box;border:none}.claim-details-peer-insight-card .peer-insight-header{position:absolute;top:15px;left:56px}.claim-details-peer-insight-card .peer-insight-header .peer-insight-title{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:14px;line-height:1.25;color:#171717}.claim-details-peer-insight-card .peer-insight-icon{position:absolute;width:32px;height:32px;top:12px;left:16px;border-radius:80px;opacity:1;object-fit:contain}.claim-details-peer-insight-card .peer-insight-body{padding-left:0}.claim-details-peer-insight-card .peer-insight-quote{margin:0 0 4px 0;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:12px;line-height:1.5;color:#4c4c4c}.claim-details-peer-insight-card .peer-insight-attribution{margin:0;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:12px;line-height:1.17;height:14px;color:#161616;opacity:1}.claim-details-publish-fact-card{width:628px;margin-left:390px;margin-top:24px;min-height:0;height:auto;border-radius:8px;opacity:1;background:#ffffff;box-shadow:0 1px 3px rgba(0,0,0,0.08);padding:12px 15px;border:none;box-sizing:border-box;overflow:visible}.claim-details-publish-fact-card .claim-publish-section{padding:0;margin-top:0;background:transparent;border-radius:0}.claim-details-publish-fact-card .claim-section-heading{position:relative;min-height:48px;margin-bottom:12px}.claim-details-publish-fact-card .claim-section-heading .claim-section-icon{position:absolute;width:32px;height:32px;top:12px;left:16px;border-radius:80px;opacity:1;object-fit:contain}.claim-details-publish-fact-card .claim-section-heading .claim-details-label{position:absolute;top:15px;left:56px;margin:0;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:16px;letter-spacing:0;color:#171717}.claim-details-publish-fact-card .publish-fact-actions{margin-top:0;padding-left:0}.claim-details-publish-fact-card .btn-publish-fact,.claim-details-publish-fact-card .btn-unpublish-fact{border-radius:8px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:14px}.claim-details-row{display:flex;align-items:center;gap:18px;margin-bottom:8px}.claim-details-badge.fact{background:#dcfce7;color:#16a34a;font-size:0.95rem;font-weight:600;border-radius:8px;padding:2px 12px;margin-right:8px}.claim-details-date{color:#64748b;font-size:0.97rem;margin-left:auto}.claim-details-title{font-size:1.13rem;font-weight:700;color:#23263b;margin-bottom:2px}.claim-details-label{font-size:1.01rem;color:black;font-weight:600;margin-bottom:4px;display:block}.claim-details-content{font-size:1.13rem;color:#23263b;font-weight:700;margin-bottom:2px}.claim-details-evidence{font-size:1.01rem;color:#23263b;margin-bottom:2px}.claim-details-reasoning{margin-top:10px;background:#f8fafc;border-radius:8px;padding:12px 16px}.claim-details-reasoning-header{display:flex;align-items:center;gap:12px;margin-bottom:4px}.claim-details-source{font-size:0.97rem;font-weight:600;color:#2563eb}.claim-details-result{font-size:0.97rem;font-weight:600;color:#16a34a}.claim-details-reasoning-body{font-size:1.01rem;color:#23263b}.claim-details-sources{display:flex;gap:24px}.claim-details-primary,.claim-details-secondary{display:flex;flex-direction:column;gap:6px}.claim-details-source-label{font-size:0.97rem;color:#64748b;font-weight:600;margin-bottom:2px}.claim-details-source-badge{background:#e0f2fe;color:#2563eb;font-size:0.97rem;font-weight:600;border-radius:8px;padding:2px 10px;margin-bottom:2px;display:inline-block}.claim-details-source-badge.secondary{background:#fee2e2;color:#dc2626}.claim-details-source-badge.badge-true{background:#d1fae5;color:#16a34a}.claim-details-source-badge.badge-false{background:#fee2e2;color:#dc2626}.claim-details-source-badge.badge-unverifiable{background:#fef9c3;color:#b45309}.claim-details-source-badge.badge-default{background:#f3f4f6;color:#23263b}.claim-challenges{margin-top:18px}.claim-details-challenge-card{width:628px;margin-left:390px;margin-top:24px;min-height:270px;height:auto;border-radius:8px;opacity:1;background:#ffffff;box-shadow:0 1px 3px rgba(0,0,0,0.08);padding:12px 16px 16px;border:none;box-sizing:border-box;overflow:visible}.claim-details-challenge-card .challenge-block-title{margin:0 0 1rem 0;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-size:1.125rem;line-height:1.3;color:#171717}.claim-details-challenge-card .challenge-list{margin-bottom:1rem}.claim-details-challenge-card .challenge-card{background:transparent;border:none;border-radius:0;padding:0;margin-bottom:0;box-shadow:none}.claim-details-challenge-card .challenge-entry{display:flex;align-items:flex-start;gap:12px;margin-bottom:0.5rem}.claim-details-challenge-card .challenge-user-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;overflow:hidden;background:#e5e7eb}.claim-details-challenge-card .challenge-user-avatar .challenge-avatar-img{width:100%;height:100%;object-fit:cover}.claim-details-challenge-card .challenge-entry-body{flex:1;min-width:0}.claim-details-challenge-card .challenge-user-name{display:block;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-size:0.9375rem;color:#171717;margin-bottom:2px}.claim-details-challenge-card .challenge-date{display:block;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:0.75rem;color:#6b7280;margin-bottom:6px}.claim-details-challenge-card .challenge-text{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:0.875rem;line-height:1.5;color:#171717;margin:0}.claim-details-challenge-card .challenge-text p{margin:0 0 0.25rem 0}.claim-details-challenge-card .challenge-text p:last-child{margin-bottom:0}.claim-details-challenge-card .challenge-reasonings{margin-top:0.75rem;margin-left:52px}.claim-details-challenge-card .challenge-divider{height:0;border:none;border-top:1px solid #e5e7eb;margin:0.75rem 0}.claim-details-challenge-card .challenge-form-wrapper{margin-top:0.5rem}.claim-details-challenge-card .challenge-form{background:transparent;padding:0;border:none;margin-top:0;border-radius:0}.claim-details-challenge-card .challenge-form-title{margin:0 0 0.75rem 0;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-size:1rem;color:#171717}.claim-details-challenge-card .challenge-form-row{display:flex;gap:8px;margin-bottom:0}.claim-details-challenge-card .challenge-form-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;overflow:hidden;background:#e5e7eb}.claim-details-challenge-card .challenge-form-avatar .challenge-form-avatar-img{width:100%;height:100%;object-fit:cover}.claim-details-challenge-card .challenge-form-field-wrap{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-left:0}.claim-details-challenge-card .challenge-form-textarea{width:548px;max-width:100%;height:44px;min-height:44px;padding:10px 1rem;border:1px solid #d8d8d8;border-radius:100px;opacity:1;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:0.875rem;line-height:20px;color:#171717;resize:none;box-sizing:border-box}.claim-details-challenge-card .challenge-form-textarea::placeholder{color:#9ca3af;font-style:normal}.claim-details-challenge-card .challenge-form-textarea:focus{border-color:#2196f3;outline:0}.claim-details-challenge-card .claim-details-challenge-card .challenge-form-row .form-actions{display:flex;justify-content:flex-end;margin:0;flex-shrink:0}.claim-details-challenge-card .challenge-submit-btn{position:relative;top:10px;left:424px;width:123px;height:45px;padding:12px 30px;border-radius:100px !important;-webkit-border-radius:100px !important;opacity:1;border:none;background:#2196f3;color:#ffffff;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0;cursor:pointer;transition:background 0.2s;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.claim-details-challenge-card .challenge-submit-btn:hover{background:#1976d2}.claim-rightbar{position:relative;left:25px;top:32px;width:312px;min-width:312px;max-width:312px;padding:0;align-self:flex-start;background:transparent;min-height:100vh;display:flex;flex-direction:column;gap:24px}.claim-rightbar .claim-sidebar-card{width:312px;box-sizing:border-box}.claim-sidebar-card{background:#fff;border-radius:14px;box-shadow:0 2px 8px rgba(30,41,59,0.04);padding:18px;margin-bottom:0}.claim-sidebar-card h3{font-size:1.1rem;font-weight:700;color:#23263b;margin:0 0 12px 0}.claim-sidebar-profile-row{display:flex;align-items:center;gap:10px}a.claim-sidebar-profile-row{text-decoration:none;color:inherit;cursor:pointer}a.claim-sidebar-profile-row:hover{color:inherit;text-decoration:none}.claim-sidebar-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.claim-posted-by.claim-sidebar-card{height:137px;min-height:137px;border-radius:8px;background:#FFFFFF;opacity:1;box-sizing:border-box}.claim-posted-by.claim-sidebar-card .claim-sidebar-avatar{width:48px;height:48px;border-radius:100px;opacity:1}.claim-verified-by.claim-sidebar-card .claim-sidebar-avatar{width:48px;height:48px;border-radius:100px;opacity:1}.claim-sidebar-profile-info{display:flex;flex-direction:column;gap:2px}.claim-sidebar-name{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:16px;line-height:16px;color:#171717}.claim-sidebar-rating{font-size:12px;line-height:18px;color:#4C4C4C}.claim-sidebar-rating::before{content:'★ ';color:#fbbf24;margin-right:2px}.claim-sidebar-verifier-entry{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px}.claim-sidebar-verifier-entry:last-child{margin-bottom:0}.claim-sidebar-verifier-info{flex:1;min-width:0}.claim-sidebar-name-row{display:flex;align-items:center;gap:6px;margin-bottom:4px}.claim-sidebar-verified-icon{width:16px;height:16px;flex-shrink:0}.claim-sidebar-description{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:12px;line-height:18px;color:#4C4C4C;margin:0 0 8px 0}.claim-sidebar-follow-btn{width:106px;height:30px;border-radius:18px;padding:12px 24px;gap:8px;border:1.5px solid #2196F3;background:#fff;color:#2196F3;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-size:16px;white-space:nowrap;opacity:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;transition:background 0.2s, color 0.2s, border-color 0.2s}.claim-sidebar-follow-btn:hover:not(:disabled){background:#E3F2FD;color:#1976D2;border-color:#1976D2}.claim-sidebar-follow-btn:disabled{opacity:0.7;cursor:default}.claim-sidebar-source-list{display:flex;flex-direction:column;gap:20px;align-items:center}.claim-sidebar-source-pill{display:inline-flex;align-items:center;justify-content:center;gap:5px;width:264px;height:40px;padding:12px 24px;border-radius:30px;opacity:1;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:14px;cursor:pointer;box-sizing:border-box;transition:opacity 0.2s}.claim-sidebar-source-pill:hover{opacity:0.9}.claim-sidebar-source-pill-icon{width:16px;height:16px;flex-shrink:0;object-fit:contain}.claim-sidebar-source-pill--primary{background:#E5FFE8;color:#166534}.claim-sidebar-source-pill--secondary{background:#FFEAEA;color:#991b1b}.claim-verified-by.claim-sidebar-card,.claim-posted-by.claim-sidebar-card,.claim-primary-source.claim-sidebar-card,.claim-secondary-source.claim-sidebar-card{background:#fff;border-radius:14px;box-shadow:0 2px 8px rgba(30,41,59,0.04);padding:18px;margin-bottom:0}.claim-verified-by.claim-posted-by.claim-sidebar-card,.claim-posted-by.claim-posted-by.claim-sidebar-card,.claim-primary-source.claim-posted-by.claim-sidebar-card,.claim-secondary-source.claim-posted-by.claim-sidebar-card{border-radius:8px}.claim-verified-by h3,.claim-posted-by h3,.claim-primary-source h3,.claim-secondary-source h3{font-size:1.1rem;font-weight:700;color:#23263b;margin-bottom:24px}.claim-peer-insight{background:#fff;border-radius:14px;box-shadow:0 2px 8px rgba(30,41,59,0.04);padding:18px 18px 18px 18px;margin-bottom:12px}.claim-peer-insight h3{font-size:1.1rem;font-weight:700;color:#23263b;margin-bottom:12px}.peer-insight-text{color:#64748b;font-size:1.01rem;font-style:italic}.claim-section-divider{border-bottom:1px solid #e5e7eb;margin:18px 0 18px 0;width:100%}.claim-section-heading{display:flex;align-items:center;gap:8px}#claim-form-wrapper{position:relative;background:#F4F2EE;min-height:calc(100vh - 4rem);padding:1.5rem}.new-claim-main{position:absolute;left:180px;display:flex;gap:1.5rem;align-items:flex-start;right:1.5rem}.new-claim-center{flex:2 2 560px;max-width:692px;min-height:550px;display:flex;flex-direction:column;background:#FFFFFF;border-radius:8px;border:1px solid #f0f0f0;box-shadow:0 2px 8px rgba(0,0,0,0.06);overflow:hidden}.new-claim-header{padding:1.5rem 1.5rem 0.75rem;border-bottom:1px solid #f0f0f0}.new-claim-header h2{margin:0;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:1.25rem;font-weight:600;color:#171717}.new-claim-content{flex:1 1 0;overflow-y:auto;display:flex;flex-direction:column;padding:1.5rem 1.5rem 2rem}.new-claim-title{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:1.25rem;font-weight:600;margin:0 0 1rem 0;color:#171717}.new-claim-field{margin-bottom:1.25rem}.new-claim-field label{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:0.875rem;font-weight:500;color:#171717;margin-bottom:0.5rem;display:block}.new-claim-input{width:100%;border:1px solid #E2E2E2;border-radius:8px;padding:12px 16px;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:0.875rem;line-height:1.5;background:#FFFFFF;color:#171717;margin-top:0.25rem;resize:none;transition:border 0.2s;box-sizing:border-box}.new-claim-input:focus{border-color:#2196F3;outline:none}.new-claim-char-count{text-align:right;font-family:'Inter', sans-serif;font-size:0.75rem;color:#939393;margin-top:0.25rem}.new-claim-sources-section{margin-bottom:32px}.new-claim-sources-label{font-size:1.13rem;font-weight:600;color:#23263b;margin-bottom:10px}.new-claim-sources-list{list-style:none;padding:0;margin:0 0 10px 0}.new-claim-sources-list li{display:flex;align-items:center;gap:8px;font-size:1.08rem;color:#23263b;margin-bottom:6px}.source-icon{display:inline-block;width:22px;height:22px;background:url(/assets/source-icon.png) no-repeat center center/contain;margin-right:4px}.remove-source{color:#ef4444;font-size:1.01rem;margin-left:8px;text-decoration:none;cursor:pointer;transition:color 0.2s}.remove-source:hover{color:#b91c1c}.new-claim-add-source{margin-top:8px;position:relative}.add-source-btn{background:#fff;color:#2196F3;border:1px solid #2196F3;border-radius:8px;padding:0.5rem 1rem;font-family:'Inter', sans-serif;font-size:0.875rem;font-weight:500;cursor:pointer;transition:background 0.2s, color 0.2s, border 0.2s;display:flex;align-items:center;gap:0.5rem}.add-source-btn:hover{background:#2196F3;color:#fff}.add-source-dropdown{position:absolute;left:0;top:38px;min-width:180px;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 8px rgba(30,41,59,0.07);z-index:10;padding:8px 0}.dropdown-item{padding:10px 18px;cursor:pointer;color:#23263b;display:flex;align-items:center;gap:8px;font-size:1.08rem;transition:background 0.2s}.dropdown-empty{padding:10px 18px;color:#64748b;font-size:1.01rem}.new-claim-actions{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;margin-bottom:0}.new-claim-cancel{background:#f3f4f6;color:#4C4C4C;border:none;border-radius:8px;padding:0.5rem 1.25rem;font-family:'Inter', sans-serif;font-size:0.875rem;font-weight:500;cursor:pointer;transition:background 0.2s, color 0.2s}.new-claim-cancel:hover{background:#e5e7eb;color:#171717}.new-claim-submit{background:#2196F3;color:#fff;border:none;border-radius:8px;padding:0.5rem 1.25rem;font-family:'Inter', sans-serif;font-size:0.875rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:0.5rem;transition:background 0.2s}.new-claim-submit:hover{background:#1976D2}.new-claim-rightbar{height:550px;flex:1 1 1px;min-width:0;position:sticky;top:1.5rem;align-self:flex-start;background:#FFFFFF;border-radius:8px;border:1px solid #f0f0f0;box-shadow:0 2px 8px rgba(0,0,0,0.06);overflow:hidden;display:flex;flex-direction:column}.new-claim-rightbar .ai-chatbot-container,.new-claim-rightbar .ai-evidence-chatbot-container{height:100%;min-height:0;display:flex;flex-direction:column}.new-claim-rightbar .ai-chatbot-messages{flex:1 1 0;min-height:0;max-height:none}.new-claim-illustration{flex:0 0 420px;display:flex;align-items:center;justify-content:center;min-width:320px;margin-top:32px}.new-claim-image{width:100%;max-width:420px;height:auto;display:block}@media (max-width: 1100px){.new-claim-main{flex-direction:column;gap:1rem}.new-claim-center{max-width:100%}.new-claim-content{padding:1.25rem 1.5rem 1.5rem}.new-claim-rightbar{width:100%;max-width:100%;position:relative;top:0}.new-claim-illustration{margin-top:0;min-width:0;width:100%;justify-content:flex-start}}@media (max-width: 700px){#claim-form-wrapper{padding:1rem}.new-claim-main{flex-direction:column;gap:1rem}.new-claim-center{max-width:100%}.new-claim-content{padding:1rem 1rem 1.25rem}.new-claim-rightbar{width:100%;max-width:100%;position:relative;top:0}.new-claim-illustration{margin-top:0;min-width:0;width:100%;justify-content:flex-start}}.new-claim-field textarea[name='claim[evidence]']{min-height:180px}@media (max-width: 768px){.dashboard-container{padding-left:60px}}.peers-pagination-wrap{padding:1rem 1.5rem 1.5rem}.groups-group-row .groups-group-row-info{padding-left:0}.groups-new-page{max-width:32rem;margin:2rem auto 3rem;padding:0 1.5rem}.groups-new-card{background:#ffffff;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 4px 12px rgba(0,0,0,0.06);padding:2rem}.groups-new-title{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:1.5rem;font-weight:600;color:#171717;margin:0 0 0.5rem}.groups-new-subtitle{font-size:0.9375rem;color:#64748b;margin:0 0 1.5rem}.groups-new-errors{margin:0 0 1rem;padding-left:1.25rem;color:#b91c1c;font-size:0.875rem}.groups-new-field{margin-bottom:1.25rem}.groups-new-label{display:block;font-size:0.875rem;font-weight:500;color:#374151;margin-bottom:0.375rem}.groups-new-input,.groups-new-textarea{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:0.625rem 0.875rem;font-size:0.9375rem;font-family:inherit}.groups-new-textarea{resize:vertical;min-height:6rem}.groups-new-help{margin:0 0 0.625rem;color:#64748b;font-size:0.8125rem}.groups-new-invite-list{max-height:12rem;overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px;padding:0.5rem 0.75rem;background:#fff}.groups-new-invite-item{display:flex;align-items:center;gap:0.625rem;font-size:0.875rem;color:#1f2937;padding:0.375rem 0}.groups-new-invite-checkbox{width:1rem;height:1rem}.groups-invite-picker{position:relative}.groups-invite-results{position:absolute;top:calc(100% + 0.35rem);left:0;right:0;background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 20px rgba(15,23,42,0.12);max-height:13rem;overflow-y:auto;z-index:5}.groups-invite-result-item{width:100%;border:0;background:transparent;text-align:left;padding:0.6rem 0.75rem;cursor:pointer;display:block}.groups-invite-result-item:hover{background:#f8fafc}.groups-invite-result-title{color:#111827;font-size:0.875rem}.groups-invite-result-subtitle{color:#6b7280;font-size:0.75rem}.groups-invite-result-empty{color:#6b7280;cursor:default}.groups-invite-selected{display:flex;flex-wrap:wrap;gap:0.45rem;margin-top:0.65rem}.groups-invite-chip{display:inline-flex;align-items:center;gap:0.4rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:9999px;padding:0.3rem 0.6rem}.groups-invite-chip-name{font-size:0.8125rem;color:#1e3a8a}.groups-invite-chip-remove{border:0;background:transparent;color:#1e3a8a;font-size:0.875rem;line-height:1;cursor:pointer;padding:0}.groups-invite-empty{color:#6b7280;font-size:0.8125rem}.groups-new-actions{display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.groups-new-cancel{color:#64748b;text-decoration:none;font-size:0.9375rem}.groups-new-cancel:hover{color:#171717}.groups-new-submit{background:#2196f3;color:#fff;border:none;border-radius:100px;padding:0.625rem 1.5rem;font-weight:500;font-size:0.9375rem;cursor:pointer}.groups-new-submit:hover{background:#1976d2}.groups-show-back{display:inline-block;font-size:0.875rem;color:#2196f3;text-decoration:none;margin-bottom:0.75rem}.groups-show-meta{font-size:0.9375rem;color:#64748b;margin:0.25rem 0 0}.groups-show-leader-link{color:#2196f3;text-decoration:none}.groups-show-section{margin-bottom:1.5rem}.groups-show-section:last-of-type{margin-bottom:0}.groups-show-section-title{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:0.875rem;color:#171717;margin:0 0 0.75rem;line-height:1.25}.groups-show-description,.groups-show-empty-desc{font-size:0.9375rem;color:#475569;line-height:1.5;margin:0}.groups-show-description{margin-bottom:0}.groups-show-section .groups-show-empty-desc{color:#94a3b8;font-style:italic}.groups-show-member-list{list-style:none;margin:0;padding:0;max-height:20rem;overflow-y:auto}.groups-show-member-row{border-bottom:1px solid #f1f5f9}.groups-show-member-row:last-child{border-bottom:none}.groups-show-member-link{display:flex;align-items:center;gap:0.75rem;padding:0.625rem 0;text-decoration:none;color:inherit;min-width:0}.groups-show-member-link:hover .groups-show-member-name{color:#2196f3}.groups-show-member-avatar{width:40px;height:40px;border-radius:100px;object-fit:cover;flex-shrink:0}.groups-show-member-name{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:0.9375rem;font-weight:500;color:#171717;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.groups-show-member-badge{flex-shrink:0;font-size:0.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:0.02em;color:#2196f3;background:#e3f2fd;padding:0.2rem 0.5rem;border-radius:4px}.groups-show-actions{display:flex;flex-wrap:wrap;align-items:center;gap:0.75rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #e5e7eb}.groups-show-status{font-size:0.875rem;color:#64748b}.groups-show-btn{margin:0;border-radius:100px;padding:0.5rem 1.25rem;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:0.875rem;cursor:pointer;border:1.5px solid transparent}.groups-show-btn--primary{background:#2196f3;color:#fff;border-color:#2196f3}.groups-show-btn--primary:hover{background:#1976d2;border-color:#1976d2}.groups-show-btn--secondary{background:#fff;color:#dc2626;border-color:#fecaca}.groups-show-btn--secondary:hover{background:#fef2f2;border-color:#f87171}body{background-color:#f2f2f2}.validator-container{display:flex;justify-content:center;align-items:center;padding:2rem;min-height:70vh}.evidence-source-badge{display:inline-block;background:#e0e7ff;color:black;font-weight:600;border-radius:16px;padding:0.2em 1em;font-size:1.05em;margin-bottom:0.5em;margin-right:0.5em}.validator-box{background-color:white;padding:2.5rem;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,0.1);max-width:720px;width:100%}.validator-header{display:flex;align-items:center;margin-bottom:1rem}.validator-header h1{font-size:1.4rem;margin:0;line-height:1.2rem;font-weight:normal}.validator-header h1 span{color:#888;font-weight:normal}.claim-heading{color:#888;font-weight:normal}h2{font-size:1.1rem;margin-bottom:1.5rem;color:#333}.field{margin-bottom:1rem}.field .input-field{width:100%;padding:10px;font-size:0.95rem;border-radius:4px;border:1px solid #ccc;resize:vertical;min-height:80px}.actions{display:flex;justify-content:space-between;margin-top:1.5rem;text-decoration:none}.validator-button{background-color:#4CAF50;border:none;color:white;padding:10px 18px;border-radius:4px;text-decoration:none;cursor:pointer}span{color:#888;font-weight:normal}.claims-container{max-width:1200px;margin:2rem auto;padding:0 2rem}.claims-header{display:flex;justify-content:end;align-items:center;margin-bottom:2rem}.claims-header h1{font-size:2rem;color:#0B0146;margin:0}.claims-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:1.5rem;margin-bottom:2rem}.claim-card{background:white;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,0.05);padding:1.5rem;transition:all 0.2s ease;text-decoration:none;display:block;border:1px solid transparent}.claim-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,0.1);border-color:#e2e8f0}.claim-card .claim-content .claim-text{font-size:1rem;color:#1e293b;margin-bottom:1rem;line-height:1.5;overflow-wrap:break-word}.claim-card .claim-content .badge{display:inline-block;padding:0.25rem 0.75rem;border-radius:20px;font-size:0.875rem;font-weight:500}.claim-card .claim-content .badge-success{background:#E6F7ED;color:#027A48}.claim-card .claim-content .badge-danger{background:#FEE4E2;color:#D92D20}.claim-card .claim-content .badge-neutral{background:#EEF4FF;color:#175CD3}.empty-state{text-align:center;padding:4rem 0}.empty-state p{color:#64748b;margin-bottom:1.5rem;font-size:1.1rem}.pagination-container{display:flex;justify-content:center;margin-top:2rem;padding:1rem 0}.pagination-container .pagination{display:flex;gap:0.5rem;align-items:center}.pagination-container .pagination span,.pagination-container .pagination a{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 0.5rem;border-radius:0.375rem;font-size:0.875rem;color:#64748b;text-decoration:none;transition:all 0.2s ease}.pagination-container .pagination span:hover,.pagination-container .pagination a:hover{background-color:#f1f5f9;color:#1e293b}.pagination-container .pagination span.current,.pagination-container .pagination a.current{background-color:#3b82f6;color:white}.pagination-container .pagination span.gap,.pagination-container .pagination a.gap{background:none;cursor:default}.pagination-container .pagination span.gap:hover,.pagination-container .pagination a.gap:hover{background:none;color:#64748b}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background-color:#2196F3;color:white;border-radius:8px;font-weight:500;text-decoration:none;transition:all 0.2s}.btn-primary:hover{background-color:#2563eb;transform:translateY(-1px)}.btn-primary .btn-icon{width:20px;height:20px;object-fit:contain}.btn-primary span{color:white;font-weight:500}.reasoning-section{margin-top:2rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.reasoning-section h3{color:#1d2430;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.reasoning-section p{margin-bottom:1rem;line-height:1.6}.reasoning-section p:last-child{margin-bottom:0}.new-claim-heading{color:white}.my-claims-page{padding-left:30px;padding-right:30px;position:relative;background:#f4f2ee;min-height:100vh}.my-claims-header-row{display:flex;justify-content:space-between;align-items:center;margin:2rem 0 1.5rem 0}.my-claims-title{position:absolute;width:62px;height:23px;top:0;left:390px;margin:0;opacity:1;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:100%;letter-spacing:0%;color:#171717}.my-claims-header-actions{display:flex;align-items:center;gap:1.2rem}.my-claims-search-form{display:flex;align-items:center;background:#fff;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,0.04);padding:0.2rem 0.7rem}.my-claims-search-input{border:none;outline:none;font-size:1rem;padding:0.5rem 0.3rem;background:transparent;width:160px}.my-claims-search-btn{background:none;border:none;color:#888;font-size:1.1rem;cursor:pointer}.my-claims-new-btn{background:#2196f3;color:#fff;border-radius:8px;padding:0.6rem 1.2rem;font-weight:500;font-size:1rem;text-decoration:none;transition:background 0.2s;border:none;display:flex;align-items:center;gap:0.5rem}.my-claims-new-btn:hover{background:#1769aa}.my-claims-filter-bar{position:absolute;top:45px;left:390px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;opacity:1}.my-claims-filter-pill{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:6px 24px;border-radius:100px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:16px;line-height:20px;letter-spacing:0.5%;text-decoration:none;background:#ffffff;color:#475865;font-weight:400;transition:background 0.2s, color 0.2s;box-sizing:border-box}.my-claims-filter-pill.active{background:#2196f333;color:#2196f3;font-weight:500}.my-claims-filter-pill:hover:not(.active){background:#f5f5f5}.my-claims-page .empty-state{margin-top:100px;margin-left:360px}.my-claims-list{display:flex;flex-direction:column;gap:1rem;margin-top:100px;margin-left:360px}.my-claims-page.claims-page-facts-tab .my-claim-card-wrapper{width:975px;min-height:210px;border-radius:8px;opacity:1;position:relative;overflow:hidden;box-sizing:border-box}.my-claims-page.claims-page-facts-tab .my-claim-card-wrapper .feed-card-block{width:100%;min-height:210px;height:100%;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.06);border:1px solid #f0f0f0}.my-claims-page.claims-page-facts-tab .feed-card-block .feed-card-content{top:50%;transform:translateY(-50%);font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:20px;letter-spacing:0%;color:#4C4C4C}.my-claims-page.claims-page-facts-tab .feed-card-block .feed-card-bottom-bar{top:10.75rem}.my-claims-page.claims-page-facts-tab .feed-card-block .feed-card-verified-by{left:350px;right:auto}.my-claims-page.claims-page-facts-tab .feed-card-block .feed-card-menu{left:935px}.my-claims-page.claims-page-facts-tab .feed-card-block .feed-card-fact-badge{display:flex;position:absolute;width:3.5rem;height:1.5rem;left:1rem;border-radius:1.75rem;padding:3px 8px;background:#e5ffe8;align-items:center;justify-content:center;box-sizing:border-box}.my-claims-page.claims-page-facts-tab .feed-card-block .feed-card-fact-badge-text{font-family:'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:0.875rem;line-height:100%;letter-spacing:0%;color:#11ad24}.my-claims-page.claims-page-facts-tab .feed-card-block .feed-card-divider{position:absolute;width:943px;height:0;top:160px;left:16px;opacity:1;border:none;border-top:1px solid #d8d8d8}.my-claim-card{position:relative;width:975px;min-height:140px;height:auto;background:#fff;border-radius:8px;opacity:1;box-shadow:0 2px 8px rgba(0,0,0,0.06);padding:10px 16px 12px 16px;display:flex;flex-direction:column;justify-content:flex-start;border:1px solid #f0f0f0;transition:box-shadow 0.2s, border 0.2s;box-sizing:border-box}.my-claim-card:hover{box-shadow:0 4px 16px rgba(33,150,243,0.08);border:1px solid #b3d7f6}.my-claim-card.js-card-clickable{cursor:pointer}.my-claim-card-header{display:flex;gap:10px;flex-direction:column;justify-content:space-between;margin-bottom:0.4rem}.my-claim-user{display:flex;align-items:flex-start;gap:0.7rem}.my-claim-avatar{width:48px;height:48px;border-radius:100px;object-fit:cover;opacity:1;flex-shrink:0}.my-claim-user-info{display:flex;flex-direction:column;gap:0.25rem}.my-claim-user-name-row{display:flex;align-items:center;gap:0.35rem}.my-claim-user-name{font-family:'Roboto', sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:16px;letter-spacing:0;color:#171717}.my-claim-verified-icon{width:1rem;height:1rem;object-fit:contain;flex-shrink:0}.my-claim-user-rating{display:flex;align-items:center;gap:0.35rem;font-size:1rem;letter-spacing:0.05em}.my-claim-stars{color:#fbbf24}.my-claim-rating-value{font-family:'Inter', sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:16px;letter-spacing:0;color:#919191}.my-claim-badge{font-size:0.98rem;font-weight:500;border-radius:16px;padding:0.3rem 1.1rem;display:inline-block}.my-claim-badge.ai-validated{width:111px;min-width:111px;height:24px;border-radius:28px;padding:3px 8px;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#FFF8E9;font-family:'Jost', sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:100%;letter-spacing:0;color:#F8A705}.my-claim-badge.verification-pending{width:136px;min-width:136px;height:24px;border-radius:28px;padding:3px 8px;display:inline-flex;align-items:center;justify-content:center;background:#E8FBFF;font-family:'Jost', sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:100%;letter-spacing:0;color:#0E7490}.my-claim-badge.verified{width:90px;background:#e6f7ed;color:#27ae60}.my-claim-badge.draft{background:#f5f5f5;color:#888}.my-claim-content{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:20px;letter-spacing:0%;color:#4C4C4C;margin-bottom:0.5rem;min-height:40px;flex:1;display:flex;align-items:center}.my-claim-card-footer{display:flex;justify-content:flex-end;gap:18px;align-items:center;margin-top:0.25rem}.my-claim-card.is-draft .my-claim-card-footer{position:absolute;top:16px;left:909px;gap:10px;align-items:center;opacity:1}.my-claim-card.is-draft .my-claim-draft-icon{width:20px;height:20px;display:block;object-fit:contain}.my-claim-card.is-draft .my-claim-edit-link,.my-claim-card.is-draft .my-claim-delete-link{padding:0;font-size:0;margin:0;line-height:0}.my-claim-card.is-draft .my-claim-edit-link i,.my-claim-card.is-draft .my-claim-delete-link i{display:none}.my-claim-edit-link{color:#2563eb;font-weight:500;text-decoration:none;font-size:1.01rem;display:flex;align-items:center;gap:4px;margin-right:18px}.my-claim-edit-link i{color:#2563eb}.my-claim-edit-link:hover{color:#1746a2}.my-claim-delete-link{color:#ef4444;font-weight:600;text-decoration:none;font-size:1.01rem;display:flex;align-items:center;gap:4px;margin-left:0;cursor:pointer;transition:color 0.2s}.my-claim-delete-link i{color:#ef4444}.my-claim-delete-link:hover{color:#b91c1c}.my-claim-make-public-btn{position:absolute;top:16px;left:858px;width:101px;height:28px;border-radius:6px;padding:8px 24px;border:none;gap:10px;background:#2196F3;font-family:'Roboto', sans-serif;font-weight:600;font-style:normal;font-size:12px;line-height:100%;letter-spacing:0;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;opacity:1;white-space:nowrap}.my-claim-make-public-btn:hover{background:#1976D2}@media (max-width: 1100px){.my-claims-page.claims-page-facts-tab .my-claim-card-wrapper{width:100%;max-width:975px}.my-claim-card{width:100%;max-width:975px}.my-claims-list{margin-left:1rem;gap:1.2rem}}.new-claim-actions{display:flex;justify-content:space-between;align-items:center;margin-top:32px;margin-bottom:32px}.new-claim-actions-right{display:flex;gap:12px;align-items:center}.new-claim-save-draft{color:#2196F3;font-weight:500;font-family:'Inter', sans-serif;text-decoration:none;background:rgba(33,150,243,0.08);border:1px solid #2196F3;border-radius:8px;padding:0.5rem 1.25rem;font-size:0.875rem;transition:background 0.2s, color 0.2s, border 0.2s;cursor:pointer;display:inline-block}.new-claim-save-draft:hover{background:#2196F3;color:#fff}.delete-claim-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:rgba(30,30,30,0.55);display:flex;align-items:center;justify-content:center;z-index:2000}.delete-claim-modal{width:364px;height:255px;background:#fff;border-radius:8px;opacity:1;box-shadow:0 2px 16px rgba(30,41,59,0.18);display:flex;flex-direction:column;align-items:center;position:relative;padding:0;box-sizing:border-box}.delete-claim-modal-close-wrap{position:absolute;top:0;right:0;width:47px;height:43px;border:none;border-top-right-radius:8px;border-bottom-left-radius:16.02px;background:#2E2E2E;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.delete-claim-modal-close-icon{width:13px;height:14px;object-fit:contain;opacity:1}.delete-claim-modal-content{width:288px;height:104px;position:absolute;top:43px;left:38px;display:flex;flex-direction:column;align-items:center;gap:16px;opacity:1}.delete-claim-modal-icon-wrap{width:50px;height:50px;border-radius:25px;padding:10px;gap:10px;background:#FFF2F2;display:flex;align-items:center;justify-content:center;flex-shrink:0}.delete-claim-modal-icon{width:30px;height:30px;object-fit:contain;opacity:1}.delete-claim-modal-content .delete-claim-modal-text{font-family:'Roboto', sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0;text-align:center;color:#171717;margin:0}.delete-claim-modal-form{margin:0;position:absolute;bottom:43px;left:0;right:0;display:flex;justify-content:center}.delete-claim-modal-confirm{width:140px;height:45px;border-radius:100px;padding:12px 30px;border:none;gap:10px;background:#FF1111;font-family:'Roboto', sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;transition:background 0.2s}.delete-claim-modal-confirm:hover{background:#cc0e0e}body.modal-open{overflow:hidden}.publish-success-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:rgba(30,30,30,0.55);display:flex;align-items:center;justify-content:center;z-index:2001}.publish-success-modal{width:421px;height:354px;background:#fff;border-radius:8px;opacity:1;box-shadow:0 2px 16px rgba(30,41,59,0.18);position:relative;display:flex;flex-direction:column;align-items:center;padding:0;box-sizing:border-box}.publish-success-modal-close-wrap{position:absolute;top:0;right:0;width:47px;height:43px;border:none;border-top-right-radius:8px;border-bottom-left-radius:16.02px;background:#2E2E2E;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;opacity:1}.publish-success-modal-close-icon{width:13px;height:14px;object-fit:contain;opacity:1}.publish-success-modal-icon-block{width:112px;margin-top:50px;display:flex;flex-direction:column;align-items:center;gap:20px;opacity:1}.publish-success-modal-icon{width:80px;height:80px;object-fit:contain;opacity:1}.publish-success-modal-title{font-family:'Roboto', sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:100%;letter-spacing:0;text-align:center;color:#171717;white-space:nowrap}.publish-success-modal-description{font-family:'Roboto', sans-serif;font-weight:400;font-style:normal;font-size:15px;line-height:100%;letter-spacing:0;text-align:center;color:#808080;margin:16px 24px 0}.publish-success-done-btn{width:175px;height:45px;margin-top:24px;border-radius:100px;padding:12px 30px;border:none;gap:10px;background:#2196F3;font-family:'Roboto', sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;opacity:1}.publish-success-done-btn:hover{background:#1976D2}.sources-columns{display:none;gap:1rem;margin-top:6rem;margin-left:2rem}.sources-columns .sources-column{flex:1;min-width:250px;max-width:400px;background:#f8f9fa;border-radius:8px;padding:1rem}.sources-columns .sources-column h3{margin:0 0 1rem;font-size:1rem;color:#495057}.sources-columns .sources-column .sources-list{min-height:100px;border:2px dashed #dee2e6;border-radius:6px;padding:0.5rem}.sources-columns .sources-column .sources-list.dragover{background:#e9ecef;border-style:solid}.sources-list{min-height:200px;border:2px dashed #e2e8f0;border-radius:0.375rem;padding:1rem;background:white;transition:all 0.2s}.sources-list.dragover{background:#f8fafc;border-color:#3b82f6;border-style:solid;box-shadow:0 0 0 3px rgba(59,130,246,0.1)}.sources-list:empty::after{content:'Drag sources here';display:block;text-align:center;color:#94a3b8;font-style:italic;padding:2rem 0}.source-item{display:flex;align-items:center;gap:0.5rem;padding:0.5rem;margin-bottom:0.5rem;background:#f1f5f9;border-radius:0.25rem;cursor:move;transition:all 0.2s;user-select:none}.source-item:hover{background:#e2e8f0;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,0.1)}.source-item.dragging{opacity:0.5;transform:rotate(5deg);box-shadow:0 4px 8px rgba(0,0,0,0.2)}.source-item span{font-size:0.875rem;color:#334155;font-weight:500}.primary-sources .sources-list{border-color:#3b82f6}.primary-sources h3{color:#1d4ed8}.secondary-sources .sources-list{border-color:#64748b}.secondary-sources h3{color:#475569}.new-claim-validate{display:inline-flex;align-items:center;gap:0.5rem;padding:0.5rem 1rem;font-family:'Inter', sans-serif;font-size:0.875rem;font-weight:500;color:#fff;background-color:#2196F3;border-radius:8px;border:none;cursor:pointer;transition:all 0.2s}.new-claim-validate:hover{background-color:#1976D2}.new-claim-validate i{font-size:1rem}.new-claim-field>label{display:flex;justify-content:space-between;align-items:center}.edit-btn{background:none;border:1px solid #d1d5db;color:#374151;font-weight:500;cursor:pointer;font-size:0.875rem;padding:0.25rem 0.75rem;border-radius:6px;line-height:1.25rem;margin-left:1rem}.edit-btn:hover{background-color:#f3f4f6}.processing-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,0.8);display:none;align-items:center;justify-content:center;z-index:20000 !important}.processing-overlay.active{display:flex}.processing-overlay .loader-container{text-align:center}.processing-overlay .loader{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 1rem}.processing-overlay .loader-text{color:#333;font-size:1.1rem}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.clickable-source-badge{cursor:pointer;transition:background 0.2s, color 0.2s}.clickable-source-badge:hover{background:#e0e7ff;text-decoration:underline}#dynamic-ai-response-section h3{font-size:1.1rem;font-weight:600;padding:0.25rem 0.75rem;border-radius:6px;display:inline-block}.evidence-box{position:relative;margin-bottom:18px;padding-top:0}.remove-evidence-btn{position:absolute;top:50%;right:16px;transform:translateY(-50%);border:1.5px solid #ef4444;background:transparent;color:#ef4444;border-radius:50%;width:32px;height:32px;font-size:1.3rem;cursor:pointer;transition:background 0.2s, color 0.2s;z-index:2}.remove-evidence-btn:disabled{opacity:0.5;cursor:not-allowed}.remove-evidence-btn:hover:not(:disabled){background:#fff0f0;color:#fff;border-color:#ef4444;background:#ef4444}.evidence-box-top{display:block;min-height:0}#evidence-controls{margin-bottom:1rem}.add-evidence-btn{background:#2196F3;color:white;border:none;border-radius:8px;padding:0.5rem 1rem;font-family:'Inter', sans-serif;font-size:0.875rem;font-weight:500;cursor:pointer;transition:all 0.2s;display:flex;align-items:center;gap:0.5rem}.add-evidence-btn:hover{background:#1976D2}.add-evidence-btn i{font-size:1rem}#evidence-type-selector{background:white;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.evidence-type-options{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));gap:0.75rem}.evidence-type-option{background:#FFFFFF;color:#171717;border:1px solid #E2E2E2;border-radius:8px;padding:0.75rem 1rem;font-family:'Inter', sans-serif;font-size:0.875rem;font-weight:500;cursor:pointer;transition:all 0.2s;display:flex;align-items:center;gap:0.5rem}.evidence-type-option:hover{background:rgba(33,150,243,0.08);border-color:#2196F3;border-color:#3b82f6;color:#3b82f6}.evidence-type-option i{font-size:1rem}.evidence-unit{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;overflow:hidden}.evidence-unit .evidence-unit-header{background:#3b82f6;color:white;padding:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background 0.2s}.evidence-unit .evidence-unit-header:hover{background:#2563eb}.evidence-unit .evidence-unit-header .evidence-unit-title{font-weight:600;font-size:1rem}.evidence-unit .evidence-unit-header .evidence-unit-actions{display:flex;gap:0.5rem}.evidence-unit .evidence-unit-header .remove-evidence-unit-btn{background:#ef4444;color:white;border:none;border-radius:4px;padding:0.25rem 0.5rem;font-size:0.75rem;cursor:pointer}.evidence-unit .evidence-unit-header .remove-evidence-unit-btn:hover{background:#dc2626}.evidence-unit .evidence-unit-header .toggle-evidence-unit-btn{background:transparent;color:white;border:none;padding:0.25rem;cursor:pointer;transition:transform 0.2s}.evidence-unit .evidence-unit-header .toggle-evidence-unit-btn.collapsed{transform:rotate(-90deg)}.evidence-unit .evidence-unit-content{padding:1rem;display:none}.evidence-unit .evidence-unit-content.expanded{display:block}.evidence-unit .evidence-sections{margin-bottom:1rem}.evidence-unit .evidence-section{background:white;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:0.75rem;overflow:hidden}.evidence-unit .evidence-section .evidence-section-header{background:#f1f5f9;padding:0.75rem 1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background 0.2s}.evidence-unit .evidence-section .evidence-section-header:hover{background:#e2e8f0}.evidence-unit .evidence-section .evidence-section-header .evidence-section-title{font-weight:600;color:#374151;text-transform:capitalize}.evidence-unit .evidence-section .evidence-section-header .evidence-section-actions{display:flex;gap:0.5rem}.evidence-unit .evidence-section .evidence-section-header .remove-section-btn{background:#ef4444;color:white;border:none;border-radius:4px;padding:0.25rem 0.5rem;font-size:0.75rem;cursor:pointer}.evidence-unit .evidence-section .evidence-section-header .remove-section-btn:hover{background:#dc2626}.evidence-unit .evidence-section .evidence-section-header .toggle-section-btn{background:transparent;color:#6b7280;border:none;padding:0.25rem;cursor:pointer;transition:transform 0.2s}.evidence-unit .evidence-section .evidence-section-header .toggle-section-btn.collapsed{transform:rotate(-90deg)}.evidence-unit .evidence-section .evidence-section-content{padding:1rem;display:none}.evidence-unit .evidence-section .evidence-section-content.expanded{display:block}.evidence-unit .evidence-section .evidence-section-details{background:#f8fafc;border:1px solid #e5e7eb;border-radius:4px;padding:0.75rem;font-size:0.875rem;margin-top:0.75rem}.evidence-unit .evidence-section .evidence-section-details .detail-row{display:flex;margin-bottom:0.5rem}.evidence-unit .evidence-section .evidence-section-details .detail-row:last-child{margin-bottom:0}.evidence-unit .evidence-section .evidence-section-details .detail-row .detail-label{font-weight:600;color:#374151;min-width:100px}.evidence-unit .evidence-section .evidence-section-details .detail-row .detail-value{color:#6b7280;flex:1}.evidence-unit .evidence-section-options{display:flex;gap:0.5rem;flex-wrap:wrap;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.evidence-unit .evidence-section-options .add-section-btn{background:#10b981;color:white;border:none;border-radius:4px;padding:0.5rem 0.75rem;font-size:0.75rem;font-weight:600;cursor:pointer;transition:background 0.2s;display:flex;align-items:center;gap:0.25rem}.evidence-unit .evidence-section-options .add-section-btn:hover{background:#059669}.evidence-unit .evidence-section-options .add-section-btn:disabled{background:#9ca3af;cursor:not-allowed}.evidence-unit .evidence-section-options .add-section-btn i{font-size:0.75rem}.evidence-unit .evidence-section-loading{text-align:center;padding:1rem;color:#6b7280;font-style:italic}.evidence-unit .evidence-section-placeholder{text-align:center;padding:1rem;color:#6b7280;font-style:italic;background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;margin:0.5rem}.evidence-unit .evidence-section-text{color:#374151;line-height:1.5;margin-bottom:0.75rem;white-space:pre-wrap}.add-evidence-btn{display:inline-block;background:#2196F3;color:#fff;border:none;border-radius:8px;padding:0.5rem 1rem;font-family:'Inter', sans-serif;font-size:0.875rem;font-weight:500;cursor:pointer;margin-top:0.5rem;transition:background 0.2s, color 0.2s}.add-evidence-btn:hover{background:#1976D2;color:#fff}.ai-chatbot-container{display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;background:#FFFFFF;padding:1rem 1.25rem 1rem;min-height:400px;border-top:1px solid #f0f0f0}.ai-chatbot-header{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:1rem;font-weight:600;color:#171717;margin-bottom:0.75rem;text-align:center;padding-bottom:0.75rem;border-bottom:1px solid #f0f0f0}.ai-chatbot-messages{flex:1 1 0;overflow-y:auto;margin-bottom:0.75rem;max-height:320px;padding-right:4px}.ai-chatbot-message{margin-bottom:0.5rem;padding:0.625rem 0.875rem;border-radius:8px;font-family:'Inter', sans-serif;font-size:0.875rem;line-height:1.5;max-width:90%;word-break:break-word}.ai-chatbot-message.user{background:#2196F3;color:#fff;align-self:flex-end;margin-left:auto}.ai-chatbot-message.ai{background:rgba(33,150,243,0.08);color:#171717;border:1px solid rgba(33,150,243,0.2);align-self:flex-start;margin-right:auto}.ai-chatbot-input-row{display:flex;gap:0.5rem;align-items:center}.ai-chatbot-input{flex:1 1 0;border:1px solid #E2E2E2;border-radius:8px;padding:0.5rem 0.75rem;font-family:'Inter', sans-serif;font-size:0.875rem;color:#171717;outline:none;transition:border 0.2s}.ai-chatbot-input:focus{border-color:#2196F3}.ai-chatbot-input::placeholder{color:#939393}.ai-chatbot-send{background:#2196F3;color:#fff;border:none;border-radius:8px;padding:0.5rem 1rem;font-family:'Inter', sans-serif;font-size:0.875rem;font-weight:500;cursor:pointer;transition:background 0.2s}.ai-chatbot-send:hover{background:#1976D2}.ai-evidence-chatbot-container{display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;background:#FFFFFF;padding:1rem 1.25rem 1rem;min-height:400px;border-top:1px solid #f0f0f0}.claim-evidence-block{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem;box-shadow:0 1px 4px rgba(0,0,0,0.03);font-size:1rem;line-height:1.7}.claim-evidence-block:last-child{margin-bottom:0;padding:0px}.claim-evidence-block div{margin-bottom:0.25rem}.claim-evidence-block div:last-child{margin-bottom:0}.source-badge{display:inline-block;background:#e0e7ff;color:#374151;font-weight:500;border-radius:12px;padding:0.25em 0.75em;font-size:0.875rem;margin-right:0.5em;margin-bottom:0.25em}.modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background:rgba(0,0,0,0.45);justify-content:center;align-items:center}.modal .modal-content{background:#fff;border-radius:18px;padding:4rem 4rem 3rem 4rem;max-width:900px;width:100%;min-height:480px;box-shadow:0 8px 40px rgba(0,0,0,0.18);position:relative;text-align:center}.modal .close{position:absolute;top:18px;right:22px;font-size:1.5rem;color:#888;cursor:pointer;background:none;border:none;z-index:2}.modal h3{font-size:2rem;font-weight:700;color:#181848;margin-bottom:1.2rem;letter-spacing:-1px}.modal textarea.form-control{width:100%;min-height:220px;border-radius:10px;border:1.5px solid #e5e7eb;padding:1.5rem 1.5rem;font-size:1.25rem;margin-bottom:2rem;background:#f8fafc;color:#23263b;resize:vertical;transition:border 0.2s}.modal textarea.form-control:focus{border-color:#2563eb;outline:none;background:#fff}.modal .form-actions{margin-top:0.5rem}.btn-challenge-evidence{display:inline-block;background:#2563eb;color:#fff;border:none;border-radius:8px;padding:7px 18px;font-size:1.02rem;font-weight:600;cursor:pointer;margin-top:10px;margin-bottom:2px;transition:background 0.2s, color 0.2s, box-shadow 0.2s;box-shadow:0 2px 8px rgba(37,99,235,0.08)}.btn-challenge-evidence:hover,.btn-challenge-evidence:focus{background:#1746b0;color:#fff;box-shadow:0 4px 16px rgba(37,99,235,0.13)}.modal .btn-primary{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:10px 22px;font-size:1.08rem;font-weight:600;cursor:pointer;transition:background 0.2s, color 0.2s;margin-top:0.5rem}.modal .btn-primary:hover,.modal .btn-primary:focus{background:#1746b0;color:#fff}.evidence-modal-label{font-weight:600;color:#23263b;margin-bottom:0.3rem;display:block;text-align:left;font-size:1.08rem;letter-spacing:0.01em}.evidence-modal-evidence-text{margin-bottom:1.2rem;background:#f3f4f6;color:#23263b;resize:none}.claim-publish-section{padding:1.5rem;background:#f8fafc;border-radius:8px;margin-top:1rem}.claim-publish-section .claim-section-heading{display:flex;align-items:center;margin-bottom:1rem}.claim-publish-section .claim-section-heading .claim-section-icon{width:24px;height:24px;margin-right:0.75rem}.claim-publish-section .claim-section-heading h3{margin:0;font-size:1.1rem;font-weight:600;color:#1d2430}.claim-publish-section .publish-fact-actions{display:flex;justify-content:flex-start}.claim-publish-section .btn-publish-fact{background:#10b981;color:white;border:none;border-radius:6px;padding:0.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background 0.2s;display:flex;align-items:center;gap:0.5rem}.claim-publish-section .btn-publish-fact:hover{background:#059669}.claim-publish-section .btn-publish-fact:disabled{background:#9ca3af;cursor:not-allowed}.claim-publish-section .btn-publish-fact i{font-size:0.9rem}.claim-publish-section .btn-unpublish-fact{background:#ef4444;color:white;border:none;border-radius:6px;padding:0.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background 0.2s;display:flex;align-items:center;gap:0.5rem}.claim-publish-section .btn-unpublish-fact:hover{background:#dc2626}.claim-publish-section .btn-unpublish-fact:disabled{background:#9ca3af;cursor:not-allowed}.claim-publish-section .btn-unpublish-fact i{font-size:0.9rem}.duplicate-claims-modal{max-width:800px;max-height:80vh;overflow-y:auto;text-align:left}.duplicate-claims-modal h3{margin-bottom:1.5rem;color:#1d2430}.duplicate-claims-modal .duplicate-section-title{font-size:1.1rem;font-weight:600;margin:1.5rem 0 1rem 0;color:#374151;display:flex;align-items:center;gap:0.5rem}.duplicate-claims-modal .duplicate-claims-list{margin-bottom:1.5rem}.duplicate-claims-modal .duplicate-claim-item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:1rem}.duplicate-claims-modal .duplicate-claim-item:last-child{margin-bottom:0}.duplicate-claims-modal .duplicate-claim-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.75rem}.duplicate-claims-modal .duplicate-claim-header .duplicate-claim-user strong{color:#1d2430;font-weight:600}.duplicate-claims-modal .duplicate-claim-header .duplicate-claim-user .duplicate-claim-date{color:#6b7280;font-size:0.875rem;margin-left:0.5rem}.duplicate-claims-modal .duplicate-claim-header .duplicate-claim-similarity .similarity-badge{background:#3b82f6;color:white;padding:0.25rem 0.5rem;border-radius:4px;font-size:0.75rem;font-weight:600}.duplicate-claims-modal .duplicate-claim-content{color:#374151;margin-bottom:0.75rem;line-height:1.5}.duplicate-claims-modal .duplicate-claim-evidence{margin-bottom:0.75rem}.duplicate-claims-modal .duplicate-claim-evidence strong{color:#374151;font-weight:600}.duplicate-claims-modal .duplicate-claim-evidence .evidence-item{margin-top:0.5rem;padding:0.5rem;background:white;border-radius:4px;border:1px solid #e5e7eb}.duplicate-claims-modal .duplicate-claim-evidence .evidence-item h5{margin:0 0 0.75rem 0;color:#374151;font-weight:600;font-size:1rem}.duplicate-claims-modal .duplicate-claim-evidence .evidence-item .evidence-detail{margin-bottom:0.5rem}.duplicate-claims-modal .duplicate-claim-evidence .evidence-item .evidence-detail strong{color:#6b7280;font-weight:600}.duplicate-claims-modal .duplicate-claim-evidence .evidence-item .evidence-sources{margin-bottom:0.25rem}.duplicate-claims-modal .duplicate-claim-evidence .evidence-item .evidence-sources .source-badge{background:#e0e7ff;color:#374151;padding:0.125rem 0.375rem;border-radius:4px;font-size:0.75rem;margin-right:0.25rem}.duplicate-claims-modal .duplicate-claim-evidence .evidence-item .evidence-content{color:#6b7280;font-size:0.875rem;line-height:1.4}.duplicate-claims-modal .duplicate-claim-actions{text-align:right}.duplicate-claims-modal .duplicate-claim-actions .btn-outline{background:transparent;border:1px solid #3b82f6;color:#3b82f6;padding:0.375rem 0.75rem;border-radius:4px;font-size:0.875rem;text-decoration:none}.duplicate-claims-modal .duplicate-claim-actions .btn-outline:hover{background:#3b82f6;color:white}.duplicate-claims-modal .duplicate-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1rem;border-top:1px solid #e5e7eb}.duplicate-claims-modal .duplicate-actions .btn{padding:0.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;border:none;transition:background 0.2s}.duplicate-claims-modal .duplicate-actions .btn.btn-primary{background:#3b82f6;color:white}.duplicate-claims-modal .duplicate-actions .btn.btn-primary:hover{background:#2563eb}.duplicate-claims-modal .duplicate-actions .btn.btn-secondary{background:#6b7280;color:white}.duplicate-claims-modal .duplicate-actions .btn.btn-secondary:hover{background:#4b5563}.duplicate-warning{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px 16px;margin:16px 0;color:#991b1b;font-size:14px;line-height:1.5}.duplicate-warning i{margin-right:8px}.hero-section{padding:0 5%;background:white;position:relative;overflow:hidden;height:35rem}.hero-section::before{content:'';position:absolute;width:100%;height:141%;background-image:url(/assets/blue_vector.png);background-repeat:no-repeat;background-size:cover;bottom:15rem;right:60rem;opacity:0.5}@media (max-width: 768px){.hero-section{height:auto;min-height:35vh;padding:4rem 5% 5rem}}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:300px;background-image:url("data:image/svg+xml,%3Csvg width='1440' height='300' viewBox='0 0 1440 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 300C240 300 240 250 480 250C720 250 720 300 960 300C1200 300 1200 250 1440 250' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3Cpath d='M0 275C240 275 240 225 480 225C720 225 720 275 960 275C1200 275 1200 225 1440 225' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3Cpath d='M0 250C240 250 240 200 480 200C720 200 720 250 960 250C1200 250 1200 200 1440 200' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3Cpath d='M0 225C240 225 240 175 480 175C720 175 720 225 960 225C1200 225 1200 175 1440 175' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3Cpath d='M0 200C240 200 240 150 480 150C720 150 720 200 960 200C1200 200 1200 150 1440 150' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3Cpath d='M0 175C240 175 240 125 480 125C720 125 720 175 960 125C1200 175 1200 125 1440 125' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3Cpath d='M0 150C240 150 240 100 480 100C720 100 720 150 960 150C1200 150 1200 100 1440 100' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3Cpath d='M0 125C240 125 240 75 480 75C720 75 720 125 960 125C1200 125 1200 75 1440 75' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3Cpath d='M0 100C240 100 240 50 480 50C720 50 720 100 960 100C1200 100 1200 50 1440 50' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3Cpath d='M0 75C240 75 240 25 480 25C720 25 720 75 960 75C1200 75 1200 25 1440 25' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3Cpath d='M0 50C240 50 240 0 480 0C720 0 720 50 960 50C1200 50 1200 0 1440 0' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:cover;opacity:0.65;pointer-events:none;z-index:1}.hero-section .nav-container{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 5%;background:white;border-bottom:1px solid rgba(0,0,0,0.1);position:fixed;top:0;left:0;right:0;z-index:100}@media (max-width: 768px){.hero-section .nav-container{padding:1rem 5%}}.hero-section .nav-container .logo h3{font-size:2rem;font-weight:700;margin:0}.hero-section .nav-container .logo .nav-logo{height:50px}.hero-section .nav-container .menu-toggle{display:none;flex-direction:column;gap:0.25rem;cursor:pointer;padding:0.5rem;z-index:101;background:transparent;border:none;outline:none;position:relative;margin:0;-webkit-tap-highlight-color:transparent}@media (max-width: 768px){.hero-section .nav-container .menu-toggle{display:flex;align-items:center;justify-content:center}}.hero-section .nav-container .menu-toggle span{display:block;width:24px;height:2px;background-color:#1d2430;transition:transform 0.3s ease, opacity 0.3s ease;transform-origin:center;position:relative}.hero-section .nav-container .menu-toggle span+span{margin-top:5px}.hero-section .nav-container .menu-toggle.active span:first-child{transform:translateY(0)}.hero-section .nav-container .menu-toggle.active span:nth-child(2){opacity:0.5}.hero-section .nav-container .menu-toggle.active span:last-child{transform:translateY(0)}.hero-section .nav-container .nav-buttons{display:flex;gap:1rem;align-items:center}@media (max-width: 768px){.hero-section .nav-container .nav-buttons{position:fixed;top:0;right:-100%;width:250px;height:100vh;background:white;flex-direction:column;padding:5rem 2rem;transition:transform 0.3s ease;box-shadow:-2px 0 10px rgba(0,0,0,0.1);z-index:100;transform:translateX(100%)}.hero-section .nav-container .nav-buttons.active{transform:translateX(0);right:0}.hero-section .nav-container .nav-buttons .btn-secondary,.hero-section .nav-container .nav-buttons .btn-primary{width:100%;text-align:center;margin:0.5rem 0}}.hero-section .nav-container .nav-buttons .btn-secondary{padding:0.75rem 1.5rem;background:white;border:1px solid rgba(7,6,6,0.86);border-radius:8px;color:#1d2430;text-decoration:none;transition:all 0.2s ease;font-weight:700}.hero-section .nav-container .nav-buttons .btn-secondary:hover{background:#f8f9fa}.hero-section .nav-container .nav-buttons .btn-primary{padding:0.75rem 1.5rem;background:#2196F3;border-radius:8px;color:white;text-decoration:none;transition:all 0.2s ease;font-weight:500}.hero-section .nav-container .nav-buttons .btn-primary:hover{background:#1976D2}@media (max-width: 768px){.hero-section .nav-container .menu-toggle{display:flex}}.hero-section .main-content{padding-top:6rem;max-width:800px;margin:8rem auto 0;text-align:center;position:relative;z-index:2}@media (max-width: 768px){.hero-section .main-content{margin:3rem auto 0;padding:2rem 1rem}}.hero-section .main-content h1{font-size:64px;line-height:1.2;color:#0A1929;margin-bottom:1.5rem}@media (max-width: 768px){.hero-section .main-content h1{font-size:40px;margin-top:2rem}}.hero-section .main-content p{font-size:24px;line-height:1.5;color:#42526E;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.hero-section .main-content p{font-size:18px;margin-bottom:2rem}}.hero-section .main-content .cta-buttons{display:flex;gap:1rem;justify-content:center;align-items:center}@media (max-width: 768px){.hero-section .main-content .cta-buttons{flex-direction:column;width:100%;gap:1.5rem}.hero-section .main-content .cta-buttons .btn-primary{width:100%}.hero-section .main-content .cta-buttons .btn-watch{width:100%;justify-content:center}}.hero-section .main-content .cta-buttons .btn-primary{padding:1rem 2rem;background:#2196F3;border-radius:8px;color:white;font-size:1.1rem;text-decoration:none;transition:all 0.2s ease}.hero-section .main-content .cta-buttons .btn-primary:hover{background:#1976D2;transform:translateY(-2px)}.hero-section .main-content .cta-buttons .btn-watch{display:flex;align-items:center;gap:1rem;padding:1rem 2rem;border:none;color:#42526E;font-size:1.1rem;cursor:pointer;transition:all 0.2s ease;background:white}.hero-section .main-content .cta-buttons .btn-watch .play-circle{width:3.5rem;height:3.5rem;position:relative;display:flex;align-items:center;justify-content:center}.hero-section .main-content .cta-buttons .btn-watch .play-circle::before{content:'';position:absolute;top:-0.5rem;left:-0.5rem;right:-0.5rem;bottom:-0.5rem;border-radius:50%;background:rgba(10,78,138,0.324)}.hero-section .main-content .cta-buttons .btn-watch .play-circle::after{content:'';position:absolute;inset:0;background:#1E88E5;border-radius:50%}.hero-section .main-content .cta-buttons .btn-watch .play-circle i{color:white;font-size:1.2rem;margin-left:2px;position:relative;z-index:1}.hero-section .floating-avatars{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.hero-section .floating-avatars .avatar{position:absolute;border-radius:50%;box-shadow:0 0px 0px rgba(0,0,0,0.1);animation:float 6s ease-in-out infinite}.hero-section .floating-avatars .avatar svg{width:100%;height:100%;border-radius:50%}.hero-section .floating-avatars .avatar.avatar-1{top:10%;left:-30%;width:80px;height:80px;animation-delay:0s}.hero-section .floating-avatars .avatar.avatar-2{top:15%;right:-30%;animation-delay:1s;width:80px;height:80px}.hero-section .floating-avatars .avatar.avatar-3{top:45%;left:-5%;animation-delay:2s;width:60px;height:60px}.hero-section .floating-avatars .avatar.avatar-4{top:40%;right:-10%;animation-delay:3s;width:60px;height:60px}.hero-section .floating-avatars .avatar.avatar-5{bottom:5%;left:-35%;animation-delay:4s;width:80px;height:80px}.hero-section .floating-avatars .avatar.avatar-6{bottom:10%;right:-25%;animation-delay:5s;width:80px;height:80px}.core-functionality{padding:5rem 5%;text-align:center}.core-functionality h2{margin-bottom:3rem}.core-functionality .features-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;max-width:1200px;margin:0 auto}.core-functionality .features-grid .feature-card{padding:2rem;background:white;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.05);transition:transform 0.3s ease}.core-functionality .features-grid .feature-card:hover{transform:translateY(-5px)}.core-functionality .features-grid .feature-card .icon{width:48px;height:48px;background:rgba(52,111,207,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.core-functionality .features-grid .feature-card .icon i{color:#346FCF;font-size:1.5rem}.core-functionality .features-grid .feature-card h4{margin-bottom:1rem}.featured-claims{padding:5rem 5%;background:white;position:relative;overflow:hidden}.featured-claims .claims-heading{display:flex;justify-content:center}.featured-claims::before{content:'';position:absolute;top:50%;left:0;right:0;height:300px;transform:translateY(-50%) rotate(180deg);background-image:url("data:image/svg+xml,%3Csvg width='1440' height='300' viewBox='0 0 1440 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 300C240 300 240 250 480 250C720 250 720 300 960 300C1200 300 1200 250 1440 250' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3Cpath d='M0 275C240 275 240 225 480 225C720 225 720 275 960 275C1200 275 1200 225 1440 225' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3Cpath d='M0 250C240 250 240 200 480 200C720 200 720 250 960 250C1200 250 1200 200 1440 200' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3Cpath d='M0 225C240 225 240 175 480 175C720 175 720 225 960 225C1200 225 1200 175 1440 175' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3Cpath d='M0 200C240 200 240 150 480 150C720 150 720 200 960 200C1200 200 1200 150 1440 150' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3Cpath d='M0 175C240 175 240 125 480 125C720 125 720 175 960 125C1200 175 1200 125 1440 125' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3Cpath d='M0 150C240 150 240 100 480 100C720 100 720 150 960 150C1200 150 1200 100 1440 100' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3Cpath d='M0 125C240 125 240 75 480 75C720 75 720 125 960 125C1200 125 1200 75 1440 75' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3Cpath d='M0 100C240 100 240 50 480 50C720 50 720 100 960 100C1200 100 1200 50 1440 50' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3Cpath d='M0 75C240 75 240 25 480 25C720 25 720 75 960 75C1200 75 1200 25 1440 25' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3Cpath d='M0 50C240 50 240 0 480 0C720 0 720 50 960 50C1200 50 1200 0 1440 0' stroke='rgba(30, 136, 229, 0.15)' stroke-width='0.75'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:cover;opacity:0.65;pointer-events:none}.featured-claims h2{margin-bottom:3rem;position:relative;z-index:1}.featured-claims .claims-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;max-width:1200px;margin:0 auto}.featured-claims .claims-grid .claim-card{background:white;padding:2rem;border-radius:12px;display:flex;flex-direction:column;gap:1rem;align-items:center;box-shadow:0 4px 20px rgba(0,0,0,0.05);border-left:5px solid transparent}.featured-claims .claims-grid .claim-card.success-card{border-left-color:#027A48}.featured-claims .claims-grid .claim-card.neutral-card{border-left-color:#175CD3}.featured-claims .claims-grid .claim-card.danger-card{border-left-color:#D92D20}.featured-claims .claims-grid .claim-card .claim-text{font-weight:500;color:#0B0146}.featured-claims .claims-grid .claim-card .badge{padding:0.5rem 1rem;border-radius:20px;font-size:0.875rem;font-weight:500}.featured-claims .claims-grid .claim-card .badge-success{background:#E6F7ED;color:#027A48}.featured-claims .claims-grid .claim-card .badge-neutral{background:#EEF4FF;color:#175CD3}.featured-claims .claims-grid .claim-card .badge-danger{background:#FEE4E2;color:#D92D20}.lsv-section{padding:5rem 5%;text-align:center;max-width:800px;margin:0 auto}.lsv-section h2{margin-bottom:1.5rem}.lsv-section p{margin-bottom:2rem}.lsv-section .btn-primary{transition:all 0.2s ease;background-color:#2196F3}.lsv-section .btn-primary:hover{transform:translateY(-2px)}.join-movement{display:flex;justify-content:center;padding:4rem;background:white}.join-movement .content{background:linear-gradient(90deg, rgba(30,136,229,0.709804) 0%, #1547c0 100%);border-radius:24px;padding:4rem;position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:center;gap:2rem;width:80rem}.join-movement .content::before{content:'';position:absolute;top:-30%;right:-15%;width:500px;height:500px;border-radius:50%;border:1px solid rgba(255,255,255,0.1);pointer-events:none}.join-movement .content::after{content:'';position:absolute;top:-20%;right:-10%;width:400px;height:400px;border-radius:50%;border:1px solid rgba(255,255,255,0.1);pointer-events:none}.join-movement .content .text-content{text-align:left;max-width:670px;position:relative;z-index:2}.join-movement .content .text-content::before{content:'';position:absolute;top:-50%;right:-150%;width:300px;height:300px;border-radius:50%;border:1px solid rgba(255,255,255,0.1);pointer-events:none;z-index:1}.join-movement .content .text-content::after{content:'';position:absolute;top:-40%;right:-120%;width:250px;height:250px;border-radius:50%;border:1px solid rgba(255,255,255,0.1);pointer-events:none;z-index:1}.join-movement .content .text-content .circle-decoration{position:absolute;top:20%;right:-180%;width:200px;height:200px;border-radius:50%;border:1px solid rgba(255,255,255,0.1);pointer-events:none;z-index:1}.join-movement .content .text-content .circle-decoration::before{content:'';position:absolute;top:-25%;right:-25%;width:150px;height:150px;border-radius:50%;border:1px solid rgba(255,255,255,0.1)}.join-movement .content .text-content .circle-decoration::after{content:'';position:absolute;bottom:-15%;right:-15%;width:100px;height:100px;border-radius:50%;border:1px solid rgba(255,255,255,0.1)}.join-movement .content .text-content h2{color:white;margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2;font-family:"SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;font-weight:700}.join-movement .content .text-content p{color:rgba(255,255,255,0.9);margin-bottom:0;font-family:"SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;font-weight:400;font-size:1.25rem;line-height:1.6}.join-movement .content .downward-arrow{position:absolute;bottom:23%;right:364px;transform:translateY(50%);opacity:0.6;pointer-events:none}.join-movement .content .btn-secondary{background:transparent;color:white;padding:1rem 2rem;font-size:1.1rem;border-radius:12px;text-decoration:none;transition:all 0.3s ease;font-family:"SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;font-weight:500;white-space:nowrap;border:1px solid rgba(255,255,255,0.8);position:relative;z-index:2}.join-movement .content .btn-secondary:hover{background:rgba(255,255,255,0.1);transform:translateY(-2px)}@media (max-width: 768px){.join-movement .content{flex-direction:column;text-align:center;gap:2rem;padding:3rem 2rem}.join-movement .content .text-content{text-align:center}.join-movement .content .text-content::before{display:none}.join-movement .content .downward-arrow{display:none}.join-movement .content::before,.join-movement .content::after{display:none}}.site-footer{background:#1E293B;color:white;padding:5rem 5% 2rem}.site-footer .footer-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;max-width:1200px;margin:0 auto}@media (max-width: 768px){.site-footer .footer-content{grid-template-columns:1fr;gap:3rem}}.site-footer .footer-content .footer-brand h3{margin-bottom:1.5rem}.site-footer .footer-content .footer-brand h3 .footer-logo{max-width:180px;height:auto;display:block}.site-footer .footer-content .footer-brand p{color:rgba(255,255,255,0.7);margin-bottom:2rem;font-size:1rem;line-height:1.5}.site-footer .footer-content .footer-brand .social-links{display:flex;gap:1rem}.site-footer .footer-content .footer-brand .social-links .social-link{width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:transform 0.3s ease}.site-footer .footer-content .footer-brand .social-links .social-link img{width:100%;height:100%;object-fit:contain}.site-footer .footer-content .footer-brand .social-links .social-link:hover{transform:translateY(-2px)}.site-footer .footer-content .footer-links{display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem}@media (max-width: 992px){.site-footer .footer-content .footer-links{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 576px){.site-footer .footer-content .footer-links{grid-template-columns:1fr}}.site-footer .footer-content .footer-links .link-column h4{color:white;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.site-footer .footer-content .footer-links .link-column ul{list-style:none;padding:0;margin:0}.site-footer .footer-content .footer-links .link-column ul li{margin-bottom:1rem}.site-footer .footer-content .footer-links .link-column ul li a{color:rgba(255,255,255,0.7);text-decoration:none;transition:all 0.3s ease;font-size:1rem}.site-footer .footer-content .footer-links .link-column ul li a:hover{color:white;transform:translateX(5px)}.site-footer .footer-bottom{border-top:1px solid rgba(255,255,255,0.1);margin-top:4rem;padding-top:2rem;text-align:center}.site-footer .footer-bottom p{color:rgba(255,255,255,0.7);font-size:0.9rem}.btn-primary{display:inline-block;padding:0.75rem 1.5rem;background:#346FCF;color:white;border-radius:8px;text-decoration:none;font-weight:500;transition:all 0.2s ease}.btn-primary:hover{background:#2d64bd;transform:translateY(-2px)}.btn-secondary{display:inline-block;padding:0.75rem 1.5rem;background:#F7F9FF;color:#0B0146;border-radius:8px;text-decoration:none;font-weight:500;transition:all 0.3s ease}.btn-secondary:hover{background:#dee6ff}.btn-secondary-outline{display:inline-block;padding:0.75rem 1.5rem;background:transparent;color:#0B0146;border:2px solid #A0A3BD;border-radius:8px;text-decoration:none;font-weight:500;transition:all 0.3s ease}.btn-secondary-outline:hover{background:#F7F9FF}@keyframes float{0%{transform:translateY(0px)}50%{transform:translateY(-10px)}100%{transform:translateY(0px)}}.floating-avatars{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}.floating-avatars .avatar{position:absolute;width:64px;height:64px;border-radius:50%;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.floating-avatars .avatar .avatar-img{width:100%;height:100%;object-fit:cover}.floating-avatars .avatar-1{top:15%;left:10%}.floating-avatars .avatar-2{top:25%;right:15%}.floating-avatars .avatar-3{top:45%;left:20%}.floating-avatars .avatar-4{top:60%;right:25%}.floating-avatars .avatar-5{top:75%;left:30%}.core-functionality{padding:5rem 5%;background:#f8f9fa}.core-functionality h2{text-align:center;font-size:2.5rem;color:#0A1929;margin-bottom:1rem}.core-functionality .subtitle{text-align:center;color:#42526E;font-size:1.2rem;max-width:700px;margin:0 auto 3rem}.core-functionality .features-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;max-width:1200px;margin:0 auto}.core-functionality .features-grid .feature-card{background:white;padding:2rem;border-radius:12px;text-align:center;transition:transform 0.3s ease, box-shadow 0.3s ease}.core-functionality .features-grid .feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.1)}.core-functionality .features-grid .feature-card .icon{width:64px;height:64px;margin:0 auto 1.5rem}.core-functionality .features-grid .feature-card .icon .feature-icon{width:100%;height:100%;object-fit:contain}.core-functionality .features-grid .feature-card h4{font-size:1.25rem;color:#0A1929;margin-bottom:1rem}.core-functionality .features-grid .feature-card p{color:#42526E;font-size:1rem;line-height:1.5}.how-it-works{padding:5rem 5%;text-align:center;background:linear-gradient(264.42deg, #C5EEF0 3.86%, #ECD9CB 97.29%)}.how-it-works h2{font-size:2.5rem;color:#0A1929;margin-bottom:1rem}.how-it-works .subtitle{color:#42526E;font-size:1.2rem;max-width:800px;margin:0 auto 3rem}.how-it-works .video-container{position:relative;max-width:1000px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.1);cursor:pointer}.how-it-works .video-container .video-wrapper{position:relative;width:100%;padding-top:56.25%;background:#000}.how-it-works .video-container .video-player{position:absolute;top:0;left:0;width:100%;height:100%;display:block;object-fit:cover}.how-it-works .video-container .video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/video_thumbnail-46b586ef5cdf19c986a304f295ec329d4de47cc05de4dc77bb6ad3c46bfbe2e6.png);background-size:cover;background-position:center;z-index:1;transition:opacity 0.3s ease}.how-it-works .video-container .play-button{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:80px;height:80px;background:rgba(255,255,255,0.9);border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;z-index:2}.how-it-works .video-container .play-button i{font-size:2rem;color:#1E88E5}.how-it-works .video-container .play-button:hover{background:white;transform:translate(-50%, -50%) scale(1.1)}@media (max-width: 768px){.core-functionality{padding:3rem 5%}.core-functionality h2{font-size:2rem}.core-functionality .features-grid{grid-template-columns:1fr}.how-it-works{padding:3rem 5%}.how-it-works h2{font-size:2rem}.how-it-works .play-button{width:60px;height:60px}.how-it-works .play-button i{font-size:1.5rem}.lsv-section{padding:3rem 5%}.lsv-section h2{font-size:2rem}.lsv-section .body-large{font-size:1.1rem}.join-movement{padding:3rem 5%}.join-movement .content .text-content h2{font-size:2rem}.join-movement .content .text-content p{font-size:1.1rem}}.login-container{display:flex;min-height:100vh;background:white}.login-left{flex:1;background:linear-gradient(180deg, rgba(13,140,237,0.831373) 0%, #1942d2 100%);padding:0rem 4rem;display:flex;flex-direction:column;justify-content:center;color:white;position:relative;overflow:hidden;height:inherit;padding-bottom:15rem}.login-left::after{content:'';position:absolute;bottom:0;left:0;width:400px;height:400px;background-image:url(/assets/elipse-6394d7fd7bbaf6525ef28529027a12cfaf4787f2aeebc5d8388be57547653ed9.png);background-repeat:no-repeat;background-position:bottom left;background-size:contain;pointer-events:none;filter:brightness(0) invert(100%) opacity(40%)}.login-left h1{font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem;font-weight:700;color:white;margin-top:-3rem}.login-left p{font-size:1.25rem;line-height:1.6;opacity:0.9;max-width:500px;color:white}.login-right{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.login-form-container{width:100%;max-width:500px;padding:2rem}.login-form-container .login-logo{display:block;width:220px;height:auto;margin:0 auto 3rem}.login-form-container h2{font-size:1.75rem;color:#1d2430;margin-bottom:2rem;font-weight:600}.login-form-container .forgot-password{margin-bottom:0}.login-form-container .form-description{color:#4a5568;margin-bottom:2rem;font-size:1rem;line-height:1.5}.login-form-container .form-hint{color:#718096;margin-top:1rem;font-size:0.875rem;margin-bottom:1rem}.login-form-container .inbox-check{margin-bottom:0}.login-form .form-group{margin-bottom:1.5rem}.login-form .form-group label{display:block;margin-bottom:0.5rem;color:#1d2430;font-weight:500}.login-form .form-group input{width:100%;padding:0.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color 0.2s}.login-form .form-group input:focus{outline:none;border-color:#1e88e5}.login-form .form-group input::placeholder{color:#9ca3af}.login-form .form-group .password-hint{display:block;margin-top:0.5rem;color:#6b7280;font-size:0.875rem}.login-form .password-input-container{position:relative}.login-form .password-input-container .toggle-password{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:0}.login-form .password-input-container .toggle-password:hover{color:#6b7280}.login-links{margin-top:1.5rem;color:#4a5568;font-size:0.875rem}.login-links a{color:#1E88E5;text-decoration:none;font-weight:500}.login-links a:hover{text-decoration:underline}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.form-options .remember-me{display:flex;align-items:center;gap:0.5rem}.form-options .remember-me input[type="checkbox"]{width:1rem;height:1rem;border-radius:4px;border:1px solid #e5e7eb;cursor:pointer}.form-options .remember-me input[type="checkbox"]:checked{background-color:#159e10cb;border-color:#159e10cb}.form-options .remember-me label{color:#4b5563;font-size:0.875rem;cursor:pointer}.form-options .forgot-password{color:#1e88e5;font-size:0.875rem;text-decoration:none}.form-options .forgot-password:hover{text-decoration:underline}.login-button{width:100%;padding:0.875rem;background:#1e88e5;color:white;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color 0.2s}.login-button:hover{background:#1976d2}.divider{display:flex;align-items:center;margin:1.5rem 0;color:#6b7280}.divider::before,.divider::after{content:'';flex:1;height:1px;background:#e5e7eb}.divider span{padding:0 1rem;font-size:0.875rem}.google-login{display:flex;align-items:center;justify-content:center;gap:0.75rem;width:100%;padding:0.875rem;background:white;border:1px solid #e5e7eb;border-radius:8px;color:#1d2430;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color 0.2s;cursor:pointer}.google-login:hover{background:#f9fafb}.google-login .google-icon{width:20px;height:20px}.twitter-login{display:flex;align-items:center;justify-content:center;gap:0.75rem;width:100%;padding:0.875rem;background:white;border:1px solid #e5e7eb;border-radius:8px;color:#1d2430;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color 0.2s;cursor:pointer;margin-top:0.75rem}.twitter-login:hover{background:#f9fafb}.twitter-login .twitter-icon{width:20px;height:20px}.facebook-login{display:flex;align-items:center;justify-content:center;gap:0.75rem;width:100%;padding:0.875rem;background:#1877f2;border:1px solid #1877f2;border-radius:8px;color:#fff;font-size:1rem;font-weight:500;text-decoration:none;transition:all 0.2s;cursor:pointer;margin-top:0.5rem}.facebook-login:hover{background:#166fe5;border-color:#166fe5;color:#fff;text-decoration:none}.facebook-login:active{background:#1877f2;transform:translateY(1px)}.facebook-login:focus{outline:none;box-shadow:0 0 0 3px rgba(24,119,242,0.1)}.facebook-login .facebook-icon{width:20px;height:20px;flex-shrink:0}.signup-prompt{margin-top:1.5rem;text-align:center;color:#4b5563;font-size:0.875rem}.signup-prompt a{color:#1e88e5;text-decoration:none;font-weight:500}.signup-prompt a:hover{text-decoration:underline}.verification-code-container{display:flex;justify-content:space-between;margin:20px 0;gap:10px}.verification-code-input{width:40px;height:40px;border:1px solid #E5E7EB;border-radius:8px;text-align:center;font-size:18px;font-weight:500;background:#F9FAFB;transition:all 0.3s ease}.verification-code-input:focus{border-color:#3B82F6;background:white;outline:none;box-shadow:0 0 0 2px rgba(59,130,246,0.1)}.link-button{background:none;border:none;color:#3B82F6;cursor:pointer;font-weight:500;padding:0;text-decoration:underline}.link-button:hover{color:#2563EB}@media (max-width: 768px){.login-container{flex-direction:column}.login-left{padding:0rem 4rem;text-align:center}.login-left h1{font-size:2.5rem}.login-left p{font-size:1.125rem;margin:0 auto}.login-right{padding:2rem 1rem}.login-form-container{padding:0}}.challenges-section{margin-top:2rem;padding:2rem;background:white;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1);position:relative}.challenges-section h2{margin-bottom:1.5rem;color:#1d2430;font-size:1.5rem}.processing-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);display:none;justify-content:center;align-items:center;z-index:9999;backdrop-filter:blur(3px)}.processing-overlay.active{display:flex}.processing-overlay .loader-container{background:white;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,0.1)}.processing-overlay .loader-container .loader{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #2196F3;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.processing-overlay .loader-container .loader-text{color:#1d2430;font-size:1rem;margin:0}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.challenge-card{background:transparent;border-radius:0;padding:0;margin-bottom:2rem;border:none}.challenge-card .challenge-card-header-row{display:flex;align-items:center;justify-content:space-between;gap:0.5rem;margin-bottom:1rem}.challenge-card .challenge-page-heading{font-size:1.25rem;font-weight:700;color:#171717;margin:0;letter-spacing:0}.challenge-card .challenge-delete-link{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:transparent;color:#6b7280;cursor:pointer;border-radius:6px;transition:color 0.2s, background 0.2s;flex-shrink:0}.challenge-card .challenge-delete-link:hover{color:#ef4444;background:#fef2f2}.challenge-card .challenge-delete-link .fa-trash{font-size:0.9375rem}.challenge-card .challenge-entry{display:flex;gap:0.75rem;margin-bottom:1.5rem}.challenge-card .challenge-user-avatar{flex-shrink:0}.challenge-card .challenge-avatar-img{width:40px;height:40px;border-radius:50%;object-fit:cover}.challenge-card .challenge-entry-body{flex:1;min-width:0}.challenge-card .challenge-user-name,.challenge-card .challenge-date{display:block;color:#374151;font-size:0.9375rem;margin-bottom:0.25rem}.challenge-card .challenge-date{color:#6b7280;font-size:0.875rem;margin-bottom:0.5rem}.challenge-card .challenge-text{color:#171717;line-height:1.6;font-size:1rem;margin:0}.challenge-card .challenge-reasonings{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.challenge-card .challenge-analysis-card.reasoning-section{background:#ffebe6;padding:1.25rem 1.5rem;border-radius:10px;margin-bottom:0;box-shadow:0 1px 3px rgba(0,0,0,0.06)}.challenge-card .challenge-analysis-title{font-size:1.0625rem;font-weight:700;color:#8b0000;margin:0 0 0.75rem 0;letter-spacing:0}.challenge-card .challenge-analysis-result{margin-bottom:1rem;display:flex;align-items:center;gap:0.5rem;flex-wrap:wrap}.challenge-card .challenge-analysis-result .result-label{color:#374151;font-weight:500;font-size:0.9375rem}.challenge-card .challenge-analysis-result .result-value{display:inline-flex;align-items:center;gap:0.35rem}.challenge-card .challenge-analysis-result .result-icon{font-size:1rem}.challenge-card .challenge-analysis-result .result-icon-false{color:#dc2626}.challenge-card .challenge-analysis-result .result-text{font-weight:600}.challenge-card .challenge-analysis-result .result-value-false .result-text{color:#8b0000}.challenge-card .challenge-analysis-result .result-value-true .result-text{color:#166534}.challenge-card .challenge-analysis-result .result-icon-true{color:#16a34a}.challenge-card .challenge-analysis-result .result-value-unverifiable .result-text{color:#92400e}.challenge-card .challenge-analysis-result .result-icon-unverifiable{color:#d97706}.challenge-card .challenge-analysis-reasoning{margin-top:0.75rem}.challenge-card .challenge-ai-reasoning-heading{display:block;color:#171717;font-size:0.9375rem;font-weight:700;margin:0 0 0.5rem 0}.challenge-card .challenge-ai-reasoning-body{color:#374151;font-size:0.9375rem;line-height:1.65;margin:0}.challenge-card .challenge-ai-reasoning-body p{margin:0 0 0.5rem 0}.challenge-card .challenge-ai-reasoning-body p:last-child{margin-bottom:0}.challenge-card .challenge-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.challenge-card .challenge-header .user-info .user-name{font-weight:600;color:#1d2430}.challenge-card .challenge-header .user-info .challenge-date{margin-left:1rem;color:#6c757d;font-size:0.9rem}.challenge-card .challenge-header .status-badge{padding:0.25rem 0.75rem;border-radius:20px;font-size:0.875rem;font-weight:500}.challenge-card .challenge-header .status-badge.pending{background:#fff3cd;color:#856404}.challenge-card .challenge-header .status-badge.processing{background:#cce5ff;color:#004085}.challenge-card .challenge-header .status-badge.completed{background:#d4edda;color:#155724}.challenge-card .challenge-header .status-badge.failed{background:#f8d7da;color:#721c24}.challenge-card .ai-response{background:white;padding:1.5rem;border-radius:8px;border:1px solid #e9ecef}.challenge-card .ai-response h4{color:#1d2430;margin-bottom:1rem;font-size:1.1rem}.challenge-card .ai-response .ai-response-content{color:#495057;line-height:1.6}.challenge-card .ai-response .ai-response-content p{margin-bottom:1rem}.challenge-card .ai-response .ai-response-content p:last-child{margin-bottom:0}.challenge-form{background:white;padding:1.5rem;border-radius:8px;border:1px solid #e9ecef;margin-top:2rem}.challenge-form .error-messages{margin-bottom:1rem;padding:1rem;background:#f8d7da;border-radius:4px;border:1px solid #f5c6cb}.challenge-form .error-messages .error{color:#721c24;margin:0;font-size:0.9rem}.challenge-form .form-group{margin-bottom:1.5rem}.challenge-form .form-group label{display:block;margin-bottom:0.5rem;color:#1d2430;font-weight:500}.challenge-form .form-group textarea{width:100%;padding:0.75rem;border:1px solid #ced4da;border-radius:4px;resize:vertical;font-size:1rem;line-height:1.5;color:#495057}.challenge-form .form-group textarea:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25)}.challenge-form .form-actions .btn-primary{background:#2196F3;color:white;padding:0.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all 0.2s ease}.challenge-form .form-actions .btn-primary:hover{background:#1976D2;transform:translateY(-1px)}.privacy-policy-container{background:#fff;width:100%;max-width:none;margin:0;border-radius:0;box-shadow:none;padding:100px;font-family:'SF Pro Display', 'Inter', Arial, sans-serif;color:#1e293b}.privacy-policy-header{text-align:left;margin-bottom:2.5rem;padding-top:2.5rem;padding-left:0;padding-right:0}.privacy-policy-header h1{font-size:2.2rem;font-weight:700;margin-bottom:0.5rem;color:#2563eb;letter-spacing:-1px}.privacy-policy-header .privacy-policy-meta{display:flex;gap:2rem;font-size:1rem;color:#64748b;margin-bottom:1.5rem;flex-wrap:wrap}.privacy-policy-header p{font-size:1.1rem;color:#334155;margin-bottom:0;line-height:1.7}.privacy-policy-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb;padding-left:0;padding-right:0}.privacy-policy-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.privacy-policy-section h2{font-size:1.35rem;font-weight:700;color:#1e293b;margin-bottom:1.2rem;margin-top:0}.privacy-policy-section h3{font-size:1.1rem;font-weight:600;color:#2563eb;margin-bottom:0.7rem;margin-top:1.2rem}.privacy-policy-section ul{margin:0 0 1.2rem 1.2rem;padding:0;list-style:disc;color:#334155;font-size:1rem;line-height:1.7}.privacy-policy-section ul li{margin-bottom:0.5rem}.privacy-policy-section ul ul{margin-top:0.5rem;margin-bottom:0.5rem;list-style:circle}.privacy-policy-section p{color:#475569;font-size:1rem;margin-bottom:1rem;line-height:1.7}.privacy-contact-methods{display:flex;gap:2.5rem;margin-top:1.5rem;flex-wrap:wrap}.privacy-contact-methods .privacy-contact-item{background:#f1f5f9;border-radius:8px;padding:1.2rem 1.5rem;min-width:220px;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 2px 8px rgba(30,41,59,0.04);margin-bottom:1rem}.privacy-contact-methods .privacy-contact-item .privacy-contact-label{font-size:0.98rem;color:#2563eb;font-weight:600;margin-bottom:0.5rem;letter-spacing:0.5px}.privacy-contact-methods .privacy-contact-item a,.privacy-contact-methods .privacy-contact-item span{font-size:1.05rem;color:#1e293b;word-break:break-all}.privacy-contact-methods .privacy-contact-item a{text-decoration:underline;color:#2563eb}.privacy-contact-methods .privacy-contact-item a:hover{color:#1d4ed8}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 5%;background:white;border-bottom:1px solid rgba(0,0,0,0.1);position:fixed;top:0;left:0;right:0;z-index:100}@media (max-width: 768px){.nav-container{padding:1rem 5%}}.nav-container .logo h3{font-size:2rem;font-weight:700;margin:0}.nav-container .logo .nav-logo{height:50px}.nav-container .menu-toggle{display:none;flex-direction:column;gap:0.25rem;cursor:pointer;padding:0.5rem;z-index:101;background:transparent;border:none;outline:none;position:relative;margin:0;-webkit-tap-highlight-color:transparent}@media (max-width: 768px){.nav-container .menu-toggle{display:flex;align-items:center;justify-content:center}}.nav-container .menu-toggle span{display:block;width:24px;height:2px;background-color:#1d2430;transition:transform 0.3s ease, opacity 0.3s ease;transform-origin:center;position:relative}.nav-container .menu-toggle span+span{margin-top:5px}.nav-container .menu-toggle.active span:first-child{transform:translateY(0)}.nav-container .menu-toggle.active span:nth-child(2){opacity:0.5}.nav-container .menu-toggle.active span:last-child{transform:translateY(0)}.nav-container .nav-buttons{display:flex;gap:1rem;align-items:center}@media (max-width: 768px){.nav-container .nav-buttons{position:fixed;top:0;right:-100%;width:250px;height:100vh;background:white;flex-direction:column;padding:5rem 2rem;transition:transform 0.3s ease;box-shadow:-2px 0 10px rgba(0,0,0,0.1);z-index:100;transform:translateX(100%)}.nav-container .nav-buttons.active{transform:translateX(0);right:0}.nav-container .nav-buttons .btn-secondary,.nav-container .nav-buttons .btn-primary{width:100%;text-align:center;margin:0.5rem 0}}.nav-container .nav-buttons .btn-secondary{padding:0.75rem 1.5rem;background:white;border:1px solid rgba(7,6,6,0.86);border-radius:8px;color:#1d2430;text-decoration:none;transition:all 0.2s ease;font-weight:700}.nav-container .nav-buttons .btn-secondary:hover{background:#f8f9fa}.nav-container .nav-buttons .btn-primary{padding:0.75rem 1.5rem;background:#2196F3;border-radius:8px;color:white;text-decoration:none;transition:all 0.2s ease;font-weight:500}.nav-container .nav-buttons .btn-primary:hover{background:#1976D2}@media (max-width: 768px){.nav-container .menu-toggle{display:flex}}.privacy-hero-section{display:flex;align-items:flex-start;justify-content:space-between;width:100%;min-height:340px;padding:3.5rem 0 2.5rem 0;position:relative}@media (max-width: 900px){.privacy-hero-section{flex-direction:column;align-items:flex-start;padding:2rem 0 1.5rem 0}}.privacy-hero-content{margin-top:3rem;flex:1 1 60%;max-width:60%;padding-right:2.5rem;display:flex;flex-direction:column;justify-content:center}@media (max-width: 900px){.privacy-hero-content{max-width:100%;padding-right:0;margin-bottom:2rem}}.privacy-hero-title{font-size:2.8rem;font-weight:800;color:#23263b;margin-bottom:2rem;letter-spacing:-1.5px;line-height:1.1}.privacy-hero-meta{display:flex;gap:2.5rem;font-size:1.1rem;color:#23263b;font-weight:500;margin-bottom:1.5rem;flex-wrap:wrap}.privacy-hero-meta span{display:block;margin-bottom:0.2rem}.privacy-hero-text{font-size:1.15rem;color:#23263b;line-height:1.7;margin-bottom:0.5rem}.privacy-hero-text p{margin-bottom:1.1rem;margin-top:0}.privacy-hero-image{flex:0 0 368px;max-width:368px;min-width:260px;display:flex;align-items:flex-start;justify-content:flex-end;background:#fff;box-sizing:border-box;padding:1.2rem 1.2rem 0.5rem 1.2rem;margin-left:2.5rem;min-height:368px}.privacy-hero-image img{width:100%;height:auto;max-width:320px;object-fit:contain;display:block}@media (max-width: 1100px){.privacy-hero-image{flex:0 0 260px;max-width:260px;min-width:180px;min-height:220px;margin-left:1.2rem;padding:0.7rem}}@media (max-width: 900px){.privacy-hero-image{margin-left:0;margin-bottom:2rem;align-self:center}}.ai-data-container{background:#fff;width:100%;max-width:none;margin:0;border-radius:0;box-shadow:none;padding:100px;font-family:'SF Pro Display', 'Inter', Arial, sans-serif;color:#1e293b}.ai-data-container .ai-data-hero-section{display:flex;align-items:flex-start;justify-content:space-between;width:100%;min-height:340px;padding:3.5rem 0 2.5rem 0;position:relative}@media (max-width: 900px){.ai-data-container .ai-data-hero-section{flex-direction:column;align-items:flex-start;padding:2rem 0 1.5rem 0}}.ai-data-container .ai-data-hero-content{margin-top:3rem;flex:1 1 60%;max-width:60%;padding-right:2.5rem;display:flex;flex-direction:column;justify-content:center}@media (max-width: 900px){.ai-data-container .ai-data-hero-content{max-width:100%;padding-right:0;margin-bottom:2rem}}.ai-data-container .ai-data-hero-title{font-size:2.8rem;font-weight:800;color:#23263b;margin-bottom:2rem;letter-spacing:-1.5px;line-height:1.1}.ai-data-container .ai-data-hero-meta{display:flex;gap:2.5rem;font-size:1.1rem;color:#23263b;font-weight:500;margin-bottom:1.5rem;flex-wrap:wrap}.ai-data-container .ai-data-hero-meta span{display:block;margin-bottom:0.2rem}.ai-data-container .ai-data-hero-text{font-size:1.15rem;color:#23263b;line-height:1.7;margin-bottom:0.5rem}.ai-data-container .ai-data-hero-text p{margin-bottom:1.1rem;margin-top:0}.ai-data-container .ai-data-hero-image{flex:0 0 368px;max-width:368px;min-width:260px;display:flex;align-items:flex-start;justify-content:flex-end;background:#fff;box-sizing:border-box;padding:1.2rem 1.2rem 0.5rem 1.2rem;margin-left:2.5rem;min-height:368px}.ai-data-container .ai-data-hero-image img{width:100%;height:auto;max-width:320px;object-fit:contain;display:block}@media (max-width: 1100px){.ai-data-container .ai-data-hero-image{flex:0 0 260px;max-width:260px;min-width:180px;min-height:220px;margin-left:1.2rem;padding:0.7rem}}@media (max-width: 900px){.ai-data-container .ai-data-hero-image{margin-left:0;margin-bottom:2rem;align-self:center}}.info-collect-section{margin-top:3.5rem;margin-bottom:3.5rem}.info-collect-section .privacy-section-title{font-size:2.2rem;font-weight:800;color:#23263b;margin-bottom:2.5rem;letter-spacing:-1px}.info-collect-section .info-collect-columns{display:flex;gap:3.5rem;margin-bottom:2.5rem}@media (max-width: 900px){.info-collect-section .info-collect-columns{flex-direction:column;gap:2rem}}.info-collect-section .info-collect-col{flex:1 1 0;min-width:260px}.info-collect-section .info-collect-col h3{font-size:1.25rem;font-weight:700;color:#23263b;margin-bottom:1.2rem}.info-collect-section .info-collect-col ul{list-style:disc;margin-left:1.2rem;color:#23263b;font-size:1.08rem;line-height:1.7}.info-collect-section .info-collect-col ul li{margin-bottom:1.1rem}.info-collect-section .info-collect-col ul li strong{font-weight:700}.info-collect-section .info-collect-not-collect{margin-top:2.5rem}.info-collect-section .info-collect-not-collect h3{font-size:1.18rem;font-weight:700;color:#23263b;margin-bottom:1rem}.info-collect-section .info-collect-not-collect p{font-size:1.05rem;color:#23263b;margin-bottom:0.7rem}.info-collect-section .info-collect-not-collect ul{list-style:disc;margin-left:1.2rem;color:#23263b;font-size:1.08rem;line-height:1.7}.info-collect-section .info-collect-not-collect ul li{margin-bottom:0.7rem}.info-collect-section .info-collect-not-collect ul li strong{font-weight:700}.use-info-section{margin-top:3.5rem;margin-bottom:3.5rem}.use-info-section .privacy-section-title{font-size:2.2rem;font-weight:800;color:#23263b;margin-bottom:2.2rem;letter-spacing:-1px}.use-info-section .use-info-intro{font-size:1.15rem;color:#23263b;margin-bottom:1.2rem}.use-info-section .use-info-list{list-style:disc;margin-left:2.2rem;color:#23263b;font-size:1.13rem;line-height:1.8;max-width:700px}.use-info-section .use-info-list li{margin-bottom:1.1rem}.use-info-section .use-info-list li strong{font-weight:700}.protect-data-section{margin-top:3.5rem;margin-bottom:3.5rem}.protect-data-section .privacy-section-title{font-size:2.2rem;font-weight:800;color:#23263b;margin-bottom:2.2rem;letter-spacing:-1px}.protect-data-section .protect-data-list{list-style:disc;margin-left:2.2rem;color:#23263b;font-size:1.13rem;line-height:1.8;max-width:900px}.protect-data-section .protect-data-list li{margin-bottom:1.1rem}.protect-data-section .protect-data-list li strong{font-weight:700}.share-info-section{margin-top:3.5rem;margin-bottom:3.5rem}.share-info-section .privacy-section-title{font-size:2.2rem;font-weight:800;color:#23263b;margin-bottom:2.2rem;letter-spacing:-1px}.share-info-section .share-info-intro{font-size:1.15rem;color:#23263b;margin-bottom:1.2rem}.share-info-section .share-info-list{list-style:disc;margin-left:2.2rem;color:#23263b;font-size:1.13rem;line-height:1.8;max-width:900px;margin-bottom:1.5rem}.share-info-section .share-info-list li{margin-bottom:1.1rem}.share-info-section .share-info-list li strong{font-weight:700}.share-info-section .share-info-note{font-size:1.08rem;color:#23263b;margin-top:0.5rem;margin-bottom:0.5rem}.analytics-section{margin-top:3.5rem;margin-bottom:3.5rem}.analytics-section .privacy-section-title{font-size:2.2rem;font-weight:800;color:#23263b;margin-bottom:2.2rem;letter-spacing:-1px}.analytics-section .analytics-intro{font-size:1.15rem;color:#23263b;margin-bottom:1.2rem}.analytics-section .analytics-uses-list{list-style:disc;margin-left:2.2rem;color:#23263b;font-size:1.13rem;line-height:1.8;margin-bottom:1.5rem}.analytics-section .analytics-uses-list li{margin-bottom:1.1rem}.analytics-section .analytics-uses-list li strong{font-weight:700}.analytics-section .analytics-data-intro{font-size:1.08rem;color:#23263b;margin-bottom:0.7rem;margin-top:1.2rem}.analytics-section .analytics-data-list{list-style:disc;margin-left:2.2rem;color:#23263b;font-size:1.13rem;line-height:1.8;margin-bottom:1.2rem}.analytics-section .analytics-data-list li{margin-bottom:0.7rem}.analytics-section .analytics-data-list li strong{font-weight:700}.analytics-section .analytics-note{font-size:1.08rem;color:#23263b;margin-top:0.5rem;margin-bottom:0.5rem}.data-rights-section{margin-top:3.5rem;margin-bottom:3.5rem}.data-rights-section .privacy-section-title{font-size:2.2rem;font-weight:800;color:#23263b;margin-bottom:2.2rem;letter-spacing:-1px}.data-rights-section .data-rights-columns{display:flex;gap:4rem;margin-bottom:1.5rem}@media (max-width: 900px){.data-rights-section .data-rights-columns{flex-direction:column;gap:2rem}}.data-rights-section .data-rights-col{flex:1 1 0;min-width:260px}.data-rights-section .data-rights-col h3{font-size:1.35rem;font-weight:700;color:#23263b;margin-bottom:1.2rem}.data-rights-section .data-rights-col ul{list-style:disc;margin-left:1.2rem;color:#23263b;font-size:1.08rem;line-height:1.7;margin-bottom:1.2rem}.data-rights-section .data-rights-col ul li{margin-bottom:1.1rem}.data-rights-section .data-rights-col .data-rights-note{font-size:1.05rem;color:#23263b;margin-top:0.5rem;margin-bottom:0.5rem}.data-rights-section .data-rights-col .data-rights-note a{color:#2563eb;text-decoration:underline}.data-rights-section .data-rights-col .data-rights-note a:hover{color:#1d4ed8}.data-retention-section{margin-top:3.5rem;margin-bottom:3.5rem}.data-retention-section .privacy-section-title{font-size:2.2rem;font-weight:800;color:#23263b;margin-bottom:2.2rem;letter-spacing:-1px}.data-retention-section .data-retention-list{list-style:disc;margin-left:2.2rem;color:#23263b;font-size:1.13rem;line-height:1.8;max-width:900px}.data-retention-section .data-retention-list li{margin-bottom:1.1rem}.cookies-section{margin-top:3.5rem;margin-bottom:3.5rem}.cookies-section .privacy-section-title{font-size:2.2rem;font-weight:800;color:#23263b;margin-bottom:2.2rem;letter-spacing:-1px}.cookies-section .cookies-intro{font-size:1.15rem;color:#23263b;margin-bottom:1.2rem;margin-top:1.2rem}.cookies-section .cookies-list{list-style:disc;margin-left:2.2rem;color:#23263b;font-size:1.13rem;line-height:1.8;margin-bottom:1.5rem}.cookies-section .cookies-list li{margin-bottom:1.1rem}.cookies-section .cookies-list li strong{font-weight:700}.cookies-section .cookies-note{font-size:1.08rem;color:#23263b;margin-top:0.5rem;margin-bottom:0.5rem}.children-section{margin-top:3.5rem;margin-bottom:3.5rem}.children-section .privacy-section-title{font-size:2.2rem;font-weight:800;color:#23263b;margin-bottom:2.2rem;letter-spacing:-1px}.children-section .children-text{font-size:1.13rem;color:#23263b;line-height:1.7;max-width:900px;margin-bottom:1.5rem}.changes-section{margin-top:3.5rem;margin-bottom:3.5rem}.changes-section .privacy-section-title{font-size:2.2rem;font-weight:800;color:#23263b;margin-bottom:2.2rem;letter-spacing:-1px}.changes-section .changes-text{font-size:1.13rem;color:#23263b;margin-bottom:1.5rem}.changes-section .changes-text ul.changes-list{list-style:disc;margin-left:2.2rem;margin-bottom:1.2rem;margin-top:1.2rem}.changes-section .changes-text ul.changes-list li{margin-bottom:0.7rem}.contact-section{margin-top:3.5rem;margin-bottom:3.5rem}.contact-section .privacy-section-title{font-size:2.2rem;font-weight:800;color:#23263b;margin-bottom:2.2rem;letter-spacing:-1px}.contact-section .contact-text{font-size:1.13rem;color:#23263b;margin-bottom:2.2rem}.contact-section .contact-cards{display:flex;gap:2.5rem;flex-wrap:wrap;margin-top:1.5rem;margin-bottom:2rem}@media (max-width: 900px){.contact-section .contact-cards{flex-direction:column;gap:1.2rem}}.contact-section .contact-card{background:#f7f7f8;border-radius:18px;padding:2rem 2.5rem 1.5rem 2rem;min-width:260px;flex:1 1 320px;display:flex;flex-direction:column;align-items:flex-start;position:relative;box-shadow:0 2px 8px rgba(30,41,59,0.04);margin-bottom:1rem}.contact-section .contact-card .contact-label{font-size:1.08rem;color:#23263b;font-weight:600;margin-bottom:0.5rem;letter-spacing:0.5px}.contact-section .contact-card .contact-value{font-size:1.18rem;color:#23263b;font-weight:700;margin-bottom:0.5rem}.contact-section .contact-card .contact-value a{color:#23263b;text-decoration:underline}.contact-section .contact-card .contact-value a:hover{color:#2563eb}.contact-section .contact-card .contact-icon{position:absolute;right:2rem;bottom:1.5rem;font-size:2rem;color:#4f8ee6;opacity:0.85}@media (max-width: 900px){.contact-section .contact-card .contact-icon{position:static;margin-top:1rem;align-self:flex-end}}.ai-purpose-section{margin-top:3.5rem;margin-bottom:3.5rem}.ai-purpose-section .ai-section-title{font-size:2.2rem;font-weight:800;color:#23263b;margin-bottom:2.2rem;letter-spacing:-1px}.ai-purpose-section .ai-section-intro{font-size:1.15rem;color:#23263b;margin-bottom:2.2rem}.ai-purpose-section .ai-purpose-columns{display:flex;gap:3.5rem;align-items:flex-start}@media (max-width: 900px){.ai-purpose-section .ai-purpose-columns{flex-direction:column;gap:2rem}}.ai-purpose-section .ai-purpose-col{flex:1 1 0;min-width:260px}.ai-purpose-section .ai-purpose-block{margin-bottom:2.5rem}.ai-purpose-section .ai-purpose-block h3{font-size:1.25rem;font-weight:700;color:#23263b;margin-bottom:1.2rem;margin-top:0}.ai-purpose-section .ai-purpose-block ul{list-style:disc;margin-left:1.2rem;color:#23263b;font-size:1.08rem;line-height:1.7;margin-bottom:1.2rem}.ai-purpose-section .ai-purpose-block ul li{margin-bottom:0.7rem}.ai-purpose-section .ai-purpose-block ul li strong{font-weight:700}.ai-purpose-section .ai-purpose-block ul li .ai-icon{font-size:1.1em;margin-right:0.2em}.ai-purpose-section .ai-purpose-block ul li .ai-icon.valid{color:#22c55e}.ai-purpose-section .ai-purpose-block ul li .ai-icon.invalid{color:#ef4444}.ai-purpose-section .ai-purpose-block ul li .ai-icon.neutral{color:#eab308}.ai-purpose-section .ai-purpose-block ul ul{margin-top:0.5rem;margin-bottom:0.5rem;list-style:circle;font-size:1em}.ai-purpose-section .ai-purpose-block .ai-purpose-block-desc{font-size:1.05rem;color:#23263b;margin-bottom:0.7rem;margin-top:0.2rem}.ai-models-section{margin-top:3.5rem;margin-bottom:3.5rem}.ai-models-section .ai-section-title{font-size:2.2rem;font-weight:800;color:#23263b;margin-bottom:2.2rem;letter-spacing:-1px}.ai-models-section .ai-models-intro{font-size:1.15rem;color:#23263b;margin-bottom:1.5rem}.ai-models-section .ai-models-providers{font-size:1.08rem;color:#23263b;margin-bottom:1.2rem}.ai-models-section .ai-models-providers strong{font-weight:700}.ai-models-section .ai-models-providers ul{list-style:disc;margin-left:1.2rem;margin-top:0.5rem;margin-bottom:0.5rem}.ai-models-section .ai-models-providers ul li{margin-bottom:0.7rem}.ai-models-section .ai-models-providers ul li strong{font-weight:700}.ai-models-section .ai-models-instructions{font-size:1.08rem;color:#23263b;margin-bottom:0.7rem}.ai-models-section .ai-models-instructions ul{list-style:disc;margin-left:1.2rem;margin-top:0.5rem;margin-bottom:0.5rem}.ai-models-section .ai-models-instructions ul li{margin-bottom:0.7rem}.ai-models-section .ai-models-instructions ul li strong{font-weight:700}.ai-models-section .ai-models-instructions .ai-models-note{font-size:1.05rem;color:#475569;margin-top:0.7rem}.ai-data-shared-section{margin-top:3.5rem;margin-bottom:3.5rem}.ai-data-shared-section .ai-section-title{font-size:2.2rem;font-weight:800;color:#23263b;margin-bottom:2.2rem;letter-spacing:-1px}.ai-data-shared-section .ai-data-shared-columns{display:flex;gap:3.5rem;align-items:flex-start}@media (max-width: 900px){.ai-data-shared-section .ai-data-shared-columns{flex-direction:column;gap:2rem}}.ai-data-shared-section .ai-data-shared-col{flex:1 1 0;min-width:260px}.ai-data-shared-section .ai-data-shared-col h3{font-size:1.25rem;font-weight:700;color:#23263b;margin-bottom:1.2rem;margin-top:0}.ai-data-shared-section .ai-data-shared-col .ai-data-shared-desc{font-size:1.05rem;color:#23263b;margin-bottom:0.7rem}.ai-data-shared-section .ai-data-shared-col ul{list-style:disc;margin-left:1.2rem;color:#23263b;font-size:1.08rem;line-height:1.7;margin-bottom:1.2rem}.ai-data-shared-section .ai-data-shared-col ul li{margin-bottom:0.7rem}.ai-data-shared-section .ai-data-shared-col ul li strong{font-weight:700}.ai-data-shared-section .ai-data-shared-col .ai-data-shared-note{font-size:1.05rem;color:#475569;margin-top:0.7rem}.ai-output-section{margin-top:3.5rem;margin-bottom:3.5rem}.ai-output-section .ai-section-title{font-size:2.2rem;font-weight:800;color:#23263b;margin-bottom:2.2rem;letter-spacing:-1px}.ai-output-section .ai-output-desc{font-size:1.08rem;color:#23263b}.ai-output-section .ai-output-desc .ai-output-desc-head{margin-bottom:0.7rem}.ai-output-section .ai-output-desc ul{list-style:disc;margin-left:1.2rem;color:#23263b;font-size:1.08rem;line-height:1.7;margin-bottom:1.2rem}.ai-output-section .ai-output-desc ul li{margin-bottom:0.7rem}.ai-output-section .ai-output-desc ul li strong{font-weight:700}.ai-output-section .ai-output-desc .ai-output-note{font-size:1.05rem;color:#475569;margin-top:0.7rem}.ai-retention-section{margin-top:3.5rem;margin-bottom:3.5rem}.ai-retention-section .ai-section-title{font-size:2.2rem;font-weight:800;color:#23263b;margin-bottom:2.2rem;letter-spacing:-1px}.ai-retention-section .ai-retention-desc{font-size:1.08rem;color:#23263b}.ai-retention-section .ai-retention-desc .ai-retention-desc-head{margin-bottom:0.7rem}.ai-retention-section .ai-retention-desc ul{list-style:disc;margin-left:1.2rem;color:#23263b;font-size:1.08rem;line-height:1.7;margin-bottom:1.2rem}.ai-retention-section .ai-retention-desc ul li{margin-bottom:0.7rem}.ai-retention-section .ai-retention-desc .ai-retention-note{font-size:1.05rem;color:#475569;margin-top:0.7rem}.ai-retention-section .ai-retention-desc .ai-retention-note strong{font-weight:700}.ai-theology-section{margin-top:3.5rem;margin-bottom:3.5rem}.ai-theology-section .ai-section-title{font-size:2.2rem;font-weight:800;color:#23263b;margin-bottom:2.2rem;letter-spacing:-1px}.ai-theology-section .ai-theology-desc{font-size:1.08rem;color:#23263b}.ai-theology-section .ai-theology-desc .ai-theology-desc-head{margin-bottom:0.7rem}.ai-theology-section .ai-theology-desc ul{list-style:disc;margin-left:1.2rem;color:#23263b;font-size:1.08rem;line-height:1.7;margin-bottom:1.2rem}.ai-theology-section .ai-theology-desc ul li{margin-bottom:0.7rem}.ai-theology-section .ai-theology-desc .ai-theology-note{font-size:1.05rem;color:#475569;margin-top:0.7rem}.ai-theology-section .ai-theology-desc .ai-theology-note strong{font-weight:700}.ai-limitations-section{margin-top:3.5rem;margin-bottom:3.5rem}.ai-limitations-section .ai-section-title{font-size:2.2rem;font-weight:800;color:#23263b;margin-bottom:2.2rem;letter-spacing:-1px}.ai-limitations-section .ai-limitations-desc{font-size:1.08rem;color:#23263b}.ai-limitations-section .ai-limitations-desc .ai-limitations-desc-head{margin-bottom:0.7rem}.ai-limitations-section .ai-limitations-desc ul{list-style:disc;margin-left:1.2rem;color:#23263b;font-size:1.08rem;line-height:1.7;margin-bottom:1.2rem}.ai-limitations-section .ai-limitations-desc ul li{margin-bottom:0.7rem}.ai-limitations-section .ai-limitations-desc .ai-limitations-mitigation{font-size:1.05rem;color:#23263b;margin-bottom:0.7rem}.ai-limitations-section .ai-limitations-desc .ai-limitations-mitigation ul{list-style:disc;margin-left:1.2rem;color:#23263b;font-size:1.08rem;line-height:1.7;margin-bottom:1.2rem}.ai-limitations-section .ai-limitations-desc .ai-limitations-mitigation ul li{margin-bottom:0.7rem}.ai-limitations-section .ai-limitations-desc .ai-limitations-note{font-size:1.05rem;color:#475569;margin-top:0.7rem}.ai-compliance-section{margin-top:3.5rem;margin-bottom:3.5rem}.ai-compliance-section .ai-section-title{font-size:2.2rem;font-weight:800;color:#23263b;margin-bottom:2.2rem;letter-spacing:-1px}.ai-compliance-section .ai-compliance-desc{font-size:1.08rem;color:#23263b}.ai-compliance-section .ai-compliance-desc .ai-compliance-desc-head{margin-bottom:0.7rem}.ai-compliance-section .ai-compliance-desc ul{list-style:disc;margin-left:1.2rem;color:#23263b;font-size:1.08rem;line-height:1.7;margin-bottom:1.2rem}.ai-compliance-section .ai-compliance-desc ul li{margin-bottom:0.7rem}.ai-compliance-section .ai-compliance-desc ul li strong{font-weight:700}.ai-compliance-section .ai-compliance-desc .ai-compliance-usage{font-size:1.05rem;color:#23263b;margin-bottom:0.7rem}.ai-compliance-section .ai-compliance-desc .ai-compliance-usage ul{list-style:disc;margin-left:1.2rem;color:#23263b;font-size:1.08rem;line-height:1.7;margin-bottom:1.2rem}.ai-compliance-section .ai-compliance-desc .ai-compliance-usage ul li{margin-bottom:0.7rem}.ai-compliance-section .ai-compliance-desc .ai-compliance-not-used{font-size:1.05rem;color:#23263b;margin-bottom:0.7rem}.ai-compliance-section .ai-compliance-desc .ai-compliance-not-used ul{list-style:disc;margin-left:1.2rem;color:#23263b;font-size:1.08rem;line-height:1.7;margin-bottom:1.2rem}.ai-compliance-section .ai-compliance-desc .ai-compliance-not-used ul li{margin-bottom:0.7rem}.ai-policy-changes-section{margin-top:3.5rem;margin-bottom:3.5rem}.ai-policy-changes-section .ai-section-title{font-size:2.2rem;font-weight:800;color:#23263b;margin-bottom:2.2rem;letter-spacing:-1px}.ai-policy-changes-section .ai-policy-changes-desc{font-size:1.08rem;color:#23263b}.ai-policy-changes-section .ai-policy-changes-desc .ai-policy-changes-desc-head{margin-bottom:0.7rem}.ai-policy-changes-section .ai-policy-changes-desc ul{list-style:disc;margin-left:1.2rem;color:#23263b;font-size:1.08rem;line-height:1.7;margin-bottom:1.2rem}.ai-policy-changes-section .ai-policy-changes-desc ul li{margin-bottom:0.7rem}.ai-policy-changes-section .ai-policy-changes-desc .ai-policy-changes-note{font-size:1.05rem;color:#475569;margin-top:0.7rem}.ai-contact-section{margin-top:3.5rem;margin-bottom:3.5rem}.ai-contact-section .ai-section-title{font-size:2.2rem;font-weight:800;color:#23263b;margin-bottom:2.2rem;letter-spacing:-1px}.ai-contact-section .ai-contact-intro{font-size:1.15rem;color:#23263b;margin-bottom:1.2rem}.ai-contact-section .ai-contact-team{font-size:1.08rem;color:#23263b;font-weight:700;margin-bottom:2.2rem}.ai-contact-section .ai-contact-cards{display:flex;gap:2.5rem;flex-wrap:wrap;margin-top:1.5rem;margin-bottom:2rem}@media (max-width: 900px){.ai-contact-section .ai-contact-cards{flex-direction:column;gap:1.2rem}}.ai-contact-section .ai-contact-card{background:#f7f7f8;border-radius:24px;padding:2rem 2.5rem 1.5rem 2rem;min-width:260px;flex:1 1 320px;display:flex;flex-direction:column;align-items:flex-start;position:relative;box-shadow:0 2px 8px rgba(30,41,59,0.04);margin-bottom:1rem}.ai-contact-section .ai-contact-card .ai-contact-label{font-size:1.08rem;color:#23263b;font-weight:600;margin-bottom:0.5rem;letter-spacing:0.5px}.ai-contact-section .ai-contact-card .ai-contact-value{font-size:1.18rem;color:#23263b;font-weight:700;margin-bottom:0.5rem}.ai-contact-section .ai-contact-card .ai-contact-value a{color:#23263b;text-decoration:underline}.ai-contact-section .ai-contact-card .ai-contact-value a:hover{color:#2563eb}.ai-contact-section .ai-contact-card .ai-contact-icon{position:absolute;right:2rem;bottom:1.5rem;font-size:2rem;color:#2563eb;opacity:0.85}@media (max-width: 900px){.ai-contact-section .ai-contact-card .ai-contact-icon{position:static;margin-top:1rem;align-self:flex-end}}.ai-contact-section .ai-contact-card .ai-contact-icon svg{display:block}@media (max-width: 900px){.privacy-policy-container{max-width:100vw;padding:0}.privacy-contact-methods{flex-direction:column;gap:1.2rem}}.terms-container{background:#fff;width:100%;max-width:none;margin:0;border-radius:0;box-shadow:none;padding:100px;font-family:'SF Pro Display', 'Inter', Arial, sans-serif;color:#1e293b}.terms-hero-section{display:flex;align-items:flex-start;justify-content:space-between;width:100%;min-height:340px;padding:3.5rem 0 2.5rem 0;position:relative}@media (max-width: 900px){.terms-hero-section{flex-direction:column;align-items:flex-start;padding:2rem 0 1.5rem 0}}.terms-hero-content{margin-top:3rem;flex:1 1 60%;max-width:60%;padding-right:2.5rem;display:flex;flex-direction:column;justify-content:center}@media (max-width: 900px){.terms-hero-content{max-width:100%;padding-right:0;margin-bottom:2rem}}.terms-hero-title{font-size:2.8rem;font-weight:800;color:#23263b;margin-bottom:2rem;letter-spacing:-1.5px;line-height:1.1}.terms-hero-meta{display:flex;gap:2.5rem;font-size:1.1rem;color:#23263b;font-weight:500;margin-bottom:1.5rem;flex-wrap:wrap}.terms-hero-meta span{display:block;margin-bottom:0.2rem}.terms-hero-text{font-size:1.15rem;color:#23263b;line-height:1.7;margin-bottom:0.5rem}.terms-hero-text p{margin-bottom:1.1rem;margin-top:0}.terms-hero-image{flex:0 0 368px;max-width:368px;min-width:260px;display:flex;align-items:flex-start;justify-content:flex-end;background:#fff;box-sizing:border-box;padding:1.2rem 1.2rem 0.5rem 1.2rem;margin-left:2.5rem;min-height:368px}.terms-hero-image img{width:100%;height:auto;max-width:320px;object-fit:contain;display:block}@media (max-width: 1100px){.terms-hero-image{flex:0 0 260px;max-width:260px;min-width:180px;min-height:220px;margin-left:1.2rem;padding:0.7rem}}@media (max-width: 900px){.terms-hero-image{margin-left:0;margin-bottom:2rem;align-self:center}}.terms-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb;padding-left:0;padding-right:0}.terms-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.terms-section .terms-section-title{font-size:1.35rem;font-weight:700;color:#1e293b;margin-bottom:1.2rem;margin-top:0}.terms-section ul{margin:0 0 1.2rem 1.2rem;padding:0;list-style:disc;color:#334155;font-size:1rem;line-height:1.7}.terms-section ul li{margin-bottom:0.5rem}.terms-section p{color:#475569;font-size:1rem;margin-bottom:1rem;line-height:1.7}@media (max-width: 900px){.terms-container{max-width:100vw;padding:0}}.lsv-page{background:#fff;width:100%;max-width:none;margin:0;border-radius:0;box-shadow:none;font-family:'SF Pro Display', 'Inter', Arial, sans-serif;color:#1e293b}.lsv-page .lsv-hero-section{margin-top:5rem;padding:100px;display:flex;align-items:center;justify-content:space-between;gap:2.5rem}@media (max-width: 900px){.lsv-page .lsv-hero-section{flex-direction:column;padding:2.2rem 0 1.5rem 0;gap:1.5rem}}.lsv-page .lsv-hero-content{flex:1 1 60%}.lsv-page .lsv-hero-content h1{font-size:2.7rem;font-weight:800;color:#23263b;margin-bottom:1.1rem;letter-spacing:-1px}.lsv-page .lsv-hero-content div{font-size:1.25rem;color:#23263b;font-weight:500;margin-bottom:0.5rem}.lsv-page .lsv-hero-image{flex:1 1 40%;display:flex;justify-content:flex-end}.lsv-page .lsv-hero-image img{max-width:340px;width:100%;height:auto;border-radius:12px;box-shadow:0 2px 8px rgba(30,41,59,0.04)}.lsv-page .lsv-section-page{display:flex;align-items:center;justify-content:space-between;background:#f7f7f8;border-radius:18px;padding:3.2rem 0 3.2rem 0;margin-bottom:2.5rem;gap:2.5rem}@media (max-width: 900px){.lsv-page .lsv-section-page{flex-direction:column;padding:1.5rem 0 1.5rem 0;gap:1.2rem}}.lsv-page .lsv-section-content{flex:1 1 60%;padding-left:2.5rem}@media (max-width: 900px){.lsv-page .lsv-section-content{padding-left:0}}.lsv-page .lsv-section-content h2{font-size:2.1rem;font-weight:800;color:#23263b;margin-bottom:1.1rem;letter-spacing:-1px}.lsv-page .lsv-section-content p{font-size:1.08rem;color:#23263b;margin-bottom:0.7rem}.lsv-page .lsv-section-content p:first-of-type{margin-bottom:1.1rem}.lsv-page .lsv-section-image{flex:1 1 40%;display:flex;justify-content:flex-end;padding-right:2.5rem}@media (max-width: 900px){.lsv-page .lsv-section-image{padding-right:0}}.lsv-page .lsv-section-image img{max-width:340px;width:100%;height:auto;border-radius:12px;box-shadow:0 2px 8px rgba(30,41,59,0.04)}.lsv-carousel-section{text-align:center;margin:4rem 0 2rem 0}.lsv-carousel-section .lsv-carousel-title{font-size:2.5rem;font-weight:800;color:#23263b;margin-bottom:0.5rem}.lsv-carousel-section .lsv-carousel-subtitle{color:#6b7280;font-size:1.15rem;margin-bottom:2.5rem}.lsv-carousel-viewport{padding:0 !important;margin:0 !important;overflow:hidden;width:calc(3 * 340px + 2 * 40px);max-width:100vw;display:flex;justify-content:flex-start}.lsv-carousel{display:flex;align-items:center;justify-content:center;position:relative}.lsv-carousel .lsv-carousel-arrow{background:#f3f4f6;border:none;border-radius:50%;width:44px;height:44px;font-size:1.7rem;color:#23263b;margin:0 1.2rem;cursor:pointer;transition:background 0.2s}.lsv-carousel .lsv-carousel-arrow:hover{background:#e0e7ef}.lsv-carousel .lsv-carousel-arrow.disabled{opacity:0.4;pointer-events:none}.lsv-carousel .lsv-carousel-track{display:flex;flex-direction:row;flex-wrap:nowrap;gap:40px;justify-content:flex-start !important;width:calc(5 * 340px + 4 * 40px)}.lsv-carousel .lsv-carousel-item{width:340px;background:#fff;border-radius:18px;box-shadow:0 2px 12px rgba(30,41,59,0.07);padding:2.2rem 1.5rem 1.5rem 1.5rem;flex:0 0 340px;display:flex;flex-direction:column;align-items:center}.lsv-carousel .lsv-carousel-item .lsv-carousel-icon{width:70px;height:70px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;box-shadow:0 4px 24px rgba(80,80,200,0.08)}.lsv-carousel .lsv-carousel-item .lsv-carousel-icon.clarity{background:#a78bfa22}.lsv-carousel .lsv-carousel-item .lsv-carousel-icon.dependency{background:#67e8f922}.lsv-carousel .lsv-carousel-item .lsv-carousel-icon.accuracy{background:#c4b5fd22}.lsv-carousel .lsv-carousel-item .lsv-carousel-icon.validation{background:#bbf7d022}.lsv-carousel .lsv-carousel-item .lsv-carousel-icon.confirmation{background:#fde68a22}.lsv-carousel .lsv-carousel-item .lsv-carousel-icon img{width:120px;height:120px;margin-top:5rem}.lsv-carousel .lsv-carousel-item .lsv-carousel-label{font-size:1.25rem;font-weight:700;color:#23263b;margin-bottom:0.7rem}.lsv-carousel .lsv-carousel-item .lsv-carousel-desc{color:#23263b;font-size:1.05rem;font-weight:400;line-height:1.5}.lsv-carousel-dots{margin-top:1.5rem}.lsv-carousel-dots .lsv-carousel-dot{display:inline-block;width:10px;height:10px;background:#e5e7eb;border-radius:50%;margin:0 5px}.lsv-carousel-dots .lsv-carousel-dot.active{background:#6366f1}@media (max-width: 1100px){.lsv-carousel-viewport{width:calc(3 * 270px + 2 * 20px)}.lsv-carousel-track{width:calc(5 * 270px + 4 * 20px)}.lsv-carousel-item{width:270px;flex:0 0 270px}}@media (max-width: 900px){.lsv-carousel-viewport{width:calc(3 * 220px + 2 * 10px)}.lsv-carousel-track{width:calc(5 * 220px + 4 * 10px)}.lsv-carousel-item{width:220px;flex:0 0 220px}}@media (max-width: 700px){.lsv-carousel-viewport{width:90vw}.lsv-carousel-track{width:calc(5 * 90vw + 4 * 4px)}.lsv-carousel-item{width:90vw;flex:0 0 90vw}}.lsv-why-section{display:flex;align-items:center;justify-content:center;gap:3.5rem;background:#f7f7f8;border-radius:18px;margin:3.5rem 0 0 0;padding:3.5rem 2.5rem}@media (max-width: 900px){.lsv-why-section{flex-direction:column;padding:2rem 1rem;gap:2rem}}.lsv-why-image{flex:1 1 45%;display:flex;align-items:center;justify-content:center}.lsv-why-image img{width:420px;max-width:100%;border-radius:50%;box-shadow:0 4px 32px rgba(30,41,59,0.1);background:#e0e7ef}@media (max-width: 900px){.lsv-why-image img{width:260px}}.lsv-why-content{flex:1 1 55%}.lsv-why-content h2{font-size:2.3rem;font-weight:800;color:#23263b;margin-bottom:1.2rem}.lsv-why-content p{font-size:1.13rem;color:#23263b;margin-bottom:1.1rem;line-height:1.6}.lsv-why-content ul{margin:0.7rem 0 1.1rem 1.2rem;padding:0;list-style:disc}.lsv-why-content ul li{font-size:1.13rem;color:#23263b;font-weight:600;margin-bottom:0.4rem}.lsv-compare-section{margin:4rem 0 0 0;padding:2.5rem 0 3.5rem 0;background:#fff;border-radius:18px;text-align:center;position:relative}.lsv-compare-title{font-size:2.3rem;font-weight:800;color:#23263b;margin-bottom:2.2rem}.lsv-compare-table-wrapper{overflow-x:auto;margin:0 auto 1.5rem auto;max-width:1300px;background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(30,41,59,0.07)}.lsv-compare-table{width:100%;border-collapse:separate;border-spacing:0;font-size:1.08rem;background:#fff}.lsv-compare-table th,.lsv-compare-table td{padding:1.1rem 1.2rem;text-align:left;border-bottom:1px solid #e5e7eb;vertical-align:top}.lsv-compare-table th{font-size:1.13rem;font-weight:700;color:#23263b;background:#f7f7f8;border-top:1px solid #e5e7eb}.lsv-compare-table tr:last-child td{border-bottom:none}.lsv-compare-table td:first-child,.lsv-compare-table th:first-child{text-align:center;font-weight:700;color:#6366f1;width:60px}.lsv-compare-table td:nth-child(3),.lsv-compare-table th:nth-child(3){text-align:center;width:110px;font-weight:700;color:#23263b}.lsv-compare-footnote{margin-top:2.2rem;font-size:1.08rem;color:#23263b;font-style:italic;max-width:900px;margin-left:auto;margin-right:auto}.lsv-ownership-section{margin:4rem 0 0 0;padding:2.5rem 0 0 0;background:#f7f7f8;border-radius:18px}.lsv-ownership-row{display:flex;align-items:center;justify-content:center;gap:3.5rem;margin-bottom:3.5rem}@media (max-width: 900px){.lsv-ownership-row{flex-direction:column;gap:2rem;margin-bottom:2.2rem}}.lsv-ownership-row-reverse{flex-direction:row-reverse}@media (max-width: 900px){.lsv-ownership-row-reverse{flex-direction:column}}.lsv-ownership-image{flex:1 1 45%;display:flex;align-items:center;justify-content:center}.lsv-ownership-image img{width:370px;max-width:100%;border-radius:18px;box-shadow:0 4px 32px rgba(30,41,59,0.1);background:#e0e7ef}@media (max-width: 900px){.lsv-ownership-image img{width:220px}}.content-reverse{padding-left:8rem}.lsv-ownership-content{flex:1 1 55%}.lsv-ownership-content h2{font-size:2.1rem;font-weight:800;color:#23263b;margin-bottom:1.2rem}.lsv-ownership-content p{font-size:1.13rem;color:#23263b;margin-bottom:1.1rem;line-height:1.6}.lsv-ownership-content ul{margin:0.7rem 0 1.1rem 1.2rem;padding:0;list-style:disc}.lsv-ownership-content ul li{font-size:1.13rem;color:#23263b;font-weight:500;margin-bottom:0.4rem}.lsv-ownership-content a{color:#6366f1;text-decoration:underline;font-weight:600}.lsv-ownership-final{background:#fff;text-align:center;padding:4.5rem 0 4.5rem 0}.lsv-ownership-final h2{font-size:2.1rem;font-weight:800;color:#23263b;margin-bottom:1.2rem}.lsv-ownership-final p{font-size:1.13rem;color:#23263b;margin-bottom:0.7rem;line-height:1.6}.faq-page{background:#f7fafd;min-height:100vh;padding:100px}.faq-hero{display:flex;align-items:flex-start;justify-content:space-between;padding:3.5rem 0 2.5rem 0;max-width:1200px;margin:0 auto}@media (max-width: 900px){.faq-hero{flex-direction:column;align-items:center;gap:2rem;padding:2rem 0 1.5rem 0}}.faq-hero-content{flex:1 1 60%}.faq-hero-content h1{padding-top:3.5rem;font-size:2.7rem;font-weight:800;color:#23263b;letter-spacing:-1px}.faq-hero-image{flex:1 1 40%;display:flex;justify-content:flex-end}.faq-hero-image img{max-width:340px;width:100%;height:auto;border-radius:12px;box-shadow:0 2px 8px rgba(30,41,59,0.04)}.faq-list-wrapper{max-width:1300px;margin:0 auto;background:#f9f9fb;border-radius:18px;box-shadow:0 2px 12px rgba(30,41,59,0.07);padding:2.5rem 1.5rem}.faq-list{display:flex;flex-direction:column;gap:1.3rem}.faq-item{background:#fff;border-radius:14px;box-shadow:0 2px 8px rgba(30,41,59,0.04);transition:box-shadow 0.2s;overflow:hidden}.faq-question{width:100%;background:none;border:none;outline:none;font-size:1.18rem;font-weight:600;color:#23263b;padding:1.3rem 1.7rem 1.3rem 1.3rem;text-align:left;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background 0.15s}.faq-question[aria-expanded="true"]{background:#f3f4f6}.faq-toggle{font-size:1.7rem;color:#6366f1;font-weight:700;margin-left:1.2rem;transition:transform 0.2s}.faq-question[aria-expanded="true"] .faq-toggle{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;background:#f9f9fb;color:#23263b;font-size:1.08rem;padding:0 1.7rem;transition:max-height 0.3s cubic-bezier(0.4, 2, 0.6, 1),padding 0.2s}.faq-item.open .faq-answer{padding:1.1rem 1.7rem 1.3rem 1.7rem;max-height:300px;transition:max-height 0.4s cubic-bezier(0.4, 2, 0.6, 1),padding 0.2s}@media (max-width: 900px){.faq-list-wrapper{padding:1.2rem 0.5rem}.faq-hero-image img{max-width:220px}}.theories-main{display:flex;gap:0;align-items:flex-start;background:#fff;min-height:100vh}.theories-center{flex:1 1 0;max-width:none;margin:0;display:flex;flex-direction:column;height:100vh;background:#fff;padding-top:1rem}.theories-header{padding:24px 32px 12px 32px;display:flex;align-items:center;justify-content:flex-start;margin-bottom:18px}.theories-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#23263b}.theories-header .theories-search-bar{display:flex;align-items:center;margin-left:2rem}.theories-header .theories-search-bar input{padding:0.5rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;margin-right:0.5rem}.theories-header .theories-search-bar .theories-search-btn{background:#2196f3;color:#fff;border:none;border-radius:8px;padding:0.5rem 1rem;font-size:1rem;cursor:pointer}.theories-header .theories-new-btn{margin-left:auto;background:#2196f3;color:#fff;border:none;border-radius:8px;padding:0.5rem 1.2rem;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:0.5rem;text-decoration:none}.theories-header .theories-new-btn .btn-icon{width:22px;height:22px;margin-right:0.5rem}.theories-header .theories-new-btn .new-theory-label{text-decoration:none;color:#fff}.theories-filters{display:flex;gap:1.5rem;margin-bottom:2rem;background:#fff;border-radius:12px;padding:0.7rem 1.2rem;border:2px solid #e5e7eb;max-width:27rem;margin-left:2rem}.theories-filter{color:#888;font-size:1.08rem;font-weight:500;text-decoration:none;padding:0.5rem 1.5rem;border-radius:10px;transition:background 0.2s, color 0.2s;background:transparent;border:none;margin:0 0.1rem}.theories-filter.active{background:#e3f0ff;color:#2196f3;font-weight:600}.theories-filter:hover{background:#f5faff;color:#2196f3}.theories-content-list{flex:1 1 0;overflow-y:auto;max-height:calc(100vh - 120px);display:flex;flex-direction:column;gap:0;padding-bottom:80px;background:#fff}.empty-state{color:#888;font-size:1.05rem;text-align:center;margin:18px 0 10px 0}.theories-rightbar{width:420px;min-width:260px;max-width:480px;padding:32px 24px 0 24px;position:sticky;top:0;align-self:flex-start;background:#fff;border-left:1.5px solid #e5e7eb;min-height:100vh}.theories-rightbar h4{font-size:1.18rem;font-weight:700;margin-bottom:1.2rem}.tp-user{display:flex;flex-direction:column;margin-bottom:1.2rem}.tp-user-main{display:flex;align-items:center;gap:0.7rem}.tp-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;margin-bottom:0}.tp-name{font-size:1.08rem;font-weight:600;color:#23263b;display:flex;align-items:center;gap:0.3rem}.tp-dot{color:#bbb;font-size:1.2rem;margin:0 0.2rem}.tp-follow{color:#2196f3;font-size:0.97rem;font-weight:500;text-decoration:none;margin-left:0.2rem;cursor:pointer}.tp-verified{color:#2196f3;font-size:1.1rem;margin-left:0.1rem}.tp-title{font-size:1.01rem;font-weight:600;color:#23263b;margin:0.1rem 0 0.1rem 0}.tp-date{color:#888;font-size:0.97rem;margin-bottom:0.2rem}.tp-show-more{color:#2563eb;font-size:0.97rem;text-align:left;cursor:pointer;margin-bottom:1.5rem}.wtf-user{display:flex;align-items:center;margin-bottom:1.1rem}.wtf-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;margin-right:0.7rem}.wtf-info{flex:1;display:flex;flex-direction:column;min-width:0}.wtf-name{font-size:1.01rem;font-weight:400;color:#23263b;display:flex;align-items:center;gap:0.2rem}.wtf-verified{color:#2196f3;font-size:1.1rem;margin-left:0.1rem}.wtf-meta{color:#888;font-size:0.97rem;margin-top:0.1rem;display:flex;align-items:center;gap:0.3rem}.wtf-star{color:#fbbf24;font-size:1.01rem;margin-left:2px}.wtf-follow-btn{margin-left:0.7rem;color:#2196f3;font-size:0.97rem;text-decoration:none;font-weight:500;border:2px solid #2196f3;border-radius:32px;padding:4px 18px;background:#fff;transition:background 0.2s, color 0.2s, border 0.2s;display:inline-block;cursor:pointer}.wtf-follow-btn:hover{background:#e3f0ff;color:#1769aa;border-color:#1769aa}.wtf-show-more{color:#2563eb;font-size:0.97rem;text-align:left;cursor:pointer;margin-bottom:1.5rem}.theory-new-main{position:relative;padding:0;background:#f4f2ee;min-height:100vh}.theory-new-form-section{position:absolute;width:975px;height:427px;top:106px;left:390px;border-radius:8px;opacity:1;background:#ffffff;padding:12px 16px 1.25rem 16px;box-sizing:border-box;overflow-y:auto}.theory-new-title{position:absolute;height:21px;top:58px;left:390px;margin:0;opacity:1;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:100%;letter-spacing:0%;color:#171717}.theory-new-form-section .form-group{display:flex;flex-direction:column;gap:10px}.theory-new-form-section .form-group:first-of-type{margin-bottom:22px}.theory-new-form-section .form-group:nth-of-type(2){margin-bottom:2.2rem}.theory-new-form-section .form-group label{margin:0;padding:0;position:relative;top:0;left:0;opacity:1;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:15px;line-height:16px;letter-spacing:0%;color:#222222}.theory-new-form-section .form-group:nth-of-type(2) label{line-height:150%}.theory-title-input{width:943px;max-width:100%;height:46px;padding:0 3px 3px 0;padding-left:12px;padding-top:12px;box-sizing:border-box;font-size:1rem;border-radius:8px;opacity:1;border:1px solid #e9e9e9;background:#fbfbfb;margin:0}.theory-title-input::placeholder{color:#bfc5ce;opacity:1}.theory-description-input{width:943px;max-width:100%;height:200px;padding:12px 3px 3px 12px;box-sizing:border-box;font-size:1rem;border-radius:8px;opacity:1;border:1px solid #e9e9e9;background:#fbfbfb;margin:0;color:#23263b;resize:vertical}.theory-description-input::placeholder{color:#bfc5ce;opacity:1}.theory-new-actions{display:flex;align-items:center;justify-content:space-between;gap:0;margin-top:29px;margin-left:0;margin-right:0}.theory-draft-left{flex:1}.theory-actions-right{position:absolute;top:357px;left:687px;display:flex;align-items:center;gap:10px;margin:0;padding:0}.theory-save-draft{background:none;border:none;padding:0;margin:0;cursor:pointer;text-decoration:underline;opacity:1;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0%;color:#2196f3}.theory-cancel-btn{width:130px;height:45px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;border-radius:100px;padding:12px 30px;gap:10px;opacity:1;border:1px solid #2196f3;background:#fff;cursor:pointer;text-decoration:none;margin:0;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0%;color:#2196f3}.theory-submit-btn{width:130px;height:45px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;border-radius:100px;padding:12px 30px;gap:10px;opacity:1;border:none;background:#2196f3;cursor:pointer;margin:0;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0%;color:#ffffff;transition:background 0.2s}.theory-submit-btn i{margin-left:0.5rem}.theory-submit-btn:hover{background:#1976d2}.mission-page{background:#f7fafd;min-height:100vh;padding-bottom:4rem}.mission-hero-section,.mission-clear-section,.mission-rebuild-section{background:#fff}.mission-hero-section,.mission-era-section,.mission-clear-section{display:flex;align-items:center;justify-content:center;gap:3.5rem;padding:100px}@media (max-width: 900px){.mission-hero-section,.mission-era-section,.mission-clear-section{flex-direction:column;padding:2rem 1rem 1.5rem 1rem;gap:2rem}}.mission-hero-content{padding-top:9.5rem}.mission-hero-content,.mission-era-content,.mission-clear-content{flex:1 1 55%}.mission-hero-content h1,.mission-hero-content h2,.mission-era-content h1,.mission-era-content h2,.mission-clear-content h1,.mission-clear-content h2{font-size:2.3rem;font-weight:800;color:#23263b;margin-bottom:1.2rem}.mission-hero-content h1 span,.mission-era-content h1 span,.mission-clear-content h1 span{color:#23263b;font-size:2.7rem;font-weight:900;letter-spacing:-1px;display:block;margin-bottom:0.7rem}.mission-hero-content ul,.mission-era-content ul,.mission-clear-content ul{margin:1.1rem 0 1.1rem 1.2rem;padding:0;list-style:disc}.mission-hero-content ul li,.mission-era-content ul li,.mission-clear-content ul li{font-size:1.13rem;color:#23263b;font-weight:500;margin-bottom:0.4rem}.mission-hero-content .mission-hero-desc,.mission-hero-content .mission-era-desc,.mission-hero-content .mission-clear-desc,.mission-era-content .mission-hero-desc,.mission-era-content .mission-era-desc,.mission-era-content .mission-clear-desc,.mission-clear-content .mission-hero-desc,.mission-clear-content .mission-era-desc,.mission-clear-content .mission-clear-desc{font-size:1.13rem;color:#23263b;margin-bottom:1.1rem;line-height:1.6}.mission-hero-image,.mission-era-image,.mission-clear-image{flex:1 1 45%;display:flex;align-items:center;justify-content:center}.mission-hero-image img,.mission-era-image img,.mission-clear-image img{width:420px;max-width:100%;background:#fff}@media (max-width: 900px){.mission-hero-image img,.mission-era-image img,.mission-clear-image img{width:260px}}.mission-clear-section{flex-direction:row-reverse}@media (max-width: 900px){.mission-clear-section{flex-direction:column}}.mission-living-section,.mission-rebuild-section{display:flex;align-items:center;justify-content:center;gap:3.5rem;padding:100px}@media (max-width: 900px){.mission-living-section,.mission-rebuild-section{flex-direction:column;padding:2rem 1rem 1.5rem 1rem;gap:2rem}}.mission-living-content,.mission-rebuild-content{flex:1 1 55%}.mission-living-content h2,.mission-rebuild-content h2{font-size:2.1rem;font-weight:800;color:#23263b;margin-bottom:1.2rem}.mission-living-content ul,.mission-rebuild-content ul{margin:1.1rem 0 1.1rem 1.2rem;padding:0;list-style:disc}.mission-living-content ul li,.mission-rebuild-content ul li{font-size:1.13rem;color:#23263b;font-weight:500;margin-bottom:0.4rem}.mission-living-content .mission-living-desc,.mission-living-content .mission-rebuild-desc,.mission-rebuild-content .mission-living-desc,.mission-rebuild-content .mission-rebuild-desc{font-size:1.13rem;color:#23263b;margin-bottom:1.1rem;line-height:1.6}.mission-living-image,.mission-rebuild-image{flex:1 1 45%;display:flex;align-items:center;justify-content:center}.mission-living-image img,.mission-rebuild-image img{width:420px;max-width:100%;border-radius:18px;box-shadow:0 4px 32px rgba(30,41,59,0.1);background:#e0e7ef}@media (max-width: 900px){.mission-living-image img,.mission-rebuild-image img{width:260px}}.mission-rebuild-section{flex-direction:row-reverse}@media (max-width: 900px){.mission-rebuild-section{flex-direction:column}}.mission-cta-section{display:flex;align-items:center;justify-content:center;gap:3.5rem;max-width:1200px;margin:0 auto 3.5rem auto;padding:3.5rem 2.5rem 3.5rem 2.5rem;background:linear-gradient(90deg, #346FCF 0%, #5A8DEE 100%);border-radius:18px;box-shadow:0 2px 12px rgba(30,41,59,0.07);margin-top:7rem}@media (max-width: 900px){.mission-cta-section{flex-direction:column;padding:2rem 1rem 2rem 1rem;gap:2rem}}.mission-cta-content{color:#fff}.mission-cta-content h2{font-size:2.3rem;font-weight:800;margin-bottom:1.2rem;color:#fff}.mission-cta-content .mission-cta-desc{font-size:1.18rem;margin-bottom:2.2rem;color:#e0e7ef}.mission-cta-btn{display:inline-block;margin-left:5rem;background:#fff;color:#346FCF;font-size:1.13rem;font-weight:700;border-radius:8px;padding:0.9rem 2.2rem;text-decoration:none;box-shadow:0 2px 8px rgba(30,41,59,0.08);transition:background 0.2s, color 0.2s}.mission-cta-btn:hover{background:#346FCF;color:#fff}.mission-cta-image{flex:1 1 40%;display:flex;align-items:center;justify-content:center}.mission-cta-image img{width:320px;max-width:100%;border-radius:18px;box-shadow:0 4px 32px rgba(30,41,59,0.1);background:#e0e7ef}@media (max-width: 900px){.mission-cta-image img{width:200px}}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:2000;background:#10182b;color:#fff;padding:0;box-shadow:0 2px 16px rgba(0,0,0,0.12);font-size:1.1rem}.cookie-banner-content,.cookie-customize-panel{display:flex;align-items:center;justify-content:space-between;padding:2rem 2.5rem 2rem 2.5rem}.cookie-banner-message{flex:1 1 0;font-size:1.1rem;color:#fff}.cookie-banner-actions{display:flex;gap:1.2rem;align-items:center}.cookie-btn{font-size:1.1rem;border-radius:8px;padding:0.7rem 2.2rem;border:none;cursor:pointer;font-weight:600;transition:background 0.2s, color 0.2s, border 0.2s}.cookie-accept{background:#2196f3;color:#fff;border:none}.cookie-accept:hover{background:#1976d2}.cookie-customize{background:transparent;color:#fff;border:2px solid #fff}.cookie-customize:hover{background:#1a233a}.cookie-close{background:transparent;color:#fff;font-size:2rem;border:none;padding:0 0.7rem;line-height:1}.cookie-customize-panel{flex-direction:column;align-items:flex-start;gap:2.2rem}.cookie-customize-toggles{display:flex;gap:4rem;width:100%;justify-content:flex-start;margin:2rem 0 1.5rem 0}.cookie-toggle-label{font-size:1.25rem;color:#fff;font-weight:600;display:flex;align-items:center;gap:1.1rem}.cookie-toggle{display:none}.cookie-switch{width:38px;height:22px;background:#222b3a;border-radius:12px;position:relative;display:inline-block;margin-left:0.5rem}.cookie-toggle:checked+.cookie-switch{background:#2196f3}.cookie-switch:before{content:'';position:absolute;left:3px;top:3px;width:16px;height:16px;background:#fff;border-radius:50%;transition:left 0.2s}.cookie-toggle:checked+.cookie-switch:before{left:19px}@media (max-width: 700px){.cookie-banner-content,.cookie-customize-panel{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1.2rem 1rem 1.2rem 1rem}.cookie-customize-toggles{flex-direction:column;gap:1.2rem}.cookie-banner-actions{width:100%;justify-content:flex-start}}.contact-hero{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:100px;border-radius:0 0 48px 0}.contact-hero-left{flex:1 1 0;padding-left:48px}.contact-hero-left h1{font-size:2.4rem;font-weight:800;color:#23263b;margin-bottom:18px}.contact-hero-left p{font-size:1.13rem;color:#64748b;max-width:520px}.contact-hero-right{flex:0 0 340px;display:flex;align-items:center;justify-content:center;padding-right:48px}.contact-hero-img{width:320px;max-width:100%;height:auto}.contact-section{padding:0 48px 48px 48px;background:#fff;margin:0}.contact-title{text-align:center;font-size:2rem;font-weight:700;color:#23263b;margin-bottom:8px}.contact-subtitle{text-align:center;color:#64748b;font-size:1.13rem;margin-bottom:32px}.contact-info-cards{display:flex;gap:32px;justify-content:center;margin-bottom:36px}.contact-info-card{background:#f3f4f6;border-radius:18px;padding:32px 36px;display:flex;flex-direction:column;align-items:center;min-width:220px;box-shadow:0 2px 8px rgba(30,41,59,0.04)}.contact-info-icon{width:38px;height:38px;margin-bottom:14px}.contact-info-label{font-size:1.13rem;font-weight:700;color:#23263b;margin-bottom:4px}.contact-info-value{color:#64748b;font-size:1.08rem}.contact-flash{text-align:center;color:#16a34a;font-size:1.13rem;margin-bottom:18px;font-weight:600}.contact-form-map-row{display:flex;gap:32px;margin-top:18px;align-items:flex-start;justify-content:center}.contact-form-col{flex:1 1 0;max-width:420px}.contact-form{background:#fff;border-radius:18px;box-shadow:0 2px 8px rgba(30,41,59,0.04);padding:32px 28px 28px 28px;display:flex;flex-direction:column;gap:18px}.contact-form-group label{font-size:1.08rem;color:#23263b;font-weight:600;margin-bottom:6px;display:block}.contact-form-group input,.contact-form-group textarea{width:100%;border:1.5px solid #e5e7eb;border-radius:8px;padding:12px 16px;font-size:1.08rem;background:#fafbfc;color:#23263b;margin-top:4px;resize:none;transition:border 0.2s}.contact-form-group input:focus,.contact-form-group textarea:focus{border-color:#2563eb;outline:none}.contact-form-actions{margin-top:8px}.contact-send-btn{background:#2196f3;color:#fff;border:none;border-radius:8px;padding:12px 32px;font-size:1.13rem;font-weight:700;cursor:pointer;transition:background 0.2s}.contact-send-btn:hover{background:#1976d2}.contact-map-col{flex:1 1 0;max-width:420px;display:flex;align-items:center;justify-content:center;margin-top:4rem}.contact-map-img{width:100%;max-width:420px;border-radius:18px;box-shadow:0 2px 8px rgba(30,41,59,0.04)}@media (max-width: 1100px){.contact-hero{flex-direction:column;gap:18px;padding:32px 0 18px 0}.contact-hero-left{padding-left:18px}.contact-hero-right{padding-right:18px}.contact-section{padding:0 8px 32px 8px;margin:0}.contact-info-cards{flex-direction:column;gap:18px;align-items:center}.contact-form-map-row{flex-direction:column;gap:18px}.contact-form-col,.contact-map-col{max-width:100%;width:100%}}.peers-page{padding:0 32px 32px 32px;position:relative}.peers-main{display:flex;gap:32px;align-items:flex-start;margin-right:450px}.peers-suggestions{flex:2}.peers-section-title{font-size:1.18rem;font-weight:600;margin-bottom:18px;color:#23263b}.peers-suggestions-list{display:grid;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));gap:28px}.peer-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;box-shadow:0 2px 8px rgba(30,41,59,0.04);padding:32px 18px 24px 18px;display:flex;flex-direction:column;align-items:center;min-width:220px;max-width:320px;transition:box-shadow 0.2s, border 0.2s}.peer-card:hover{box-shadow:0 4px 16px rgba(33,150,243,0.08);border:1.5px solid #b3d7f6}.peer-avatar-wrap{margin-bottom:10px}.peer-avatar{width:68px;height:68px;border-radius:50%;object-fit:cover;border:2.5px solid #e3f0ff}.peer-name-row{display:flex;align-items:center;gap:6px;margin-bottom:2px}.peer-name{font-weight:600;color:#23263b;font-size:1.13rem}.peer-verified{color:#2196f3;font-size:1.1rem}.peer-rating{color:#fbbf24;font-size:1.08rem;margin-bottom:12px}.add-peer-btn{background:#fff;color:#2196f3;border:1.5px solid #2196f3;border-radius:8px;padding:10px 28px;font-size:1.08rem;font-weight:600;cursor:pointer;transition:background 0.2s, color 0.2s, border 0.2s;margin-top:10px;display:flex;align-items:center;gap:7px}.add-peer-btn:hover{background:#2196f3;color:#fff}.peers-sidebar,.peers-sidebar.with-divider{flex:1;min-width:260px;display:flex;flex-direction:column;gap:32px;margin-top:0 !important;padding-top:0 !important;align-self:flex-start}.peers-sidebar.with-divider{position:absolute;top:72px;right:0;width:420px;border-left:1.5px solid #e5e7eb;margin-top:0;background:transparent;z-index:2}.my-peers-section,.top-facts-section{background:#fff;border-radius:14px;box-shadow:0 2px 8px rgba(30,41,59,0.04);padding:18px 18px 18px 18px;margin-bottom:22px}.my-peers-section h4,.top-facts-section h4{font-size:1.1rem;font-weight:700;color:#23263b;margin-bottom:12px}.my-peer-row{display:flex;align-items:center;gap:8px;margin-bottom:10px}.my-peer-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #e3f0ff}.my-peer-name{font-weight:600;color:#23263b;font-size:1.01rem}.my-peer-verified{color:#2196f3;font-size:1.1rem}.my-peer-rating{color:#fbbf24;font-size:1.01rem;margin-left:2px}.my-peer-view-profile{margin-left:auto;color:#2196f3;font-size:0.97rem;text-decoration:none;font-weight:500;border:2px solid #2196f3;border-radius:32px;padding:4px 18px;background:#fff;transition:background 0.2s, color 0.2s, border 0.2s;display:inline-block}.my-peer-view-profile:hover{background:#e3f0ff;color:#1769aa;border-color:#1769aa}.my-peer-show-more{color:#2563eb;font-size:0.97rem;text-align:right;cursor:pointer;margin-top:6px}.top-facts-section{background:#fff;border-radius:14px;box-shadow:0 2px 8px rgba(30,41,59,0.04);padding:18px 18px 18px 18px;margin-bottom:22px}.top-facts-section h4{font-size:1.1rem;font-weight:700;color:#23263b;margin-bottom:12px}.top-fact-row{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:18px;gap:0.2rem}.top-fact-badge{background:#dcfce7;color:#16a34a;font-size:0.95rem;font-weight:600;border-radius:8px;padding:2px 12px;margin-bottom:0.3rem;margin-right:0;display:inline-block}.top-fact-title{font-size:1.01rem;color:#23263b;font-weight:400;line-height:1.3;margin-bottom:0.2rem}.top-fact-meta{display:flex;align-items:center;width:100%}.top-fact-verified-by{font-size:0.97rem;color:#64748b;display:flex;align-items:center;gap:4px}.top-fact-avatar{width:22px;height:22px;border-radius:50%;object-fit:cover;margin-left:2px}.top-fact-date{color:#64748b;font-size:0.97rem;margin-left:auto;white-space:nowrap}.top-fact-show-more{color:#2563eb;font-size:0.97rem;text-align:right;cursor:pointer;margin-top:6px}@media (max-width: 1100px){.peers-main{flex-direction:column;gap:18px}.peers-sidebar{max-width:100%;min-width:0}}.truncate-text{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;vertical-align:bottom}.no-peers-message{color:#888;font-size:1.05rem;text-align:center;margin:18px 0 10px 0}.request-sent-text{background:none;color:#888;border:none;padding:10px 0;font-size:1.08rem;font-weight:600;margin-top:10px;display:flex;align-items:center;gap:7px;cursor:default;box-shadow:none}.request-sent-text:hover,.request-sent-text:focus{color:#888;background:none;border:none;cursor:default;text-decoration:none}.profile-page-main{display:flex;gap:0;align-items:flex-start;background:#F4F2EE;min-height:100vh}.profile-page-main .profile-page-content{position:relative;flex:1;min-width:0}.profile-page-main .profile-page-header{position:absolute;top:2.1rem;left:24.375rem;padding:0}.profile-page-main .profile-page-title{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:100%;letter-spacing:0%;color:#171717;opacity:1;margin:0 0 1rem 0;padding:0}.profile-page-main .profile-page-tabs{position:absolute;top:4.5rem;left:24.375rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.profile-page-main .profile-tab-pill{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:6px 24px;border-radius:100px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:16px;line-height:20px;letter-spacing:0.5%;text-decoration:none;background:#FFFFFF;color:#475865;font-weight:400;transition:background 0.2s, color 0.2s;box-sizing:border-box}.profile-page-main .profile-tab-pill.active{background:#2196F333;color:#2196F3;font-weight:500}.profile-page-main .profile-tab-pill:hover:not(.active){background:#f5f5f5}.profile-page-main .profile-content-wrap{position:absolute;top:8rem;left:24.375rem;width:39.25rem;max-height:calc(100vh - 12rem - 2rem);display:flex;flex-direction:column;background:transparent;overflow:hidden}.profile-page-main .profile-content-wrap .feed-list{position:relative !important;top:0 !important;left:0 !important;width:100% !important;max-height:none !important;flex:1;min-height:0;overflow-y:auto;overflow-x:visible;display:flex;flex-direction:column;gap:1rem;padding-bottom:2rem;background:transparent;scrollbar-width:none;-ms-overflow-style:none}.profile-page-main .profile-content-wrap .feed-list::-webkit-scrollbar{display:none}.profile-page-main .profile-content-wrap .feed-loader{position:relative !important;top:auto !important;left:0 !important;width:100% !important;text-align:center;color:#64748b;font-size:1.1rem;padding:1rem 0;flex-shrink:0}.profile-page-main .profile-empty-state,.profile-page-main .facts-empty-state,.profile-page-main .theories-empty-state{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:1rem;line-height:1.5;color:#64748b;text-align:center;padding:2rem}.feed-rightbar.profile-page-rightbar{position:fixed;width:312px;top:94px;left:1048px;opacity:1;display:flex;flex-direction:column;gap:20px}.feed-rightbar.profile-page-rightbar .profile-about-block{width:312px;height:277px;border-radius:8px;opacity:1;background:#FFFFFF;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding:1.5rem 1.5rem 1.5rem 24px;flex-shrink:0;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column}.feed-rightbar.profile-page-rightbar .profile-about-title{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:100%;letter-spacing:0%;color:#171717;margin:0.75rem 0 0.5rem 0;padding:0}.feed-rightbar.profile-page-rightbar .profile-about-text{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:20px;letter-spacing:0%;color:#4C4C4C;margin:0;padding:0;flex:1;overflow-y:auto}.feed-rightbar.profile-page-rightbar .profile-following-block{width:312px;height:345px;border-radius:8px;opacity:1;background:#FFFFFF;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding:24px;flex-shrink:0;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column}.feed-rightbar.profile-page-rightbar .profile-following-block .profile-following-title{width:78px;height:21px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:100%;letter-spacing:0%;color:#171717;margin:0 0 20px 0;padding:0}.feed-rightbar.profile-page-rightbar .profile-following-block .my-peer-row{display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:start;margin-bottom:1.25rem}.feed-rightbar.profile-page-rightbar .profile-following-block .my-peer-row:last-of-type{margin-bottom:0}.feed-rightbar.profile-page-rightbar .profile-following-block .my-peer-avatar-wrap{min-width:0}.feed-rightbar.profile-page-rightbar .profile-following-block .my-peer-avatar{width:48px;height:48px;border-radius:100px;object-fit:cover;display:block}.feed-rightbar.profile-page-rightbar .profile-following-block .my-peer-right-col{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0}.feed-rightbar.profile-page-rightbar .profile-following-block .my-peer-name{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:16px;line-height:16px;letter-spacing:0%;color:#171717;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-rightbar.profile-page-rightbar .profile-following-block .my-peer-meta{display:flex;align-items:center;gap:3px;min-height:16px}.feed-rightbar.profile-page-rightbar .profile-following-block .my-peer-followers-avatars{display:flex;align-items:center;margin-right:2px}.feed-rightbar.profile-page-rightbar .profile-following-block .my-peer-follower-avatar{width:20px;height:20px;border-radius:100px;object-fit:cover;border:1.5px solid #fff;margin-left:-6px;flex-shrink:0}.feed-rightbar.profile-page-rightbar .profile-following-block .my-peer-follower-avatar:first-child{margin-left:0}.feed-rightbar.profile-page-rightbar .profile-following-block .my-peer-followers-count{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:12px;line-height:100%;letter-spacing:0%;color:#171717;text-align:center}.feed-rightbar.profile-page-rightbar .profile-following-block .my-peer-rating{display:inline-flex;align-items:center;gap:3px;font-size:11px;line-height:1;color:#fbbf24}.feed-rightbar.profile-page-rightbar .profile-following-block .my-peer-rating-num{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:10px;line-height:16px;letter-spacing:0%;color:#919191}.feed-rightbar.profile-page-rightbar .profile-following-block .my-peer-follow-btn,.feed-rightbar.profile-page-rightbar .profile-following-block .profile-follow-form{padding:0 !important;margin:0 !important;border:none !important;background:transparent !important;flex-shrink:0;display:block}.feed-rightbar.profile-page-rightbar .profile-following-block .profile-follow-form input[type="submit"],.feed-rightbar.profile-page-rightbar .profile-following-block .profile-follow-form button[type="submit"],.feed-rightbar.profile-page-rightbar .profile-following-block .my-peer-follow-btn input[type="submit"],.feed-rightbar.profile-page-rightbar .profile-following-block .my-peer-follow-btn button[type="submit"]{width:106px !important;min-width:106px !important;height:30px !important;padding:0 24px !important;border-radius:18px !important;border-width:1.5px !important;border-style:solid !important;border-color:#2196F3 !important;background:#fff !important;color:#2196F3 !important;opacity:1 !important;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;font-weight:400 !important;font-style:normal !important;font-size:14px !important;line-height:30px !important;letter-spacing:0% !important;text-align:center !important;vertical-align:middle !important;cursor:pointer !important;box-sizing:border-box !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;-webkit-appearance:none !important;appearance:none !important}.feed-rightbar.profile-page-rightbar .profile-following-block .profile-follow-form input[type="submit"]:hover,.feed-rightbar.profile-page-rightbar .profile-following-block .profile-follow-form button[type="submit"]:hover,.feed-rightbar.profile-page-rightbar .profile-following-block .my-peer-follow-btn input[type="submit"]:hover,.feed-rightbar.profile-page-rightbar .profile-following-block .my-peer-follow-btn button[type="submit"]:hover{background:#f5f9ff !important;border-color:#1976d2 !important;color:#1976d2 !important}.feed-rightbar.profile-page-rightbar .profile-following-block .my-peer-followed-static{min-width:106px;height:30px;padding:0 24px;border-radius:18px;border:1.5px solid #2196F3;background:#fff;color:#2196F3;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:14px;line-height:30px;text-align:center;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.feed-rightbar.profile-page-rightbar .profile-following-block .peer-unfollow-btn .peer-followed-text,.feed-rightbar.profile-page-rightbar .profile-following-block .peer-unfollow-btn .peer-unfollow-text{color:#2196F3}.feed-rightbar.profile-page-rightbar .profile-following-block .peer-unfollow-btn .peer-followed-text{display:inline}.feed-rightbar.profile-page-rightbar .profile-following-block .peer-unfollow-btn .peer-unfollow-text{display:none}.feed-rightbar.profile-page-rightbar .profile-following-block .peer-unfollow-btn:hover .peer-followed-text{display:none}.feed-rightbar.profile-page-rightbar .profile-following-block .peer-unfollow-btn:hover .peer-unfollow-text{display:inline}.feed-rightbar.profile-page-rightbar .profile-following-block .peer-unfollow-btn .peer-unfollow-btn-submit{width:106px !important;min-width:106px !important;height:30px !important;padding:0 24px !important;border-radius:18px !important;border:1.5px solid #2196F3 !important;background:#fff !important;color:#2196F3 !important;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;font-weight:400 !important;font-size:14px !important;line-height:30px !important;cursor:pointer !important;display:inline-flex !important;align-items:center !important;justify-content:center !important}.feed-rightbar.profile-page-rightbar .profile-following-block .peer-unfollow-btn:hover .peer-unfollow-btn-submit{background:#f5f9ff !important;border-color:#1976d2 !important;color:#1976d2 !important}.feed-rightbar.profile-page-rightbar .profile-follow-none{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-size:12px;line-height:20px;color:#4C4C4C;font-style:italic;margin:0}.feed-rightbar.profile-page-rightbar .my-peer-row{display:grid;grid-template-columns:40px 1fr;gap:20px;align-items:start;margin-bottom:1rem}.feed-rightbar.profile-page-rightbar .my-peer-row:last-of-type{margin-bottom:0}.feed-rightbar.profile-page-rightbar .my-peer-avatar-wrap{min-width:0}.feed-rightbar.profile-page-rightbar .my-peer-avatar-link{display:block;text-decoration:none;color:inherit}.feed-rightbar.profile-page-rightbar .my-peer-right-col{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.feed-rightbar.profile-page-rightbar .my-peer-avatar{width:40px;height:40px;border-radius:100px;object-fit:cover;display:block}.feed-rightbar.profile-page-rightbar .my-peer-details-link{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0;text-decoration:none;color:inherit}.feed-rightbar.profile-page-rightbar .my-peer-name-row{display:flex;align-items:center;gap:6px}.feed-rightbar.profile-page-rightbar .my-peer-name{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-size:1rem;color:#171717;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-rightbar.profile-page-rightbar .my-peer-verified-icon{width:18px;height:18px;flex-shrink:0}.feed-rightbar.profile-page-rightbar .my-peer-meta{display:flex;align-items:center;gap:6px;font-size:0.8125rem;color:#4C4C4C}.feed-rightbar.profile-page-rightbar .my-peer-followers-avatars{display:flex;align-items:center;margin-right:4px}.feed-rightbar.profile-page-rightbar .my-peer-follower-avatar{width:20px;height:20px;border-radius:100px;object-fit:cover;border:1.5px solid #fff;margin-left:-6px;flex-shrink:0}.feed-rightbar.profile-page-rightbar .my-peer-follower-avatar:first-child{margin-left:0}.feed-rightbar.profile-page-rightbar .my-peer-followers-count{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;color:#4C4C4C}.feed-rightbar.profile-page-rightbar .my-peer-rating{color:#fbbf24}.feed-rightbar.profile-page-rightbar .my-peer-follow-btn{margin:0;padding:0;border:none;background:transparent;flex-shrink:0}.feed-rightbar.profile-page-rightbar .my-peer-followed-static{flex-shrink:0;padding:8px 20px;border-radius:100px;border:1.5px solid #2196F3;background:#fff;color:#2196F3;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:14px;white-space:nowrap}.feed-rightbar.profile-page-rightbar .profile-following-block form [type="submit"]{width:106px !important;min-width:106px !important;height:30px !important;padding:12px 24px !important;border-radius:18px !important;border:1.5px solid #2196F3 !important;background:#fff !important;color:#2196F3 !important;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;font-weight:400 !important;font-style:normal !important;font-size:14px !important;line-height:26px !important;letter-spacing:0% !important;text-align:center !important;vertical-align:middle !important;-webkit-appearance:none !important;appearance:none !important}body.settings-page,body.settings-page .dashboard-main{background:#F4F2EE}.settings-main{padding:460px 7vw 0 7vw;background:#F4F2EE;border:none;overflow:visible;min-height:100vh}@media (max-width: 600px){.settings-main{padding:16px !important}}.settings-title{position:absolute;top:94px;left:390px;width:75px;height:23px;font-family:Roboto, sans-serif;font-weight:600;font-size:20px;line-height:100%;letter-spacing:0;color:#171717;opacity:1;margin:0}.settings-tabs{position:absolute;top:137px;left:390px;display:flex;align-items:center;gap:8px;z-index:2}.settings-tab-pill{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 20px;border-radius:100px;font-family:Roboto, sans-serif;font-size:14px;font-weight:400;text-decoration:none;color:#475865;background:#ffffff;opacity:1;box-sizing:border-box;transition:background 0.2s, color 0.2s}.settings-tab-pill.active{background:#2196F333;color:#2196F3;font-weight:500}.settings-tab-pill:hover:not(.active){background:#f5f5f5}.settings-tab-pill:first-child{width:128px;min-width:128px}.settings-tab-pill:nth-child(2),.settings-tab-pill:nth-child(3){width:118px;min-width:118px}.settings-header-section{position:absolute;top:189px;left:390px;width:975px;height:315px;border-radius:8px;opacity:1;overflow:hidden;background:#FFFFFF}.settings-profile-banner-wrapper{position:relative;width:100%}.settings-profile-banner{width:982px;height:180px;opacity:1;background:url(/assets/settings-banner-d483175c7100e11b39d06d0f1a0dcdda4afedb411cd72d8d4d246b0938fe6666.png) center/cover no-repeat;margin-bottom:0;position:relative;cursor:pointer;transition:opacity 0.2s;z-index:1}.settings-profile-banner:hover{opacity:0.95}.settings-profile-banner:hover .settings-banner-delete-btn{opacity:1;visibility:visible}.settings-banner-edit-btn{position:absolute;bottom:16px;right:16px;background:rgba(0,0,0,0.6);backdrop-filter:blur(4px);border:none;border-radius:8px;color:#fff;padding:8px 16px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:0 2px 8px rgba(0,0,0,0.2);transition:all 0.2s ease;opacity:1;visibility:visible;z-index:10}.settings-banner-edit-btn:hover{background:rgba(0,0,0,0.75);transform:translateY(-2px)}.settings-banner-edit-btn i{margin:0;font-size:16px}.settings-banner-edit-btn span{white-space:nowrap}.settings-banner-delete-btn{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:rgba(239,68,68,0.9);border:2px solid #fff;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;box-shadow:0 2px 8px rgba(0,0,0,0.2);transition:all 0.2s ease;opacity:0;visibility:hidden;z-index:10}.settings-banner-delete-btn:hover{background:rgba(220,38,38,0.95);transform:scale(1.1)}.settings-profile-header{display:flex;align-items:center;gap:18px;margin-top:-20px;margin-bottom:18px;position:relative;z-index:2}.settings-profile-avatar-wrapper{position:absolute;left:16px;display:inline-block}.settings-profile-avatar{top:20px;width:100px;height:100px;border-radius:100px;overflow:hidden;border:1px solid #ffffff;opacity:1;position:relative;z-index:3;background:#fff}.settings-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.settings-profile-avatar-camera-btn{top:92px;position:absolute;bottom:0;right:0;width:27px;height:24px;border-radius:50%;background:rgba(0,0,0,0.6);backdrop-filter:blur(4px);border:2px solid #fff;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 2px 8px rgba(0,0,0,0.2);transition:all 0.2s ease;z-index:5}.settings-profile-avatar-camera-btn:hover{background:rgba(0,0,0,0.75);transform:scale(1.05)}.settings-profile-avatar-camera-btn i{margin:0}.settings-profile-info{position:absolute;top:65px;left:16px;width:279px;min-height:48px;opacity:1;display:flex;flex-direction:column}.settings-header-actions{position:absolute;left:820px;top:60px;z-index:2}.settings-delete-profile-btn{display:flex;align-items:center;justify-content:center;width:138.4375px;height:45px;padding:11px 14.44px 11.59px 15px;border-radius:100px;border:1px solid #E53F3C;background:transparent;color:#E53F3C;opacity:1;font-family:Inter, Roboto, sans-serif;font-weight:600;font-size:16px;line-height:15px;letter-spacing:0;text-align:center;text-decoration:none;box-sizing:border-box;cursor:pointer;transition:background 0.2s, color 0.2s, border-color 0.2s}.settings-delete-profile-btn:hover{background:#E53F3C;color:#fff}.settings-profile-name{font-size:1.3rem;font-weight:700;color:#23263b;margin-top:15px}.settings-profile-username{color:#64748b;font-size:1.01rem}.settings-content{display:flex;gap:10px;margin-top:18px;position:relative;background:transparent;border:none}.settings-sidebar{min-width:270px;max-width:320px;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.04);padding:28px 0 28px 0;height:720px;display:flex;flex-direction:column;align-items:flex-start}.settings-sidebar-heading{color:#a7aabc;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin:0 0 10px 32px;opacity:0.7}.settings-menu{list-style:none;padding:0;margin:0 0 0 18px;width:auto}.settings-menu-icon{width:15px;height:15px;margin-right:8px;vertical-align:middle;filter:grayscale(1) brightness(0.6)}.settings-menu-shared,.settings-logout-btn,.settings-menu-link{display:flex;align-items:center;gap:8px;width:100%;height:100%;font-weight:500;border-radius:8px;transition:background 0.2s, color 0.2s;border:none;box-shadow:none;padding:0;margin:0}.settings-menu-link{color:#64748b;text-decoration:none;background:none}.settings-logout-btn{color:#64748b;background:none;text-align:left;cursor:pointer;font:inherit;border:none}.settings-logout-btn:focus{outline:none;box-shadow:none}.settings-logout-btn:hover,.settings-menu li.active .settings-logout-btn{color:#ef4444;background:#fff0f0}.logout-icon{filter:grayscale(1) brightness(0.6);transition:filter 0.2s}.settings-logout-btn:hover .logout-icon,.settings-menu li.active .settings-logout-btn .logout-icon{filter:brightness(0) saturate(100%) invert(38%) sepia(92%) saturate(1822%) hue-rotate(340deg) brightness(97%) contrast(101%)}.settings-menu li button.settings-menu-link{border:none;background:none;color:inherit;width:100%;height:100%;padding:0;margin:0;font:inherit;text-align:left;cursor:pointer;box-shadow:none}.settings-menu li button.settings-menu-link:focus{outline:none;box-shadow:none}.confirmation-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10001;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 0.25s cubic-bezier(0.4, 0, 0.2, 1)}.confirmation-modal.show{opacity:1;visibility:visible}.confirmation-modal .confirmation-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);backdrop-filter:blur(4px);opacity:0;transition:opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1)}.confirmation-modal.show .confirmation-overlay{opacity:1}.confirmation-modal .confirmation-dialog{position:relative;background:white;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,0.15);max-width:400px;width:90%;max-height:90vh;overflow:hidden;transform:translateY(20px) scale(0.95);transition:transform 0.25s cubic-bezier(0.4, 0, 0.2, 1)}.confirmation-modal.show .confirmation-dialog{transform:translateY(0) scale(1)}.confirmation-modal .confirmation-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e2e8f0}.confirmation-modal .confirmation-header .confirmation-title{font-size:18px;font-weight:600;color:#1e293b;margin:0}.confirmation-modal .confirmation-header .confirmation-close{background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;color:#64748b;transition:all 0.2s ease}.confirmation-modal .confirmation-header .confirmation-close:hover{background:#f1f5f9;color:#1e293b}.confirmation-modal .confirmation-header .confirmation-close i{font-size:16px}.confirmation-modal .confirmation-body{padding:24px;text-align:center}.confirmation-modal .confirmation-body .confirmation-icon{margin-bottom:16px}.confirmation-modal .confirmation-body .confirmation-icon i{font-size:48px;color:#f59e0b}.confirmation-modal .confirmation-body .confirmation-message{font-size:16px;font-weight:500;color:#1e293b;margin:0 0 8px;line-height:1.5}.confirmation-modal .confirmation-body .confirmation-warning{font-size:14px;color:#64748b;margin:0;line-height:1.4}.confirmation-modal .confirmation-footer{display:flex;gap:12px;padding:16px 24px 24px;justify-content:flex-end}.confirmation-modal .confirmation-footer .confirmation-btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.2s ease;border:none;min-width:80px}.confirmation-modal .confirmation-footer .confirmation-btn.confirmation-btn-cancel{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.confirmation-modal .confirmation-footer .confirmation-btn.confirmation-btn-cancel:hover{background:#f1f5f9;color:#475569}.confirmation-modal .confirmation-footer .confirmation-btn.confirmation-btn-confirm{background:#ef4444;color:white}.confirmation-modal .confirmation-footer .confirmation-btn.confirmation-btn-confirm:hover{background:#dc2626;transform:translateY(-1px)}.confirmation-modal .confirmation-footer .confirmation-btn.confirmation-btn-confirm:active{transform:translateY(0)}.avatar-options-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10001;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 0.25s cubic-bezier(0.4, 0, 0.2, 1)}.avatar-options-modal.show{opacity:1;visibility:visible}.avatar-options-modal .avatar-options-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);backdrop-filter:blur(4px);opacity:0;transition:opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1)}.avatar-options-modal.show .avatar-options-overlay{opacity:1}.avatar-options-modal .avatar-options-dialog{position:relative;background:white;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,0.15);max-width:400px;width:90%;max-height:90vh;overflow:hidden;transform:translateY(20px) scale(0.95);transition:transform 0.25s cubic-bezier(0.4, 0, 0.2, 1)}.avatar-options-modal.show .avatar-options-dialog{transform:translateY(0) scale(1)}.avatar-options-modal .avatar-options-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e2e8f0}.avatar-options-modal .avatar-options-header .avatar-options-title{font-size:18px;font-weight:600;color:#1e293b;margin:0}.avatar-options-modal .avatar-options-header .avatar-options-close{background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;color:#64748b;transition:all 0.2s ease}.avatar-options-modal .avatar-options-header .avatar-options-close:hover{background:#f1f5f9;color:#1e293b}.avatar-options-modal .avatar-options-header .avatar-options-close i{font-size:16px}.avatar-options-modal .avatar-options-body{padding:24px;display:flex;flex-direction:column;gap:12px}.avatar-options-modal .avatar-options-body .avatar-options-btn{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 20px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all 0.2s ease;border:none;width:100%}.avatar-options-modal .avatar-options-body .avatar-options-btn i{font-size:18px}.avatar-options-modal .avatar-options-body .avatar-options-btn span{font-weight:500}.avatar-options-modal .avatar-options-body .avatar-options-btn.avatar-options-upload-btn{background:#2196f3;color:white}.avatar-options-modal .avatar-options-body .avatar-options-btn.avatar-options-upload-btn i{color:white}.avatar-options-modal .avatar-options-body .avatar-options-btn.avatar-options-upload-btn span{color:white}.avatar-options-modal .avatar-options-body .avatar-options-btn.avatar-options-upload-btn:hover{background:#1976d2;transform:translateY(-1px);box-shadow:0 4px 12px rgba(33,150,243,0.3);color:white}.avatar-options-modal .avatar-options-body .avatar-options-btn.avatar-options-upload-btn:hover i{color:white}.avatar-options-modal .avatar-options-body .avatar-options-btn.avatar-options-upload-btn:hover span{color:white}.avatar-options-modal .avatar-options-body .avatar-options-btn.avatar-options-upload-btn:active{transform:translateY(0)}.avatar-options-modal .avatar-options-body .avatar-options-btn.avatar-options-delete-btn{background:#f8fafc;color:#ef4444;border:1px solid #fee2e2}.avatar-options-modal .avatar-options-body .avatar-options-btn.avatar-options-delete-btn:hover{background:#fee2e2;color:#dc2626;border-color:#fecaca;transform:translateY(-1px)}.avatar-options-modal .avatar-options-body .avatar-options-btn.avatar-options-delete-btn:active{transform:translateY(0)}.image-crop-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10002;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 0.25s cubic-bezier(0.4, 0, 0.2, 1)}.image-crop-modal.show{opacity:1;visibility:visible}.image-crop-modal .image-crop-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);backdrop-filter:blur(4px);opacity:0;transition:opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1)}.image-crop-modal.show .image-crop-overlay{opacity:1}.image-crop-modal .image-crop-dialog{position:relative;background:white;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,0.2);max-width:600px;width:90%;max-height:90vh;overflow:hidden;transform:translateY(20px) scale(0.95);transition:transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);display:flex;flex-direction:column}.image-crop-modal.show .image-crop-dialog{transform:translateY(0) scale(1)}.image-crop-modal .image-crop-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e2e8f0}.image-crop-modal .image-crop-header .image-crop-title{font-size:18px;font-weight:600;color:#1e293b;margin:0}.image-crop-modal .image-crop-header .image-crop-close{background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;color:#64748b;transition:all 0.2s ease}.image-crop-modal .image-crop-header .image-crop-close:hover{background:#f1f5f9;color:#1e293b}.image-crop-modal .image-crop-header .image-crop-close i{font-size:16px}.image-crop-modal .image-crop-body{padding:0;flex:1;overflow:hidden;display:flex;flex-direction:column;background:#f5f5f5}.image-crop-modal .image-crop-body .image-crop-main{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 24px;min-height:400px;position:relative;background:#e5e5e5}.image-crop-modal .image-crop-body .image-crop-main .image-crop-container-wrapper{position:relative;width:100%;max-width:500px;margin:0 auto}.image-crop-modal .image-crop-body .image-crop-main .image-crop-container-wrapper .image-crop-container{width:100%;max-width:100%;position:relative;background:#e5e5e5;border-radius:8px;overflow:visible}.image-crop-modal .image-crop-body .image-crop-main .image-crop-container-wrapper .image-crop-container img{max-width:100%;height:auto;display:block}.image-crop-modal .image-crop-body .image-crop-main .image-crop-container-wrapper .image-crop-drag-hint{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:rgba(0,0,0,0.7);color:white;padding:12px 20px;border-radius:8px;display:flex;align-items:center;gap:8px;font-size:14px;pointer-events:none;z-index:10;transition:opacity 0.3s ease, visibility 0.3s ease;opacity:0;visibility:hidden}.image-crop-modal .image-crop-body .image-crop-main .image-crop-container-wrapper .image-crop-drag-hint i{font-size:16px}.image-crop-modal .image-crop-body .image-crop-controls{padding:20px 24px;background:white;border-top:1px solid #e2e8f0}.image-crop-modal .image-crop-body .image-crop-controls .image-crop-control-group{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap}.image-crop-modal .image-crop-body .image-crop-controls .image-crop-control-group .image-crop-rotation-controls{display:flex;align-items:center;gap:12px}.image-crop-modal .image-crop-body .image-crop-controls .image-crop-control-group .image-crop-rotation-controls .image-crop-rotate-btn{width:40px;height:40px;border-radius:50%;border:1px solid #e2e8f0;background:white;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}.image-crop-modal .image-crop-body .image-crop-controls .image-crop-control-group .image-crop-rotation-controls .image-crop-rotate-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1e293b;transform:scale(1.05)}.image-crop-modal .image-crop-body .image-crop-controls .image-crop-control-group .image-crop-rotation-controls .image-crop-rotate-btn:active{transform:scale(0.95)}.image-crop-modal .image-crop-body .image-crop-controls .image-crop-control-group .image-crop-rotation-controls .image-crop-rotate-btn i{font-size:16px}.image-crop-modal .image-crop-body .image-crop-controls .image-crop-control-group .image-crop-zoom-controls{display:flex;align-items:center;gap:16px}.image-crop-modal .image-crop-body .image-crop-controls .image-crop-control-group .image-crop-zoom-controls .image-crop-zoom-btn{width:36px;height:36px;border-radius:50%;border:1px solid #e2e8f0;background:white;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}.image-crop-modal .image-crop-body .image-crop-controls .image-crop-control-group .image-crop-zoom-controls .image-crop-zoom-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1;color:#1e293b}.image-crop-modal .image-crop-body .image-crop-controls .image-crop-control-group .image-crop-zoom-controls .image-crop-zoom-btn:active:not(:disabled){transform:scale(0.95)}.image-crop-modal .image-crop-body .image-crop-controls .image-crop-control-group .image-crop-zoom-controls .image-crop-zoom-btn:disabled{opacity:0.5;cursor:not-allowed;background:#f8fafc;border-color:#e2e8f0;color:#94a3b8}.image-crop-modal .image-crop-body .image-crop-controls .image-crop-control-group .image-crop-zoom-controls .image-crop-zoom-btn i{font-size:14px}.image-crop-modal .image-crop-body .image-crop-controls .image-crop-control-group .image-crop-zoom-controls .image-crop-zoom-slider-wrapper{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:200px}.image-crop-modal .image-crop-body .image-crop-controls .image-crop-control-group .image-crop-zoom-controls .image-crop-zoom-slider-wrapper .image-crop-zoom-slider{width:100%;height:6px;border-radius:3px;background:#e2e8f0;outline:none;-webkit-appearance:none;appearance:none}.image-crop-modal .image-crop-body .image-crop-controls .image-crop-control-group .image-crop-zoom-controls .image-crop-zoom-slider-wrapper .image-crop-zoom-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#2196f3;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px rgba(0,0,0,0.2);transition:all 0.2s ease}.image-crop-modal .image-crop-body .image-crop-controls .image-crop-control-group .image-crop-zoom-controls .image-crop-zoom-slider-wrapper .image-crop-zoom-slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 2px 6px rgba(33,150,243,0.4)}.image-crop-modal .image-crop-body .image-crop-controls .image-crop-control-group .image-crop-zoom-controls .image-crop-zoom-slider-wrapper .image-crop-zoom-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#2196f3;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px rgba(0,0,0,0.2);transition:all 0.2s ease}.image-crop-modal .image-crop-body .image-crop-controls .image-crop-control-group .image-crop-zoom-controls .image-crop-zoom-slider-wrapper .image-crop-zoom-slider::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 2px 6px rgba(33,150,243,0.4)}.image-crop-modal .image-crop-body .image-crop-controls .image-crop-control-group .image-crop-zoom-controls .image-crop-zoom-slider-wrapper .image-crop-zoom-slider::-webkit-slider-runnable-track{height:6px;background:linear-gradient(to right, #2196f3 0%, #2196f3 var(--slider-progress, 50%), #e2e8f0 var(--slider-progress, 50%), #e2e8f0 100%);border-radius:3px}.image-crop-modal .image-crop-body .image-crop-controls .image-crop-control-group .image-crop-zoom-controls .image-crop-zoom-slider-wrapper .image-crop-zoom-slider::-moz-range-track{height:6px;background:#e2e8f0;border-radius:3px}.image-crop-modal .image-crop-body .image-crop-controls .image-crop-control-group .image-crop-zoom-controls .image-crop-zoom-slider-wrapper .image-crop-zoom-label{font-size:12px;color:#64748b;font-weight:500}.image-crop-modal .image-crop-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e2e8f0;background:#f8fafc}.image-crop-modal .image-crop-footer .image-crop-btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.2s ease;border:none;display:flex;align-items:center;gap:8px}.image-crop-modal .image-crop-footer .image-crop-btn.image-crop-cancel-btn{background:white;color:#64748b;border:1px solid #e2e8f0}.image-crop-modal .image-crop-footer .image-crop-btn.image-crop-cancel-btn:hover{background:#f1f5f9;color:#1e293b;border-color:#cbd5e1}.image-crop-modal .image-crop-footer .image-crop-btn.image-crop-save-btn{background:#2196f3;color:white;border:1px solid #2196f3}.image-crop-modal .image-crop-footer .image-crop-btn.image-crop-save-btn:hover{background:#1976d2;border-color:#1976d2;transform:translateY(-1px);box-shadow:0 4px 8px rgba(33,150,243,0.3)}.image-crop-modal .image-crop-footer .image-crop-btn.image-crop-save-btn:active{transform:translateY(0)}.image-crop-modal .image-crop-footer .image-crop-btn.image-crop-save-btn i{font-size:14px}.image-crop-container .cropper-container{direction:ltr}.image-crop-container .cropper-view-box{outline:none;border-radius:50%;overflow:hidden}.image-crop-container .cropper-face{background-color:rgba(0,0,0,0.4);opacity:1;border-radius:50%}.image-crop-container-wrapper{position:relative;overflow:hidden}.image-crop-container-wrapper::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%;max-width:500px;max-height:500px;border-radius:50%;box-shadow:0 0 0 9999px rgba(0,0,0,0.5);pointer-events:none;z-index:3}.image-crop-container .cropper-view-box{border:3px solid #2196f3;border-radius:50%;box-shadow:0 0 0 1px rgba(255,255,255,0.3)}.image-crop-container .cropper-line{display:none}.image-crop-container .cropper-point{background-color:#2196f3;width:12px;height:12px;border:2px solid white;box-shadow:0 2px 4px rgba(0,0,0,0.2);border-radius:50%}.image-crop-container .cropper-point.point-se{cursor:nwse-resize;bottom:-6px;right:-6px}.image-crop-container .cropper-point.point-sw{cursor:nesw-resize;bottom:-6px;left:-6px}.image-crop-container .cropper-point.point-nw{cursor:nwse-resize;top:-6px;left:-6px}.image-crop-container .cropper-point.point-ne{cursor:nesw-resize;top:-6px;right:-6px}.image-crop-container .cropper-point.point-n,.image-crop-container .cropper-point.point-s{cursor:ns-resize;display:none}.image-crop-container .cropper-point.point-e,.image-crop-container .cropper-point.point-w{cursor:ew-resize;display:none}.image-crop-container .cropper-crop-box{border-radius:50%}.image-crop-container .cropper-dashed{display:none}.background-crop-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10002;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 0.25s cubic-bezier(0.4, 0, 0.2, 1)}.background-crop-modal.show{opacity:1;visibility:visible}.background-crop-modal .background-crop-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);backdrop-filter:blur(4px);opacity:0;transition:opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1)}.background-crop-modal.show .background-crop-overlay{opacity:1}.background-crop-modal .background-crop-dialog{position:relative;background:white;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,0.2);max-width:900px;width:90%;max-height:90vh;overflow:hidden;transform:translateY(20px) scale(0.95);transition:transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);display:flex;flex-direction:column}.background-crop-modal.show .background-crop-dialog{transform:translateY(0) scale(1)}.background-crop-modal .background-crop-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e2e8f0}.background-crop-modal .background-crop-header .background-crop-title{font-size:18px;font-weight:600;color:#1e293b;margin:0}.background-crop-modal .background-crop-header .background-crop-close{background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;color:#64748b;transition:all 0.2s ease}.background-crop-modal .background-crop-header .background-crop-close:hover{background:#f1f5f9;color:#1e293b}.background-crop-modal .background-crop-header .background-crop-close i{font-size:16px}.background-crop-modal .background-crop-body{padding:0;flex:1;overflow:hidden;display:flex;flex-direction:column;background:#f5f5f5}.background-crop-modal .background-crop-body .background-crop-main{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 24px;min-height:400px;position:relative;background:#e5e5e5}.background-crop-modal .background-crop-body .background-crop-main .background-crop-container-wrapper{position:relative;width:100%;max-width:800px;margin:0 auto}.background-crop-modal .background-crop-body .background-crop-main .background-crop-container-wrapper .background-crop-container{width:100%;max-width:100%;position:relative;background:#e5e5e5;border-radius:8px;overflow:visible}.background-crop-modal .background-crop-body .background-crop-main .background-crop-container-wrapper .background-crop-container img{max-width:100%;height:auto;display:block}.background-crop-modal .background-crop-body .background-crop-main .background-crop-container-wrapper .background-crop-drag-hint{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:rgba(0,0,0,0.7);color:white;padding:12px 20px;border-radius:8px;display:flex;align-items:center;gap:8px;font-size:14px;pointer-events:none;z-index:10;transition:opacity 0.3s ease, visibility 0.3s ease;opacity:0;visibility:hidden}.background-crop-modal .background-crop-body .background-crop-main .background-crop-container-wrapper .background-crop-drag-hint i{font-size:16px}.background-crop-modal .background-crop-body .background-crop-controls{padding:20px 24px;background:white;border-top:1px solid #e2e8f0}.background-crop-modal .background-crop-body .background-crop-controls .background-crop-control-group{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap}.background-crop-modal .background-crop-body .background-crop-controls .background-crop-control-group .background-crop-rotation-controls{display:flex;align-items:center;gap:12px}.background-crop-modal .background-crop-body .background-crop-controls .background-crop-control-group .background-crop-rotation-controls .background-crop-rotate-btn{width:40px;height:40px;border-radius:50%;border:1px solid #e2e8f0;background:white;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}.background-crop-modal .background-crop-body .background-crop-controls .background-crop-control-group .background-crop-rotation-controls .background-crop-rotate-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1e293b;transform:scale(1.05)}.background-crop-modal .background-crop-body .background-crop-controls .background-crop-control-group .background-crop-rotation-controls .background-crop-rotate-btn:active{transform:scale(0.95)}.background-crop-modal .background-crop-body .background-crop-controls .background-crop-control-group .background-crop-rotation-controls .background-crop-rotate-btn i{font-size:16px}.background-crop-modal .background-crop-body .background-crop-controls .background-crop-control-group .background-crop-zoom-controls{display:flex;align-items:center;gap:16px}.background-crop-modal .background-crop-body .background-crop-controls .background-crop-control-group .background-crop-zoom-controls .background-crop-zoom-btn{width:36px;height:36px;border-radius:50%;border:1px solid #e2e8f0;background:white;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}.background-crop-modal .background-crop-body .background-crop-controls .background-crop-control-group .background-crop-zoom-controls .background-crop-zoom-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1;color:#1e293b}.background-crop-modal .background-crop-body .background-crop-controls .background-crop-control-group .background-crop-zoom-controls .background-crop-zoom-btn:active:not(:disabled){transform:scale(0.95)}.background-crop-modal .background-crop-body .background-crop-controls .background-crop-control-group .background-crop-zoom-controls .background-crop-zoom-btn:disabled{opacity:0.5;cursor:not-allowed;background:#f8fafc;border-color:#e2e8f0;color:#94a3b8}.background-crop-modal .background-crop-body .background-crop-controls .background-crop-control-group .background-crop-zoom-controls .background-crop-zoom-btn i{font-size:14px}.background-crop-modal .background-crop-body .background-crop-controls .background-crop-control-group .background-crop-zoom-controls .background-crop-zoom-slider-wrapper{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:200px}.background-crop-modal .background-crop-body .background-crop-controls .background-crop-control-group .background-crop-zoom-controls .background-crop-zoom-slider-wrapper .background-crop-zoom-slider{width:100%;height:6px;border-radius:3px;background:#e2e8f0;outline:none;-webkit-appearance:none;appearance:none}.background-crop-modal .background-crop-body .background-crop-controls .background-crop-control-group .background-crop-zoom-controls .background-crop-zoom-slider-wrapper .background-crop-zoom-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#2196f3;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px rgba(0,0,0,0.2);transition:all 0.2s ease}.background-crop-modal .background-crop-body .background-crop-controls .background-crop-control-group .background-crop-zoom-controls .background-crop-zoom-slider-wrapper .background-crop-zoom-slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 2px 6px rgba(33,150,243,0.4)}.background-crop-modal .background-crop-body .background-crop-controls .background-crop-control-group .background-crop-zoom-controls .background-crop-zoom-slider-wrapper .background-crop-zoom-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#2196f3;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px rgba(0,0,0,0.2);transition:all 0.2s ease}.background-crop-modal .background-crop-body .background-crop-controls .background-crop-control-group .background-crop-zoom-controls .background-crop-zoom-slider-wrapper .background-crop-zoom-slider::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 2px 6px rgba(33,150,243,0.4)}.background-crop-modal .background-crop-body .background-crop-controls .background-crop-control-group .background-crop-zoom-controls .background-crop-zoom-slider-wrapper .background-crop-zoom-slider::-webkit-slider-runnable-track{height:6px;background:linear-gradient(to right, #2196f3 0%, #2196f3 var(--slider-progress, 50%), #e2e8f0 var(--slider-progress, 50%), #e2e8f0 100%);border-radius:3px}.background-crop-modal .background-crop-body .background-crop-controls .background-crop-control-group .background-crop-zoom-controls .background-crop-zoom-slider-wrapper .background-crop-zoom-slider::-moz-range-track{height:6px;background:#e2e8f0;border-radius:3px}.background-crop-modal .background-crop-body .background-crop-controls .background-crop-control-group .background-crop-zoom-controls .background-crop-zoom-slider-wrapper .background-crop-zoom-label{font-size:12px;color:#64748b;font-weight:500}.background-crop-modal .background-crop-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e2e8f0;background:#f8fafc}.background-crop-modal .background-crop-footer .background-crop-btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.2s ease;border:none;display:flex;align-items:center;gap:8px}.background-crop-modal .background-crop-footer .background-crop-btn.background-crop-cancel-btn{background:white;color:#64748b;border:1px solid #e2e8f0}.background-crop-modal .background-crop-footer .background-crop-btn.background-crop-cancel-btn:hover{background:#f1f5f9;color:#1e293b;border-color:#cbd5e1}.background-crop-modal .background-crop-footer .background-crop-btn.background-crop-save-btn{background:#2196f3;color:white;border:1px solid #2196f3}.background-crop-modal .background-crop-footer .background-crop-btn.background-crop-save-btn:hover{background:#1976d2;border-color:#1976d2;transform:translateY(-1px);box-shadow:0 4px 8px rgba(33,150,243,0.3)}.background-crop-modal .background-crop-footer .background-crop-btn.background-crop-save-btn:active{transform:translateY(0)}.background-crop-modal .background-crop-footer .background-crop-btn.background-crop-save-btn i{font-size:14px}.background-crop-container .cropper-container{direction:ltr}.background-crop-container .cropper-view-box{outline:none;border-radius:4px;overflow:hidden;border:3px solid #2196f3;box-shadow:0 0 0 1px rgba(255,255,255,0.3)}.background-crop-container .cropper-face{background-color:rgba(0,0,0,0.4);opacity:1;border-radius:4px}.background-crop-container-wrapper{position:relative;overflow:hidden}.background-crop-container-wrapper::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%;max-width:1400px;max-height:400px;aspect-ratio:3.5;border-radius:4px;box-shadow:0 0 0 9999px rgba(0,0,0,0.5);pointer-events:none;z-index:3}.background-crop-container .cropper-line{display:none}.background-crop-container .cropper-point{background-color:#2196f3;width:12px;height:12px;border:2px solid white;box-shadow:0 2px 4px rgba(0,0,0,0.2);border-radius:50%}.background-crop-container .cropper-point.point-se{cursor:nwse-resize;bottom:-6px;right:-6px}.background-crop-container .cropper-point.point-sw{cursor:nesw-resize;bottom:-6px;left:-6px}.background-crop-container .cropper-point.point-nw{cursor:nwse-resize;top:-6px;left:-6px}.background-crop-container .cropper-point.point-ne{cursor:nesw-resize;top:-6px;right:-6px}.background-crop-container .cropper-point.point-n,.background-crop-container .cropper-point.point-s{cursor:ns-resize;display:none}.background-crop-container .cropper-point.point-e,.background-crop-container .cropper-point.point-w{cursor:ew-resize;display:none}.background-crop-container .cropper-crop-box{border-radius:4px}.background-crop-container .cropper-dashed{display:none}.settings-menu li.active .settings-menu-link{color:#2196f3;background:#e3f0ff;font-weight:600}.settings-menu li:hover .settings-menu-link{color:#2196f3;background:#f5faff}.settings-menu-link .settings-menu-icon{filter:grayscale(1) brightness(0.6);transition:filter 0.2s}.settings-menu li.active .settings-menu-link .settings-menu-icon{filter:brightness(0) saturate(100%) invert(41%) sepia(92%) saturate(747%) hue-rotate(181deg) brightness(97%) contrast(101%) !important}.settings-menu li{display:flex;align-items:center;gap:8px;padding:8px 18px;font-size:1.08rem;color:#64748b;cursor:pointer;border-left:none;transition:background 0.2s, color 0.2s;font-weight:500;background:none;border-radius:8px;margin-bottom:2px;height:38px;line-height:38px;min-width:0}.settings-menu li.active{color:#2196f3;background:#e3f0ff;font-weight:600;border-left:none;border-radius:8px;min-width:235px}.settings-menu li.active .settings-menu-icon{filter:none}.settings-form-section{position:absolute;top:530px;left:390px;width:975px;border-radius:8px;background:#ffffff;opacity:1;box-shadow:0 2px 8px rgba(0,0,0,0.04);padding:32px 38px 32px 38px;z-index:1}.settings-main.settings-no-header-tab .settings-form-section{top:189px}.settings-main.settings-no-header-tab .subscription-page{position:absolute;top:189px;left:390px;width:975px;max-width:calc(100vw - 390px - 7vw);border-radius:8px;background:#FFFFFF;opacity:1;box-shadow:0 2px 8px rgba(0,0,0,0.04);padding:1rem;box-sizing:border-box}.settings-section-title{font-size:1.18rem;font-weight:700;color:#23263b;margin-bottom:2px}.settings-section-desc{color:#64748b;font-size:1.01rem;margin-bottom:18px}.settings-avatar-section{display:flex;align-items:center;gap:24px;margin-bottom:24px}.settings-background-section-row{display:flex;align-items:center;gap:24px;margin-bottom:24px}.settings-background-info{display:flex;align-items:center;gap:16px}.settings-background-preview-wrapper{position:relative;display:inline-block}.settings-background-preview{width:400px;height:200px;border-radius:12px;overflow:hidden;border:2px solid #e3f0ff;box-shadow:0 2px 8px rgba(0,0,0,0.1);position:relative;cursor:pointer;transition:opacity 0.2s}.settings-background-preview:hover{opacity:0.95}.settings-background-preview:hover .settings-background-edit-btn,.settings-background-preview:hover .settings-background-delete-overlay{opacity:1;visibility:visible}.settings-background-img{width:100%;height:100%;object-fit:cover}.settings-background-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f1f5f9;color:#64748b;font-size:12px}.settings-background-placeholder i{font-size:20px;margin-bottom:4px}.settings-background-edit-btn{position:absolute;bottom:16px;right:16px;background:rgba(0,0,0,0.6);backdrop-filter:blur(4px);border:none;border-radius:8px;color:#fff;padding:8px 16px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all 0.2s ease;opacity:0;visibility:hidden;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,0.2)}.settings-background-edit-btn:hover{background:rgba(0,0,0,0.75);transform:translateY(-2px)}.settings-background-edit-btn i{font-size:16px;margin:0}.settings-background-edit-btn span{white-space:nowrap}.settings-background-preview:has(.settings-background-placeholder:not([style*="display: none"])) .settings-background-edit-btn{opacity:1;visibility:visible;background:#1877f2}.settings-background-preview:has(.settings-background-placeholder:not([style*="display: none"])) .settings-background-edit-btn:hover{background:#166fe5}.settings-background-delete-overlay{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:rgba(239,68,68,0.9);border:2px solid #fff;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;box-shadow:0 2px 8px rgba(0,0,0,0.2);transition:all 0.2s ease;opacity:0;visibility:hidden;z-index:10}.settings-background-delete-overlay:hover{background:rgba(220,38,38,0.95);transform:scale(1.1)}.settings-background-texts{display:flex;flex-direction:column;gap:4px}.settings-background-label{font-size:1.08rem;font-weight:600;color:#23263b}.settings-background-hint{color:#64748b;font-size:0.97rem}.settings-background-actions-row{display:flex;align-items:center;gap:12px;margin-left:auto}.settings-background-update{background:#fff;color:#23263b;border:1.5px solid #d1d5db;border-radius:12px;padding:0.7rem 2.2rem;font-size:1.08rem;font-weight:500;cursor:pointer;transition:background 0.2s, color 0.2s, border 0.2s}.settings-background-update:hover{background:#e3f0ff;color:#2196f3;border-color:#2196f3}.settings-background-delete{background:#fff;color:#ef4444;border:1.5px solid #ef4444;border-radius:12px;padding:0.7rem 2.2rem;font-size:1.08rem;font-weight:500;cursor:pointer;transition:background 0.2s, color 0.2s, border 0.2s}.settings-background-delete:hover{background:#ef4444;color:#fff}.settings-avatar-preview-wrapper{position:relative;display:flex;align-items:center;gap:12px}.settings-avatar-preview{width:64px;height:64px;border-radius:50%;overflow:hidden;border:2px solid #e3f0ff;box-shadow:0 2px 8px rgba(0,0,0,0.04);position:relative}.settings-avatar-img-lg{width:100%;height:100%;object-fit:cover;border-radius:50%}.settings-avatar-camera-side-btn{width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,0.6);backdrop-filter:blur(4px);border:2px solid #fff;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 2px 8px rgba(0,0,0,0.2);transition:all 0.2s ease;flex-shrink:0}.settings-avatar-camera-side-btn:hover{background:rgba(0,0,0,0.75);transform:scale(1.05)}.settings-avatar-camera-side-btn i{margin:0}.settings-avatar-actions{display:flex;flex-direction:column;gap:8px}.settings-avatar-label{font-size:1.08rem;font-weight:600;color:#23263b}.settings-avatar-hint{color:#64748b;font-size:0.97rem;margin-bottom:6px}.settings-avatar-upload-row{display:flex;align-items:center;gap:12px}.settings-avatar-upload{font-size:1.01rem;color:#23263b}.settings-avatar-update{background:#2196f3;color:#fff;border:none;border-radius:8px;padding:0.5rem 1.5rem;font-size:1.08rem;font-weight:500;cursor:pointer;transition:background 0.2s}.settings-avatar-update:hover{background:#1769aa}.settings-avatar-delete{background:#fff;color:#ef4444;border:1.5px solid #ef4444;border-radius:8px;padding:0.5rem 1.5rem;font-size:1.08rem;font-weight:500;cursor:pointer;transition:background 0.2s, color 0.2s, border 0.2s}.settings-avatar-delete:hover{background:#ef4444;color:#fff}.settings-form-group{margin-bottom:18px}.settings-form-group label{font-family:Roboto, sans-serif;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0;color:#000000;display:block;margin-bottom:4px}.settings-form-row{display:flex;gap:18px}.settings-form-row .settings-form-group{flex:1 1 50%;min-width:0}.settings-input{width:100%;border:1.5px solid #e5e7eb;border-radius:8px;padding:12px 18px;font-size:1.08rem;background:#F4F2EE;color:#23263b;margin-top:6px;transition:border 0.2s}.settings-input:focus{border-color:#2196f3;outline:none}.settings-select{width:100%;border:1.5px solid #e5e7eb;border-radius:8px;padding:12px 18px;font-size:1.08rem;background:#F4F2EE;color:#23263b;margin-top:6px;transition:border 0.2s;cursor:pointer}.settings-select:focus{border-color:#2196f3;outline:none}.settings-textarea{width:100%;border:1.5px solid #e5e7eb;border-radius:8px;padding:12px 18px;font-size:1.08rem;background:#F4F2EE;color:#23263b;margin-top:6px;min-height:80px;transition:border 0.2s}.settings-textarea:focus{border-color:#2196f3;outline:none}.settings-update-btn{width:144.53125px;height:45px;border-radius:100px;border:1px solid #2196F3;background:#2196F3;color:#FFFFFF;opacity:1;font-family:Roboto, sans-serif;font-weight:600;font-size:16px;line-height:0px;letter-spacing:0;text-align:center;cursor:pointer;margin-top:12px;margin-left:auto;display:flex;align-items:center;justify-content:center;box-sizing:border-box;transition:background 0.2s, border-color 0.2s}.settings-update-btn:hover{background:#1976D2;border-color:#1976D2}.settings-avatar-section-row{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:24px 0 24px 0;border-bottom:1.5px solid #ececec;margin-bottom:24px}.settings-avatar-info{display:flex;align-items:center;gap:24px}.settings-avatar-texts{display:flex;flex-direction:column;justify-content:center;gap:2px}.settings-avatar-label{font-size:1.18rem;font-weight:700;color:#23263b}.settings-avatar-hint{color:#64748b;font-size:1.01rem}.settings-avatar-actions-row{display:flex;align-items:center;gap:18px}.settings-avatar-update{background:#fff;color:#23263b;border:1.5px solid #d1d5db;border-radius:12px;padding:0.7rem 2.2rem;font-size:1.08rem;font-weight:500;cursor:pointer;transition:background 0.2s, color 0.2s, border 0.2s}.settings-avatar-update:hover{background:#e3f0ff;color:#2196f3;border-color:#2196f3}.settings-avatar-delete{background:#fff;color:#ef4444;border:1.5px solid #ef4444;border-radius:12px;padding:0.7rem 2.2rem;font-size:1.08rem;font-weight:500;cursor:pointer;transition:background 0.2s, color 0.2s, border 0.2s}.settings-avatar-delete:hover{background:#ef4444;color:#fff}.settings-notification-section{margin-top:18px;background:#fff;border-radius:14px;box-shadow:0 2px 8px rgba(0,0,0,0.04);padding:32px 38px 32px 38px}.settings-notification-group{margin-bottom:18px}.settings-notification-group-title{font-size:1.18rem;font-weight:700;color:#23263b;margin-bottom:2px}.settings-notification-group-desc{color:#64748b;font-size:1.01rem;margin-bottom:12px}.settings-notification-row{display:flex;align-items:center;justify-content:space-between;padding:16px 0 16px 0;font-size:1.08rem;color:#23263b;border-bottom:1px solid #ececec}.settings-notification-row:last-child{border-bottom:none}.settings-notification-divider{border-bottom:2px solid #ececec;margin:18px 0 18px 0;width:100%}.switch{position:relative;display:inline-block;width:48px;height:26px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e5e7eb;transition:.4s;border-radius:26px}.slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#2196f3}input:focus+.slider{box-shadow:0 0 1px #2196f3}input:checked+.slider:before{transform:translateX(22px)}.slider.round{border-radius:26px}.slider.round:before{border-radius:50%}@media (max-width: 600px){.settings-header-section{padding-left:16px;padding-right:16px}}.settings-sidebar a{text-decoration:none !important}.settings-menu li.upcoming,.settings-menu li.upcoming .settings-menu-link{cursor:not-allowed;opacity:0.55;color:#a7aabc !important;background:none !important;pointer-events:none}.settings-menu li button.settings-menu-link.logout{color:#64748b}.settings-menu li button.settings-menu-link.logout:hover,.settings-menu li.active button.settings-menu-link.logout{color:#ef4444 !important;background:#fff0f0}.settings-menu li button.settings-menu-link.logout .settings-menu-icon{filter:grayscale(1) brightness(0.6);transition:filter 0.2s}.settings-menu li button.settings-menu-link.logout:hover .settings-menu-icon,.settings-menu li.active button.settings-menu-link.logout .settings-menu-icon{filter:brightness(0) saturate(100%) invert(38%) sepia(92%) saturate(1822%) hue-rotate(340deg) brightness(97%) contrast(101%) !important}.settings-menu li.active .settings-logout-btn{background:#fff0f0;color:#ef4444}.settings-menu li.active.logout-li{background:transparent !important}.settings-menu li.logout-li.active{background:transparent !important}.settings-preference-options{display:flex;flex-direction:column;gap:12px;margin-top:8px}.settings-preference-option{display:flex;align-items:flex-start;gap:12px;padding:16px;border:2px solid #e1e5e9;border-radius:8px;background:white;transition:all 0.2s ease;cursor:pointer}.settings-preference-option:hover{border-color:#007bff;background-color:#f8f9ff}.settings-preference-option input[type="radio"]{margin:0;margin-top:2px}.settings-preference-option label{flex:1;margin:0;font-weight:500;color:#1a1a1a;cursor:pointer}.settings-preference-option .settings-preference-desc{display:block;font-size:0.875rem;color:#666;margin-top:4px;line-height:1.4}.settings-preference-option:has(input:checked){border-color:#007bff;background-color:#f8f9ff;box-shadow:0 0 0 2px rgba(0,123,255,0.2)}.settings-preference-option:has(input:checked) label{color:#007bff}.naming-preference-display{display:flex;align-items:center;gap:8px;margin-top:16px;padding:12px 16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.naming-preference-display label{font-size:14px;font-weight:500;color:#64748b;margin:0}.naming-preference-display .preference-badge{background:#2196f3;color:white;padding:4px 12px;border-radius:16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:0.5px}.naming-preference-display .preference-note{color:#64748b;font-size:12px;margin-left:auto}.naming-preference-display .preference-note .settings-link{color:#2196f3;text-decoration:none;font-weight:500}.naming-preference-display .preference-note .settings-link:hover{text-decoration:underline}@media (max-width: 768px){.settings-preference-option{padding:12px}}.facts-main{display:flex;gap:0;align-items:flex-start;background:#fff;min-height:100vh}.facts-center{flex:1 1 0;max-width:none;margin:0;display:flex;flex-direction:column;height:100vh;background:#fff;padding-top:1rem}.facts-header{padding:24px 32px 12px 32px;display:flex;align-items:center;justify-content:flex-start;margin-bottom:18px}.facts-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#23263b}.facts-header .facts-search-bar{display:flex;align-items:center;margin-left:2rem}.facts-header .facts-search-bar input{padding:0.5rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;margin-right:0.5rem}.facts-header .facts-search-bar .facts-search-btn{background:#2196f3;color:#fff;border:none;border-radius:8px;padding:0.5rem 1rem;font-size:1rem;cursor:pointer}.facts-header .facts-new-btn{margin-left:auto;background:#2196f3;color:#fff;border:none;border-radius:8px;padding:0.5rem 1.2rem;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:0.5rem;text-decoration:none}.facts-header .facts-new-btn .btn-icon{width:22px;height:22px;margin-right:0.5rem}.facts-header .facts-new-btn .new-fact-label{text-decoration:none;color:#fff}.facts-filters{display:flex;gap:1.5rem;margin-bottom:2rem;background:#fff;border-radius:12px;padding:0.7rem 1.2rem;border:2px solid #e5e7eb;max-width:27rem;margin-left:2rem}.facts-filter{color:#888;font-size:1.08rem;font-weight:500;text-decoration:none;padding:0.5rem 1.5rem;border-radius:10px;transition:background 0.2s, color 0.2s;background:transparent;border:none;margin:0 0.1rem}.facts-filter.active{background:#e3f0ff;color:#2196f3;font-weight:600}.facts-filter:hover{background:#f5faff;color:#2196f3}.facts-content-list{flex:1 1 0;overflow-y:auto;max-height:calc(100vh - 120px);display:flex;flex-direction:column;gap:0;padding-bottom:80px;background:#fff}.facts-rightbar{width:420px;min-width:260px;max-width:480px;padding:32px 24px 0 24px;position:sticky;top:0;align-self:flex-start;background:#fff;border-left:1.5px solid #e5e7eb;min-height:100vh}.facts-rightbar h4{font-size:1.18rem;font-weight:700;margin-bottom:1.2rem}.empty-state{color:#888;font-size:1.05rem;text-align:center;margin:18px 0 10px 0}.facebook-login{display:flex;align-items:center;justify-content:center;gap:0.75rem;width:100%;padding:0.875rem;background:#1877f2;border:1px solid #1877f2;border-radius:8px;color:#fff;font-size:1rem;font-weight:500;text-decoration:none;transition:all 0.2s;cursor:pointer;margin-top:0.5rem}.facebook-login:hover{background:#166fe5;border-color:#166fe5;color:#fff;text-decoration:none}.facebook-login:active{background:#1877f2;transform:translateY(1px)}.facebook-login:focus{outline:none;box-shadow:0 0 0 3px rgba(24,119,242,0.1)}.facebook-login .facebook-icon{width:20px;height:20px;flex-shrink:0}.facebook-signin-container{margin:16px 0;text-align:center}.facebook-signin-container .divider{display:flex;align-items:center;margin:20px 0;color:#666;font-size:14px}.facebook-signin-container .divider::before,.facebook-signin-container .divider::after{content:'';flex:1;height:1px;background-color:#e0e0e0}.facebook-signin-container .divider span{padding:0 16px}.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24;padding:12px 16px;border-radius:4px;margin-bottom:16px;border:1px solid transparent}.facebook-login.loading{opacity:0.7;cursor:not-allowed;pointer-events:none}.facebook-login.loading::after{content:'';width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite;margin-left:8px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media (max-width: 480px){.facebook-login{font-size:14px;padding:10px 12px}}.tradition-selector{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding:10px;background:#f8f9fa;border-radius:8px}.tradition-selector label{font-weight:600;color:#333}.tradition-selector select{padding:8px 12px;border:1px solid #ddd;border-radius:4px;background:white;font-size:14px;cursor:pointer}.tradition-selector select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,0.1)}.subscription-page{max-width:1200px;margin:0 auto;padding-bottom:8rem}.user-profile-section{display:none}.account-settings-menu{display:none}.subscription-section{background:transparent;border-radius:0;padding:0;box-shadow:none}.subscription-section .section-header{padding-top:7px;padding-bottom:0;margin-bottom:1rem}.subscription-section .section-title{font-family:Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:100%;letter-spacing:0;color:#171717;opacity:1;margin:0 0 0.25rem 0;height:21px;display:block}.subscription-section .section-subtitle{font-family:Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:15px;line-height:20px;letter-spacing:0;vertical-align:middle;color:#4C4C4C;opacity:1;margin:0;min-height:20px}.subscription-section-divider{width:975px;max-width:100%;height:0;margin:0 0 1.5rem 0;padding:0;border:none;border-top:1px solid #ECEBF1;opacity:1;box-sizing:border-box}.section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.header-content{flex:1}.section-title{font-size:1.875rem;font-weight:700;color:#1a202c;margin:0 0 0.5rem 0}.section-subtitle{color:#718096;font-size:1rem;margin:0}.billing-history-link{color:#3b82f6;text-decoration:none;font-weight:500;font-size:0.875rem}.billing-history-link:hover{text-decoration:underline}.plan-cards{display:grid;grid-template-columns:repeat(3, 1fr);gap:0.75rem;margin-top:0.5rem}.plan-card-link{text-decoration:none;color:inherit;display:block}.plan-card-link:hover{text-decoration:none;color:inherit}.plan-card{background:white;border:1px solid #e2e8f0;border-radius:16px;padding:2.5rem;position:relative;transition:all 0.3s ease;height:100%;display:flex;flex-direction:column;cursor:pointer}.plan-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,0.1)}.plan-card.current-plan{border-color:#e2e8f0;background:white}.plan-badge{position:absolute;top:1.5rem;right:1.5rem;background:#3b82f6;color:white;padding:0.375rem 0.75rem;border-radius:12px;font-size:0.75rem;font-weight:600;display:flex;align-items:center;gap:0.25rem}.plan-badge::before{content:"★";font-size:0.625rem}.plan-header{text-align:left;margin-bottom:1.5rem}.plan-name{font-size:1.25rem;font-weight:700;color:#1a202c;margin:0 0 0.5rem 0}.plan-description{color:#718096;font-size:0.875rem;margin:0;line-height:1.5}.plan-pricing{text-align:left;margin-bottom:1.5rem}.price{display:flex;align-items:baseline;margin-bottom:0.25rem}.price .currency{font-size:1.25rem;font-weight:600;color:#3b82f6}.price .amount{font-size:2.5rem;font-weight:700;color:#3b82f6;line-height:1}.billing-cycle{color:#64748B;font-size:0.875rem;font-weight:500}.plan-features{margin-bottom:2rem;flex-grow:1}.feature-item{display:flex;align-items:center;margin-bottom:0.75rem}.feature-item .feature-icon{color:#10b981;margin-right:0.75rem;font-size:0.875rem}.feature-item .feature-text{color:#4a5568;font-size:0.875rem;font-weight:500}.plan-action{text-align:center;margin-top:auto}.btn{display:inline-block;padding:0.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;text-align:center;transition:all 0.2s;border:none;cursor:pointer;font-size:0.875rem;width:100%}.btn.btn-current-plan,.btn.btn-select-plan,.btn.btn-upgrade,.btn.btn-downgrade{position:relative;z-index:10}.btn.btn-current-plan{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0;cursor:not-allowed}.btn.btn-select-plan{background:#2196F3;color:white}.btn.btn-select-plan:hover{background:#1976D2}.btn.btn-upgrade{background:#2196F3;color:white}.btn.btn-upgrade:hover{background:#1976D2}.btn.btn-downgrade{background:transparent;color:#2196F3;border:1px solid #2196F3}.btn.btn-downgrade:hover{background:#2196F3;color:white}.billing-page{max-width:1200px;padding:0;min-height:100vh;box-sizing:border-box}.billing-title{font-family:Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-size:18px;line-height:100%;color:#171717;opacity:1;margin:32px 0 1rem 390px;padding:0;display:block;width:975px;max-width:calc(100% - 390px);box-sizing:border-box}.billing-table-container{width:975px;max-width:100%;height:504px;margin-top:32px;margin-left:390px;border-radius:8px;opacity:1;background:#FFFFFF;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.08);box-sizing:border-box}.billing-table{width:975px;max-width:100%;border-collapse:collapse;opacity:1}.billing-table th,.billing-table td{padding:0 16px;height:52px;border-bottom:1px solid rgba(0,0,0,0.1);vertical-align:middle;box-sizing:border-box}.billing-table thead tr{background:#E9E9E9}.billing-table thead th{padding:0 16px;height:52px}.billing-table th{font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:15px;letter-spacing:0;vertical-align:middle;color:#64748B;text-align:center}.billing-table tbody tr{background:#FFFFFF;height:52px}.billing-table tbody td{height:52px}.billing-table td{font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:15px;letter-spacing:0;vertical-align:middle;color:#000000}.billing-table .plan-name,.billing-table .purchase-date,.billing-table .ending-date,.billing-table .status,.billing-table .amount,.billing-table .invoice,.billing-table .action{text-align:center}.billing-table-container .status-badge{display:inline-flex;align-items:center;justify-content:center;min-width:91px;height:29px;padding:10px;gap:10px;border-radius:20px;opacity:1;font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:15px;letter-spacing:0;vertical-align:middle;box-sizing:border-box}.billing-table-container .status-badge.status-in-progress{width:99px;min-width:99px;background:#2196F33B;color:#2196F3}.billing-table-container .status-badge.status-canceled,.billing-table-container .status-badge.status-cancelled{width:91px;min-width:91px;background:#FFD9D9;color:#FF2626}.billing-table-container .status-badge.status-success,.billing-table-container .status-badge.status-paid{width:91px;min-width:91px;background:#E5FFE8;color:#11AD24}.billing-table-container .status-badge.status-unknown{background:#F5F5F5;color:#6c757d}.billing-table-container .invoice-link{font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:15px;letter-spacing:0;vertical-align:middle;color:#2196F3;opacity:0.89;text-decoration:none}.billing-table-container .invoice-link:hover{color:#2196F3;opacity:1}.invoice-placeholder{color:#718096;font-style:italic}.billing-table-container .action-menu{position:relative;display:inline-block}.billing-table-container .action-menu .action-icon{color:#171717;cursor:pointer;padding:8px;border-radius:4px;font-size:16px}.billing-table-container .action-menu .action-icon:hover{background:#F5F5F5}.billing-table-container .action-menu .action-dropdown{position:absolute;top:100%;right:0;width:116px;min-height:97px;padding:20px;box-sizing:border-box;background:white;border:1px solid #ECEBF1;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.1);z-index:10;display:none;opacity:1;flex-direction:column;gap:17px}.billing-table-container .action-menu .action-dropdown .action-item{display:flex;align-items:center;gap:12px;width:76px;height:19px;padding:0;color:#263238;text-decoration:none;font-family:Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0;opacity:1;transition:background-color 0.2s}.billing-table-container .action-menu .action-dropdown .action-item span{color:#263238}.billing-table-container .action-menu .action-dropdown .action-item:hover{background:transparent;color:#263238;opacity:0.85}.billing-table-container .action-menu .action-dropdown .action-item:hover span{color:#263238}.billing-table-container .action-menu .action-dropdown .action-item .action-item-icon{width:16px;height:16px;flex-shrink:0;object-fit:contain}.billing-table-container .action-menu:hover .action-dropdown{display:flex}.subscription-settings-content{top:1130px;position:absolute;left:390px;width:975px;height:363px;border-radius:8px;transform:rotate(0deg);opacity:1;max-width:1200px;margin:0 auto;padding-bottom:8rem;box-sizing:border-box}.subscription-page-block.payment-methods-block{margin-top:2.5rem;width:100%;max-width:975px;min-height:363px;border-radius:8px;opacity:1;background:#FFFFFF;border:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,0.06);overflow:hidden;box-sizing:border-box}.payment-methods-block-inner{padding:1rem;box-sizing:border-box}.payment-methods-block-inner .section-header{padding-top:16px;padding-right:16px;padding-bottom:35px;margin-bottom:1rem}.payment-methods-block-inner .section-title{font-family:Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:100%;letter-spacing:0;color:#171717;opacity:1;margin:0 0 0.25rem 0;height:21px;display:block}.payment-methods-block-inner .section-subtitle{font-family:Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:15px;line-height:20px;letter-spacing:0;vertical-align:middle;color:#4C4C4C;opacity:1;margin:0;min-height:20px}.payment-method-cards{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:1rem;margin-bottom:1.5rem}.payment-method-card{width:463px;height:116px;border-radius:8px;opacity:1;padding:1rem 1rem 1rem 16px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #e2e8f0;transition:box-shadow 0.2s;box-sizing:border-box}.payment-method-card:hover{box-shadow:0 2px 8px rgba(0,0,0,0.06)}.payment-method-card.payment-method-card-visa{background:#EEEEEE}.payment-method-card.payment-method-card-mastercard{background:#E3FAFF}.payment-method-card:not(.payment-method-card-visa):not(.payment-method-card-mastercard){background:#f1f5f9}.payment-method-card-header{margin-bottom:0.75rem}.payment-method-brand.payment-method-brand-visa,.payment-method-brand.payment-method-brand-mastercard{display:block;width:44.586px;height:27px;opacity:1;object-fit:contain}.payment-method-brand.payment-method-brand-generic{color:#64748b;font-size:1.25rem}.payment-method-card-body .payment-method-name{font-size:0.9375rem;font-weight:600;color:#1e293b;margin-bottom:0.5rem}.payment-method-card-body .payment-method-number-expiry{display:flex;align-items:center;justify-content:space-between;gap:0.5rem}.payment-method-card-body .payment-method-number{font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:17px;letter-spacing:0;vertical-align:middle;color:#A8A3B9;opacity:1}.payment-method-card-body .payment-method-expiry{font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:17px;letter-spacing:0;vertical-align:middle;color:#A8A3B9;opacity:1;flex-shrink:0}.payment-methods-actions{margin-top:0.5rem}.btn-add-card{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;width:152.53125px;height:48.390625px;padding:15px 20.53px 16.39px 21px;border-radius:8px;opacity:1;border:1px solid #2196F3;background:#2196F3 !important;color:white !important;font-weight:600;font-size:0.9375rem;text-decoration:none;cursor:pointer;transition:background 0.2s, border-color 0.2s;box-sizing:border-box}.btn-add-card:hover{background:#1976D2 !important;border-color:#1976D2;color:white !important;text-decoration:none}.btn-add-card i{font-size:0.875rem}@media (max-width: 768px){.subscription-page,.billing-page{padding:1rem}.billing-title{margin-left:0;width:100%;max-width:100%}.billing-table-container{margin-top:1rem;margin-left:0;width:100%;height:auto;min-height:300px}.section-header{flex-direction:column;align-items:flex-start}.plan-cards{grid-template-columns:1fr}.subscription-page-block.payment-methods-block{margin-left:0;width:100%;min-height:auto}.payment-method-cards{grid-template-columns:1fr}.payment-methods-block-inner{padding:1.25rem}.billing-table{font-size:0.75rem}.billing-table th,.billing-table td{padding:0.5rem}.search-input{width:100% !important}}.plan-details-page{max-width:800px;margin:0;padding:2rem}.plan-details-page .plan-details-header{margin-bottom:2rem}.plan-details-page .plan-details-header .plan-details-title{font-size:2rem;font-weight:700;color:#1f2937;margin:0}.plan-details-page .plan-details-card{background:transparent;border-radius:0;box-shadow:none;padding:0;max-width:none;margin:0;border:none}.plan-details-page .plan-details-card .plan-details-header-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem}.plan-details-page .plan-details-card .plan-details-header-section .plan-name-section{flex:1;text-align:left}.plan-details-page .plan-details-card .plan-details-header-section .plan-name-section .plan-name-row{display:flex;align-items:center;gap:1rem;margin-bottom:0.75rem}.plan-details-page .plan-details-card .plan-details-header-section .plan-name-section .plan-name-row .plan-name{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0}.plan-details-page .plan-details-card .plan-details-header-section .plan-name-section .plan-name-row .plan-status-badge{padding:0.25rem 0.75rem;border-radius:6px;font-size:0.875rem;font-weight:500}.plan-details-page .plan-details-card .plan-details-header-section .plan-name-section .plan-name-row .plan-status-badge.active{background-color:#2196F338;color:#2196F3}.plan-details-page .plan-details-card .plan-details-header-section .plan-name-section .plan-name-row .plan-status-badge.inactive{background-color:#6b7280;color:white}.plan-details-page .plan-details-card .plan-details-header-section .plan-name-section .plan-description{color:#6b7280;font-size:1rem;line-height:1.5;margin:0;text-align:left}.plan-details-page .plan-details-card .plan-details-header-section .plan-pricing-section{text-align:right;flex-shrink:0}.plan-details-page .plan-details-card .plan-details-header-section .plan-pricing-section .plan-price{margin-bottom:0.25rem;display:flex;align-items:baseline;justify-content:flex-end;gap:0.25rem}.plan-details-page .plan-details-card .plan-details-header-section .plan-pricing-section .plan-price .currency{font-size:1.25rem;font-weight:600;color:#3b82f6}.plan-details-page .plan-details-card .plan-details-header-section .plan-pricing-section .plan-price .amount{font-size:2rem;font-weight:700;color:#3b82f6}.plan-details-page .plan-details-card .plan-details-header-section .plan-pricing-section .plan-price .plan-billing-cycle{font-size:1rem;color:#64748B;font-weight:500}.plan-details-page .plan-details-card .plan-features-section{margin-bottom:2rem}.plan-details-page .plan-details-card .plan-features-section .features-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.plan-details-page .plan-details-card .plan-features-section .features-grid .feature-item{display:flex;align-items:center;gap:0.75rem;padding:0.5rem 0}.plan-details-page .plan-details-card .plan-features-section .features-grid .feature-item .feature-icon{color:#10b981;font-size:1rem;flex-shrink:0}.plan-details-page .plan-details-card .plan-features-section .features-grid .feature-item .feature-text{color:#374151;font-size:0.875rem;font-weight:500}.plan-details-page .plan-details-card .plan-actions{text-align:left}.plan-details-page .plan-details-card .plan-actions .btn{padding:0.75rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all 0.2s ease}.plan-details-page .plan-details-card .plan-actions .btn.btn-cancel-plan{background-color:white;color:#ef4444;border:2px solid #ef4444;padding:0.5rem 1.5rem;font-size:0.875rem;width:auto;min-width:120px}.plan-details-page .plan-details-card .plan-actions .btn.btn-cancel-plan:hover{background-color:#ef4444;color:white}.plan-details-page .plan-details-card .plan-actions .btn.btn-upgrade-plan{background-color:#2196F3;color:white}.plan-details-page .plan-details-card .plan-actions .btn.btn-upgrade-plan:hover{background-color:#1976D2}.plan-details-page .plan-details-card .plan-actions .btn.btn-downgrade-plan{background-color:#6b7280;color:white}.plan-details-page .plan-details-card .plan-actions .btn.btn-downgrade-plan:hover{background-color:#4b5563}.plan-details-page .plan-details-card .plan-actions .btn.btn-select-plan{background-color:#2196F3;color:white;width:auto;min-width:120px}.plan-details-page .plan-details-card .plan-actions .btn.btn-select-plan:hover{background-color:#1976D2}.billing-table-container .no-billing-history{display:flex;justify-content:center;align-items:center;min-height:320px;padding:2rem 16px}.no-billing-history{display:flex;justify-content:center;align-items:center;min-height:400px;padding:2rem}.no-billing-content{text-align:center;max-width:400px}.no-billing-content i{font-size:3rem;color:#cbd5e0;margin-bottom:1rem}.no-billing-content h3{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:0.5rem}.no-billing-content p{color:#718096;line-height:1.6;margin-bottom:1.5rem}.no-billing-content .btn{display:inline-block;padding:0.75rem 1.5rem;background:#3b82f6;color:white;text-decoration:none;border-radius:8px;font-weight:600;transition:background 0.2s}.no-billing-content .btn:hover{background:#2563eb}.billing-actions{display:flex;align-items:center;gap:1rem}.btn-refresh{background:#3b82f6;color:white;border:none;padding:0.5rem 1rem;border-radius:6px;font-size:0.875rem;font-weight:500;cursor:pointer;transition:background 0.2s}.btn-refresh:hover{background:#2563eb}.btn-refresh:disabled{background:#9ca3af;cursor:not-allowed}#subscriptionModal .modal-dialog{max-width:900px;width:95%}#subscriptionModal .modal-content{border:none;border-radius:16px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04)}#subscriptionModal .modal-header{border-bottom:1px solid #e5e7eb;padding:1.5rem 1.5rem 1rem;display:flex;justify-content:space-between;align-items:center}#subscriptionModal .modal-header .modal-header-left{display:flex;align-items:center;gap:1rem}#subscriptionModal .modal-header .modal-header-left .btn-back{background:none;border:none;color:#6b7280;cursor:pointer;padding:0.5rem;border-radius:6px}#subscriptionModal .modal-header .modal-header-left .btn-back:hover{background:#f3f4f6;color:#374151}#subscriptionModal .modal-header .modal-header-left .modal-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}#subscriptionModal .modal-header .modal-header-right{display:flex;align-items:center;gap:1rem}#subscriptionModal .modal-header .modal-header-right .btn-maybe-later{background:none;border:none;color:#6b7280;cursor:pointer;padding:0.5rem 1rem;border-radius:6px;font-size:0.875rem}#subscriptionModal .modal-header .modal-header-right .btn-maybe-later:hover{background:#f3f4f6;color:#374151}#subscriptionModal .modal-header .modal-header-right .btn-close{background:none;border:none;color:#6b7280;cursor:pointer;padding:0.5rem;border-radius:6px}#subscriptionModal .modal-header .modal-header-right .btn-close:hover{background:#f3f4f6;color:#374151}#subscriptionModal .modal-body{padding:0}#subscriptionModal .modal-content-wrapper{display:flex;min-height:600px}#subscriptionModal .payment-section{flex:1;padding:2rem;border-right:1px solid #e5e7eb}#subscriptionModal .payment-section .plan-summary .plan-summary-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}#subscriptionModal .payment-section .plan-summary .plan-summary-card .plan-info h4{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 0.5rem 0}#subscriptionModal .payment-section .plan-summary .plan-summary-card .plan-info .plan-description{color:#6b7280;margin:0;font-size:0.875rem}#subscriptionModal .payment-section .plan-summary .plan-summary-card .plan-price{text-align:right}#subscriptionModal .payment-section .plan-summary .plan-summary-card .plan-price .price-amount{font-size:1.5rem;font-weight:700;color:#1f2937}#subscriptionModal .payment-section .plan-summary .plan-summary-card .plan-price .price-period{color:#6b7280;font-size:0.875rem}#subscriptionModal .payment-section .form-label{font-weight:600;color:#374151;margin-bottom:0.5rem}#subscriptionModal .payment-section .form-control{border:1px solid #d1d5db;border-radius:8px;padding:0.75rem;font-size:0.875rem}#subscriptionModal .payment-section .form-control:focus{border-color:#2196F3;box-shadow:0 0 0 3px rgba(33,150,243,0.1)}#subscriptionModal .payment-section .form-control[readonly]{background-color:#f9fafb;color:#6b7280}#subscriptionModal .payment-section .payment-method-section h5{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem}#subscriptionModal .payment-section .payment-method-section .payment-method-option .payment-method-radio{display:flex;align-items:center;gap:0.75rem;padding:1rem;border:1px solid #d1d5db;border-radius:8px;background:white}#subscriptionModal .payment-section .payment-method-section .payment-method-option .payment-method-radio input[type="radio"]{margin:0}#subscriptionModal .payment-section .payment-method-section .payment-method-option .payment-method-radio label{display:flex;align-items:center;gap:0.5rem;margin:0;cursor:pointer;font-weight:500}#subscriptionModal .payment-section .payment-method-section .payment-method-option .payment-method-radio label i{color:#6b7280}#subscriptionModal .payment-section .payment-method-section .card-details-section .form-group{margin-bottom:1rem}#subscriptionModal .payment-section .payment-method-section .card-details-section .form-group .form-label{font-weight:600;color:#374151;margin-bottom:0.5rem;font-size:0.875rem}#subscriptionModal .payment-section .payment-method-section .card-details-section .form-group .input-group .input-group-text{background:#f9fafb;border:1px solid #d1d5db;border-right:none;color:#6b7280}#subscriptionModal .payment-section .payment-method-section .card-details-section .form-group .input-group .input-group-text i{font-size:0.875rem}#subscriptionModal .payment-section .payment-method-section .card-details-section .form-group .input-group .form-control{border:1px solid #d1d5db;border-left:none;padding:0.75rem;font-size:0.875rem}#subscriptionModal .payment-section .payment-method-section .card-details-section .form-group .input-group .form-control:focus{border-color:#2196F3;box-shadow:0 0 0 3px rgba(33,150,243,0.1);z-index:1}#subscriptionModal .payment-section .payment-method-section .card-details-section .form-group .input-group .form-control::placeholder{color:#9ca3af}#subscriptionModal .payment-section .payment-method-section .card-details-section .form-group .input-group .cb-field{min-height:48px;border:1px solid #d1d5db;padding:0.75rem;background:white;border-radius:8px}#subscriptionModal .payment-section .payment-method-section .card-details-section .form-group .input-group .cb-field:focus-within{border-color:#2196F3;box-shadow:0 0 0 3px rgba(33,150,243,0.1);z-index:1}#subscriptionModal .payment-section .payment-method-section .pricing-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-top:1.5rem}#subscriptionModal .payment-section .payment-method-section .pricing-summary .pricing-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.5rem}#subscriptionModal .payment-section .payment-method-section .pricing-summary .pricing-item:last-child{margin-bottom:0;padding-top:0.5rem;border-top:1px solid #e2e8f0;font-weight:600}#subscriptionModal .payment-section .payment-method-section .pricing-summary .pricing-item span{color:#374151;font-size:0.875rem}#subscriptionModal .payment-section .checkout-actions .btn-primary{background:#2196F3;border:none;border-radius:8px;padding:1rem;font-weight:600;font-size:1rem;transition:background 0.2s}#subscriptionModal .payment-section .checkout-actions .btn-primary:hover{background:#1976D2}#subscriptionModal .payment-section .checkout-actions .btn-primary:disabled{background:#9ca3af;cursor:not-allowed}#subscriptionModal .payment-section .checkout-actions .security-notice{text-align:center}#subscriptionModal .payment-section .checkout-actions .security-notice small{color:#6b7280}#subscriptionModal .payment-section .checkout-actions .security-notice small i{margin-right:0.25rem}#subscriptionModal .plan-features-section{flex:1;padding:2rem;background:#f8fafc}#subscriptionModal .plan-features-section .features-header{margin-bottom:2rem}#subscriptionModal .plan-features-section .features-header h5{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}#subscriptionModal .plan-features-section .features-list{margin-bottom:2rem}#subscriptionModal .plan-features-section .features-list .feature-item{display:flex;align-items:flex-start;gap:0.75rem;margin-bottom:1rem}#subscriptionModal .plan-features-section .features-list .feature-item .feature-icon{color:#10b981;margin-top:0.125rem;flex-shrink:0}#subscriptionModal .plan-features-section .features-list .feature-item .feature-text{color:#374151;font-size:0.875rem;line-height:1.5}#subscriptionModal .plan-features-section .subscription-timeline .timeline-item{display:flex;gap:1rem;margin-bottom:2rem}#subscriptionModal .plan-features-section .subscription-timeline .timeline-item:last-child{margin-bottom:0}#subscriptionModal .plan-features-section .subscription-timeline .timeline-item .timeline-icon{width:40px;height:40px;border-radius:50%;background:#dcfce7;display:flex;align-items:center;justify-content:center;flex-shrink:0}#subscriptionModal .plan-features-section .subscription-timeline .timeline-item .timeline-icon i{color:#16a34a;font-size:1rem}#subscriptionModal .plan-features-section .subscription-timeline .timeline-item .timeline-content{flex:1}#subscriptionModal .plan-features-section .subscription-timeline .timeline-item .timeline-content .timeline-date{font-weight:700;color:#1f2937;font-size:1rem;margin-bottom:0.5rem}#subscriptionModal .plan-features-section .subscription-timeline .timeline-item .timeline-content .timeline-title{font-weight:600;color:#374151;font-size:0.875rem;margin-bottom:0.5rem}#subscriptionModal .plan-features-section .subscription-timeline .timeline-item .timeline-content .timeline-description{color:#6b7280;font-size:0.875rem;line-height:1.5}#subscriptionModal .checkout-page .plan-summary .plan-summary-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}#subscriptionModal .checkout-page .plan-summary .plan-summary-card .plan-info h4{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 0.5rem 0}#subscriptionModal .checkout-page .plan-summary .plan-summary-card .plan-info .plan-description{color:#6b7280;margin:0;font-size:0.875rem}#subscriptionModal .checkout-page .plan-summary .plan-summary-card .plan-price{text-align:right}#subscriptionModal .checkout-page .plan-summary .plan-summary-card .plan-price .price-amount{font-size:1.5rem;font-weight:700;color:#1f2937}#subscriptionModal .checkout-page .plan-summary .plan-summary-card .plan-price .price-period{color:#6b7280;font-size:0.875rem}#subscriptionModal .checkout-page .form-label{font-weight:600;color:#374151;margin-bottom:0.5rem}#subscriptionModal .checkout-page .form-control{border:1px solid #d1d5db;border-radius:8px;padding:0.75rem;font-size:0.875rem}#subscriptionModal .checkout-page .form-control:focus{border-color:#2196F3;box-shadow:0 0 0 3px rgba(33,150,243,0.1)}#subscriptionModal .checkout-page .form-control[readonly]{background-color:#f9fafb;color:#6b7280}#subscriptionModal .checkout-page .payment-section h5{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem}#subscriptionModal .checkout-page .payment-section .cb-form .cb-field{min-height:48px;border:1px solid #d1d5db;border-radius:8px;padding:0.75rem;background:white}#subscriptionModal .checkout-page .payment-section .cb-form .cb-field:focus-within{border-color:#2196F3;box-shadow:0 0 0 3px rgba(33,150,243,0.1)}#subscriptionModal .checkout-page .checkout-actions .btn-primary{background:#2196F3;border:none;border-radius:8px;padding:1rem;font-weight:600;font-size:1rem;transition:background 0.2s}#subscriptionModal .checkout-page .checkout-actions .btn-primary:hover{background:#1976D2}#subscriptionModal .checkout-page .checkout-actions .btn-primary:disabled{background:#9ca3af;cursor:not-allowed}#subscriptionModal .checkout-page .checkout-actions .security-notice{text-align:center}#subscriptionModal .checkout-page .checkout-actions .security-notice small{color:#6b7280}#subscriptionModal .checkout-page .checkout-actions .security-notice small i{margin-right:0.25rem}@media (max-width: 768px){#subscriptionModal .modal-dialog{margin:1rem;max-width:calc(100% - 2rem)}#subscriptionModal .modal-content-wrapper{flex-direction:column}#subscriptionModal .payment-section{border-right:none;border-bottom:1px solid #e5e7eb;padding:1.5rem}#subscriptionModal .plan-features-section{padding:1.5rem}#subscriptionModal .modal-header{flex-direction:column;gap:1rem;align-items:flex-start}#subscriptionModal .modal-header .modal-header-right{align-self:flex-end}}.card-details-section .input-group .form-control{border-left:none;border-right:none}.card-details-section .input-group .form-control:focus{border-color:#2196F3;box-shadow:0 0 0 3px rgba(33,150,243,0.1)}.card-details-section .input-group .form-control.is-invalid{border-color:#dc3545;box-shadow:0 0 0 3px rgba(220,53,69,0.1)}.card-details-section .input-group .input-group-text{background-color:#f8f9fa;border-color:#d1d5db;color:#6b7280}.card-details-section .input-group .input-group-text:first-child{border-right:none}.card-details-section .input-group .input-group-text:last-child{border-left:none}.card-details-section .card-type-icon{background-color:#fff !important;border-color:#d1d5db !important}.card-details-section .card-type-icon i{font-size:1.2rem;color:#6b7280}.card-details-section .card-type-icon i.fa-cc-visa{color:#1a1f71}.card-details-section .card-type-icon i.fa-cc-mastercard{color:#eb001b}.card-details-section .card-type-icon i.fa-cc-amex{color:#006fcf}.card-details-section .card-type-icon i.fa-cc-discover{color:#ff6000}.card-details-section .card-type-icon i.fa-cc-jcb{color:#0b4ea2}.card-details-section .card-type-icon i.fa-cc-diners-club{color:#0079be}.card-details-section .invalid-feedback{display:none;font-size:0.875rem;color:#dc3545;margin-top:0.25rem}.card-details-section .form-control.is-invalid{border-color:#dc3545}.card-details-section .form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 3px rgba(220,53,69,0.1)}.checkout-page{max-width:1200px;margin:0 auto;padding-bottom:8rem}.checkout-header{text-align:center}.checkout-title{font-size:1.875rem;font-weight:700;color:#1a202c;margin-bottom:0.5rem}.checkout-subtitle{color:#718096;font-size:1rem;margin:0}.plan-summary-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;display:flex;justify-content:space-between;align-items:center}.plan-info h4{margin:0 0 0.5rem 0;font-weight:600;color:#1a202c}.plan-description{margin:0;color:#718096;font-size:0.875rem}.plan-price{text-align:right}.price-amount{font-size:1.5rem;font-weight:700;color:#1a202c}.price-period{color:#718096;font-size:0.875rem}.payment-section h5{color:#1a202c;font-weight:600}.cb-form .cb-field{height:auto;padding:.75rem 1rem;display:flex;align-items:center;border:1px solid #d1d5db;border-radius:0.375rem;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}.cb-form .cb-field:focus-within{box-shadow:0 0 0 0.2rem rgba(59,130,246,0.25);border-color:#3b82f6}.checkout-actions .btn{border-radius:0.75rem;font-weight:600;padding:0.75rem 1.5rem}.security-notice{text-align:center}.security-notice i{margin-right:0.25rem}.thank-you-page{max-width:1200px;margin:0 auto;padding-bottom:8rem}.success-icon{font-size:4rem;color:#10b981}.thank-you-title{font-size:2rem;font-weight:700;color:#1a202c}.thank-you-subtitle{font-size:1.125rem;color:#718096;line-height:1.6}.next-steps h5{color:#1a202c;font-weight:600}.steps-list{text-align:left}.step-item{display:flex;align-items:flex-start;margin-bottom:1.5rem;padding:1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.step-icon{width:40px;height:40px;background:#3b82f6;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1rem;flex-shrink:0}.step-content h6{margin:0 0 0.25rem 0;font-weight:600;color:#1a202c}.step-content p{margin:0;color:#718096;font-size:0.875rem}.action-buttons{margin-top:2rem}.action-buttons .btn{border-radius:0.75rem;font-weight:600;padding:0.75rem 1.5rem}.layout-menu{background:#f8f9fa !important;border-right:1px solid #e9ecef;box-shadow:2px 0 8px rgba(0,0,0,0.1);width:260px;min-height:100vh;position:fixed;left:0;top:0;z-index:1000}.app-brand{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e9ecef;background:#fff;display:flex;align-items:center;justify-content:space-between;margin-bottom:0.5rem}.app-brand-link{display:flex;align-items:center;text-decoration:none;color:#566a7f}.app-brand-logo{margin-right:0.75rem}.app-brand-text{font-size:1.25rem;font-weight:600;color:#566a7f}.menu-inner{padding:0.5rem 0}.menu-item{margin:0.125rem 1rem;border-radius:0.5rem;transition:all 0.2s ease;list-style:none}.menu-item:hover{background:#e9ecef}.menu-item.active{background:#696cff !important;color:#fff}.menu-item.active .menu-link{color:#fff !important}.menu-item.active .menu-icon{color:#fff !important}.menu-link{display:flex;align-items:center;padding:0.75rem 1rem;text-decoration:none;color:#566a7f;border-radius:0.5rem;transition:all 0.2s ease;font-weight:500;width:100%}.menu-link:hover{background:#e9ecef;color:#566a7f;text-decoration:none}.menu-icon{font-size:1.25rem;margin-right:0.75rem;color:#566a7f;width:1.5rem;text-align:center;flex-shrink:0}.menu-link div{font-weight:500;font-size:0.875rem;color:inherit;flex-grow:1}.layout-menu-toggle{color:#566a7f;text-decoration:none;padding:0.5rem;border-radius:0.375rem;transition:all 0.2s ease;background:#f8f9fa;border:1px solid #e9ecef;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.layout-menu-toggle:hover{background:#e9ecef;color:#566a7f}.menu-item.active .menu-link:hover{background:#696cff !important;color:#fff !important}.menu-item.active .menu-icon{color:#fff !important}.menu-item{font-size:0.875rem;line-height:1.5}.menu-item:hover .menu-link{background:#e9ecef}.menu-item:hover .menu-icon{color:#566a7f}.menu-inner-shadow{height:1px;background:#e9ecef;margin:0 1rem 0.5rem}@media (max-width: 1200px){.layout-menu{transform:translateX(-100%);transition:transform 0.3s ease}.layout-menu.show{transform:translateX(0)}}.onboarding-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.8);display:flex;justify-content:center;align-items:center;z-index:10000;backdrop-filter:blur(4px);animation:fadeIn 0.3s ease-out}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.onboarding-modal{background:white;border-radius:16px;padding:2rem;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 40px rgba(0,0,0,0.3);animation:slideInUp 0.3s ease-out}@keyframes slideInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.onboarding-header{text-align:center;margin-bottom:2rem}.onboarding-header h2{color:#1a1a1a;font-size:1.75rem;font-weight:600;margin-bottom:0.5rem}.onboarding-header p{color:#666;font-size:1rem;line-height:1.5}.preference-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.preference-option{position:relative}.preference-option input[type="radio"]{position:absolute;opacity:0;pointer-events:none}.preference-option input[type="radio"]:checked+.preference-label{border-color:#007bff;background-color:#f8f9ff;box-shadow:0 0 0 2px rgba(0,123,255,0.2)}.preference-option input[type="radio"]:checked+.preference-label .preference-title{color:#007bff}.preference-option input[type="radio"]:focus+.preference-label{outline:2px solid #007bff;outline-offset:2px}.preference-label{display:block;padding:1.25rem;border:2px solid #e1e5e9;border-radius:12px;cursor:pointer;transition:all 0.2s ease;background-color:white}.preference-label:hover{border-color:#007bff;background-color:#f8f9ff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.preference-title{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:0.25rem;transition:color 0.2s ease}.preference-description{font-size:0.9rem;color:#666;line-height:1.4}.onboarding-actions{display:flex;justify-content:center;gap:1rem}.btn-primary{background-color:#007bff;color:white;border:none;padding:0.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all 0.2s ease;min-width:120px}.btn-primary:hover{background-color:#0056b3;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,123,255,0.3)}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{background-color:#6c757d;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 768px){.onboarding-modal{margin:1rem;padding:1.5rem;width:calc(100% - 2rem)}.onboarding-header h2{font-size:1.5rem}.preference-label{padding:1rem}.preference-title{font-size:1rem}.preference-description{font-size:0.85rem}}@media (max-width: 480px){.onboarding-modal{margin:0.5rem;padding:1rem;width:calc(100% - 1rem)}.onboarding-header{margin-bottom:1.5rem}.onboarding-header h2{font-size:1.25rem}.onboarding-header p{font-size:0.9rem}.preference-options{gap:0.75rem;margin-bottom:1.5rem}.preference-label{padding:0.875rem}}.feed-card-comments{padding:12px 16px;border-top:1px solid #e4e6eb;background-color:#f0f2f5}.comments-list-mini,.comments-list{margin-bottom:12px}.comment-item{margin-bottom:12px;padding:0}.comment-item:last-child{margin-bottom:0}.comment-wrapper{display:flex;gap:8px;align-items:flex-start;margin-bottom:0;line-height:1.2}.comment-avatar-container{flex-shrink:0}.comment-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;cursor:pointer}.comment-content-wrapper{flex:1;min-width:0;line-height:1.2}.comment-bubble{background-color:transparent;border-radius:0;padding:0;position:relative;display:block;width:100%;word-wrap:break-word;box-sizing:border-box}.comment-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px;line-height:1.2}.comment-author{color:#050505;font-size:15px;font-weight:600;margin-right:8px;line-height:1.33}.comment-author strong{font-weight:600}.comment-actions{margin-left:auto}.comment-actions .comment-delete{color:#65676b;font-size:12px;padding:4px;opacity:0;transition:opacity 0.2s;text-decoration:none}.comment-actions .comment-delete:hover{color:#f02849}.comment-item:hover .comment-delete{opacity:1}.comment-text-wrapper{display:block;word-wrap:break-word;padding:10px}.comment-text{color:#050505;font-size:15px;line-height:1.33;word-wrap:break-word;margin:0;padding:0;display:inline}.comment-text p{margin:0 !important;padding:0 !important;line-height:1.33;display:inline}.comment-likes-count-inline{color:#1877f2;font-size:15px;display:inline-flex;align-items:center;gap:4px;font-weight:600;margin-left:4px;vertical-align:baseline}.comment-likes-count-inline i{font-size:14px;color:#1877f2}.comment-meta{display:flex;align-items:center;justify-content:space-between;margin-top:2px;font-size:12px;color:#65676b;line-height:1.2;flex-wrap:wrap}.comment-meta-left{display:flex;align-items:center;gap:8px}.comment-meta-right{display:flex;align-items:center;margin-left:auto}.comment-date{font-size:12px;color:#65676b;text-transform:lowercase}.comment-like-link .comment-like{color:#65676b;text-decoration:none;font-weight:600;font-size:12px;padding:0;border-radius:2px;transition:color 0.2s;cursor:pointer;background:none;border:none}.comment-like-link .comment-like:hover{text-decoration:underline;color:#1877f2}.comment-like-link .comment-like.liked{color:#1877f2}.comment-like-link .comment-like.liked:hover{color:#166fe5}.comment-likes-count{color:#1877f2;font-size:12px;display:flex;align-items:center;gap:4px;font-weight:600}.comment-likes-count i{font-size:12px;color:#1877f2}.comment-meta-right{display:none}.comment-form-container{margin-top:8px}.comment-form-wrapper{display:flex;gap:8px;align-items:flex-start}.comment-form-avatar-container{flex-shrink:0}.comment-form-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.comment-form-input-wrapper{flex:1;position:relative;display:flex;flex-direction:column}.comment-textarea{width:100%;min-height:36px;max-height:200px;padding:8px 12px;border:none;border-radius:20px;background-color:#f0f2f5;font-size:15px;line-height:1.33;resize:none;font-family:inherit;color:#050505;transition:background-color 0.2s}.comment-textarea:focus{outline:none;background-color:#fff;box-shadow:0 0 0 1px #e4e6eb}.comment-textarea::placeholder{color:#65676b}.comment-form-actions{display:none;margin-top:8px;text-align:right;padding-right:4px}.comment-form:focus-within .comment-form-actions{display:block}.comment-submit-btn{background-color:#1877f2;color:white;border:none;border-radius:6px;padding:6px 16px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color 0.2s}.comment-submit-btn:hover{background-color:#166fe5}.comment-submit-btn:active{background-color:#1565c0}.comment-item-mini{margin-bottom:8px}.comment-item-mini:last-child{margin-bottom:0}.comment-item-mini .comment-wrapper{gap:6px}.comment-item-mini .comment-bubble{background-color:transparent;padding:0}.comment-item-mini .comment-author{font-size:13px;line-height:1.2}.comment-item-mini .comment-text{font-size:14px;line-height:1.3}.comment-item-mini .comment-avatar{width:28px;height:28px}.comment-item-mini .comment-meta{font-size:11px;margin-top:2px}.feed-comment-count{color:#65676b;font-size:13px;display:flex;align-items:center;gap:4px;cursor:pointer;transition:color 0.2s}.feed-comment-count:hover{color:#1877f2}.feed-comment-count i{font-size:14px}.feed-comment-count .comment-count{font-weight:500}.feed-share-btn,.comment-share-btn,.feed-reshare-btn{background:none;border:none;color:#5A5A89;cursor:pointer;font-size:14px;display:inline-flex;align-items:center;gap:4px;transition:color 0.2s}.feed-share-btn:hover,.comment-share-btn:hover,.feed-reshare-btn:hover{color:#346FCF}.feed-share-btn i,.comment-share-btn i,.feed-reshare-btn i{font-size:14px}.feed-reshare-btn{color:#346FCF}.feed-reshare-btn:hover{color:#2859a8}.comment-share-link{margin-left:8px}.comment-share-link .comment-share-btn{color:#5A5A89;font-size:12px;padding:2px 4px}.comment-share-link .comment-share-btn:hover{color:#346FCF}.share-modal-content{border-radius:0.5rem;border:none;box-shadow:0 2px 8px rgba(0,0,0,0.1);background:#FFFFFF}.share-modal-header{border-bottom:0.0625rem solid #E5E7EB;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.share-modal-header .modal-title{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:1.125rem;font-weight:500;color:#171717;margin:0}.share-modal-header .share-modal-close{border:none;background:none;font-size:1.5rem;color:#919191;opacity:1;cursor:pointer;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;line-height:1}.share-modal-header .share-modal-close:hover{color:#171717;opacity:1}.share-modal-header .share-modal-close span{line-height:1}.share-modal-body{padding:1.5rem;background:#FFFFFF}.share-message-section{margin-bottom:1.5rem}.share-message-section .share-message-label{display:block;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:0.875rem;font-weight:400;color:#171717;margin-bottom:0.5rem}.share-message-section .share-message-textarea{width:100%;padding:0.75rem;border:0.0625rem solid #E5E7EB;border-radius:0.5rem;font-size:0.875rem;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;resize:vertical;min-height:5rem;color:#171717;background:#FFFFFF}.share-message-section .share-message-textarea::placeholder{color:#919191}.share-message-section .share-message-textarea:focus{outline:none;border-color:#346FCF;box-shadow:0 0 0 0.1875rem rgba(52,111,207,0.1)}.share-peers-section{margin-bottom:1.5rem}.share-peers-section .share-peers-label{display:block;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:0.875rem;font-weight:400;color:#171717;margin-bottom:0.75rem}.share-peers-section .share-peers-list{max-height:18.75rem;overflow-y:auto;border:0.0625rem solid #E5E7EB;border-radius:0.5rem;padding:0.5rem;background:#FFFFFF;scrollbar-width:none;-ms-overflow-style:none}.share-peers-section .share-peers-list::-webkit-scrollbar{display:none}.share-peers-section .share-peer-item{padding:0.5rem;border-radius:0.375rem;transition:background-color 0.2s}.share-peers-section .share-peer-item:hover{background-color:#F2F4F7}.share-peers-section .share-peer-checkbox-label{display:flex;align-items:center;cursor:pointer;margin:0}.share-peers-section .share-peer-checkbox{margin-right:0.75rem;width:1.125rem;height:1.125rem;cursor:pointer}.share-peers-section .share-peer-info{display:flex;align-items:center;gap:0.75rem;flex:1}.share-peers-section .share-peer-avatar{width:2.25rem;height:2.25rem;border-radius:50%;object-fit:cover}.share-peers-section .share-peer-name{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:0.875rem;color:#171717;font-weight:400}.share-peers-section .share-no-peers{padding:1.5rem;text-align:center;color:#919191}.share-peers-section .share-no-peers p{margin:0;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:0.875rem}.share-peers-section .share-no-peers a{color:#346FCF;text-decoration:none}.share-peers-section .share-no-peers a:hover{text-decoration:underline}.share-modal-actions{display:flex;justify-content:flex-end;align-items:center;gap:0.75rem;padding-top:1rem;border-top:0.0625rem solid #E5E7EB}.share-modal-actions .btn{padding:0.625rem 1.25rem;border-radius:0.5rem;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:0.875rem;font-weight:400;cursor:pointer;transition:all 0.2s;border:none;min-width:5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;line-height:1;vertical-align:middle}.share-modal-actions .share-cancel-btn{background-color:#F2F4F7;color:#171717}.share-modal-actions .share-cancel-btn:hover{background-color:#E5E7EB}.share-modal-actions .share-submit-btn{background-color:#346FCF;color:#FFFFFF;margin-top:0}.share-modal-actions .share-submit-btn:hover{background-color:#2563C7}.shared-feed-container{padding:24px;max-width:800px;margin:0 auto}.shared-feed-header{margin-bottom:32px}.shared-feed-header h1{font-size:32px;font-weight:600;color:#0B0146;margin-bottom:8px}.shared-feed-header .shared-feed-subtitle{font-size:16px;color:#5A5A89;margin:0}.shared-feed-content{display:flex;flex-direction:column;gap:20px}.shared-feed-card{background:white;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.shared-feed-card-header{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f3f4f6}.shared-by-info{display:flex;align-items:center;gap:12px}.shared-by-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.shared-by-details{display:flex;flex-direction:column;gap:4px}.shared-by-label{font-size:14px;color:#5A5A89}.shared-by-label strong{color:#0B0146;font-weight:600}.shared-date{font-size:12px;color:#A0A3BD}.shared-feed-card-content{margin-bottom:16px}.shared-feed-badge{display:inline-block;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:600;margin-bottom:12px}.shared-feed-badge.fact{background-color:#dbeafe;color:#1e40af}.shared-feed-badge.theory{background-color:#fef3c7;color:#92400e}.shared-feed-badge.comment{background-color:#e0e7ff;color:#3730a3}.shared-feed-title{font-size:20px;font-weight:600;color:#0B0146;margin-bottom:12px}.shared-feed-text{font-size:16px;color:#5A5A89;line-height:1.6;margin-bottom:12px}.shared-message{margin-top:12px;padding:12px;background-color:#f9fafb;border-left:3px solid #346FCF;border-radius:6px;font-size:14px;color:#5A5A89;font-style:italic}.shared-feed-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #f3f4f6}.shared-feed-actions{display:flex;align-items:center;gap:16px}.shared-feed-link{color:#346FCF;text-decoration:none;font-size:14px;font-weight:500}.shared-feed-link:hover{text-decoration:underline}.shared-feed-loading{text-align:center;padding:24px;color:#5A5A89}.shared-feed-empty{text-align:center;padding:48px 24px;color:#5A5A89}.shared-feed-empty p{font-size:16px;margin:0}.shared-reshare-btn{background:none;border:none;color:#346FCF;cursor:pointer;font-size:14px;padding:4px 8px;display:inline-flex;align-items:center;gap:4px;transition:color 0.2s;margin-left:12px}.shared-reshare-btn:hover{color:#2859a8}.shared-reshare-btn i{font-size:14px}.feed-card-reshared{border-left:3px solid #346FCF}.feed-reshared-header{padding:12px 16px;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;margin-bottom:12px}.feed-reshared-info{display:flex;align-items:center;gap:8px;font-size:14px;color:#5A5A89}.feed-reshared-avatar{width:20px;height:20px;border-radius:50%;object-fit:cover}.feed-reshared-label strong{color:#0B0146;font-weight:600}.feed-reshare-message{padding:12px 16px;background-color:#f9fafb;border-left:3px solid #346FCF;margin:12px 0;font-size:14px;color:#5A5A89;font-style:italic}.veritalk-container{position:fixed;width:1238px;top:83px;left:169px;bottom:0;border-radius:8px;opacity:1;background:#FFFFFF;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.veritalk-page{height:calc(100vh - 80px);display:flex;flex-direction:column}.veritalk-header{border-bottom:1px solid #e5e7eb;background:#ffffff;padding:16px 24px;position:sticky;top:0;z-index:10;box-shadow:0 1px 2px rgba(0,0,0,0.05);display:flex;justify-content:space-between;align-items:center}.veritalk-header-content{max-width:768px;margin:0 auto;flex:1;text-align:center}.veritalk-container>.veritalk-history-button{position:absolute;right:16px;top:16px;z-index:10}.veritalk-history-button{background:transparent;border:none;color:#6b7280;font-size:18px;cursor:pointer;padding:8px;border-radius:8px;transition:all 0.2s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px}.veritalk-history-button:hover{background:#f3f4f6;color:#111827}.veritalk-history-button:active{transform:scale(0.95)}.veritalk-title{font-size:18px;font-weight:600;color:#111827;margin:0 0 4px 0}.veritalk-subtitle{font-size:13px;color:#6b7280;margin:0}.veritalk-messages{flex:1;min-height:0;overflow-y:auto;padding:70px 0;background:#ffffff;scroll-behavior:smooth}.veritalk-messages::-webkit-scrollbar{width:8px}.veritalk-messages::-webkit-scrollbar-track{background:transparent}.veritalk-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.veritalk-messages::-webkit-scrollbar-thumb:hover{background:#9ca3af}.veritalk-welcome{position:relative;min-height:200px}.veritalk-welcome-text{position:absolute;height:20px;top:161px;left:490px;opacity:1;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0%;color:#939393;margin:0}.veritalk-message{max-width:768px;margin:0 auto;padding:24px;display:flex;gap:16px;animation:fadeIn 0.3s ease-in}.veritalk-message.user .veritalk-message-content{margin-left:auto;background:transparent;max-width:309px;display:flex;flex-direction:column;gap:3px;padding:0;opacity:1;min-height:0}.veritalk-message.user .veritalk-message-content .veritalk-message-text{font-family:'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:13px;line-height:20px;letter-spacing:-0.006em;color:#171717;margin:0;word-wrap:break-word;white-space:pre-wrap}.veritalk-message.user .veritalk-message-content .veritalk-message-actions{display:flex;align-items:center;gap:10px;min-height:18px;opacity:1;flex-shrink:0}.veritalk-message.user .veritalk-message-content .veritalk-message-actions button{padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;width:18px;height:18px;opacity:1}.veritalk-message.user .veritalk-message-content .veritalk-message-actions button:hover{opacity:0.8}.veritalk-message.user .veritalk-message-content .veritalk-message-actions button img{width:18px;height:18px;display:block}.veritalk-message.assistant{background:transparent}.veritalk-message.assistant .veritalk-message-content{max-width:416px;display:flex;flex-direction:column;gap:10px;padding:0;opacity:1;min-height:0;background:transparent}.veritalk-message.assistant .veritalk-message-content .veritalk-message-text{font-family:'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:13px;line-height:20px;letter-spacing:-0.006em;color:#171717;margin:0;word-wrap:break-word;white-space:pre-wrap}.veritalk-message.assistant .veritalk-message-content .veritalk-message-actions{display:flex;align-items:center;gap:10px;min-height:18px;opacity:1;flex-shrink:0}.veritalk-message.assistant .veritalk-message-content .veritalk-message-actions button{padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;width:18px;height:18px;opacity:1}.veritalk-message.assistant .veritalk-message-content .veritalk-message-actions button:hover{opacity:0.8}.veritalk-message.assistant .veritalk-message-content .veritalk-message-actions button img{width:18px;height:18px;display:block}.veritalk-message.assistant .veritalk-message-content code{background:rgba(0,0,0,0.08);padding:2px 6px;border-radius:4px;font-family:'Monaco', 'Courier New', monospace;font-size:0.9em}.veritalk-message.assistant .veritalk-message-content pre{background:rgba(0,0,0,0.05);padding:12px;border-radius:8px;overflow-x:auto;margin:8px 0}.veritalk-message.assistant .veritalk-message-content pre code{background:none;padding:0}.veritalk-message.thinking .veritalk-message-text{color:#9ca3af;font-style:italic}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.veritalk-input-container{flex-shrink:0;background:#ffffff;padding:12px 0;z-index:10}.veritalk-input-block{width:628px;position:absolute;bottom:24px;left:268px;opacity:1;display:flex;flex-direction:column;gap:24px}.veritalk-input-heading{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-style:normal;font-size:24px;line-height:100%;letter-spacing:0%;text-align:center;color:#171717;margin:0;min-height:24px}.veritalk-input-block--has-messages .veritalk-input-heading{visibility:hidden;height:24px;overflow:hidden}.veritalk-form{margin:0;padding:0}.veritalk-input-wrapper{display:flex;align-items:center;gap:10px;width:628px;min-height:48px;background:#ffffff;border:1px solid #E2E2E2;border-radius:24px;padding:12px 16px;box-sizing:border-box;opacity:1}.veritalk-input-wrapper:focus-within{border-color:#346FCF;box-shadow:0 0 0 3px rgba(52,111,207,0.1)}.veritalk-input{flex:1;border:none;outline:none;resize:none;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0%;color:#171717;background:transparent;max-height:120px;overflow-y:auto;padding:0;margin:0;min-height:24px;vertical-align:middle;box-sizing:border-box}.veritalk-input::placeholder{color:#939393;opacity:1}.veritalk-input::-webkit-scrollbar{width:6px}.veritalk-input::-webkit-scrollbar-track{background:transparent}.veritalk-input::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.veritalk-input-smile{width:20px;height:20px;flex-shrink:0;opacity:1}.veritalk-send-button{width:20px;height:20px;min-width:20px;border:none;border-radius:10px;padding:5px 10px;gap:10px;background:#699FFB26;opacity:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease;flex-shrink:0;box-sizing:content-box}.veritalk-send-button .veritalk-send-arrow{width:9px;height:10px;object-fit:contain}.veritalk-send-button:hover:not(:disabled){background:rgba(105,159,251,0.25);transform:scale(1.05)}.veritalk-send-button:active:not(:disabled){transform:scale(0.95)}.veritalk-send-button:disabled{background:#e5e7eb;cursor:not-allowed;opacity:0.7}.veritalk-footer{max-width:768px;margin:8px auto 0;padding:0 24px;text-align:center}.veritalk-disclaimer{font-size:12px;color:#9ca3af;margin:0}.veritalk-sidebar{width:400px;height:calc(100vh - 120px);position:fixed;right:24px;top:100px;background:white;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);overflow:hidden;display:flex;flex-direction:column;z-index:100}.veritalk-sidebar .veritalk-container{height:100%}.veritalk-sidebar .veritalk-header{padding:12px 16px}.veritalk-sidebar .veritalk-title{font-size:16px}.veritalk-sidebar .veritalk-subtitle{font-size:12px}.veritalk-sidebar .veritalk-messages{padding:16px 0}.veritalk-sidebar .veritalk-message{padding:16px}.veritalk-sidebar .veritalk-message .veritalk-message-content{max-width:90%}.veritalk-sidebar .veritalk-welcome{padding:32px 16px}.veritalk-sidebar .veritalk-welcome .veritalk-welcome-icon{width:48px;height:48px;font-size:20px}.veritalk-sidebar .veritalk-welcome h3{font-size:18px}.veritalk-sidebar .veritalk-welcome p{font-size:13px}.veritalk-sidebar .veritalk-input-container{padding:8px 0}.veritalk-sidebar .veritalk-form{padding:0 16px}.veritalk-sidebar .veritalk-footer{padding:0 16px}.veritalk-history-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.3);z-index:2004;opacity:0;transition:opacity 0.3s ease}.veritalk-history-overlay.active{display:block;opacity:1}.veritalk-history-sidebar{position:fixed;top:0;right:-312px;width:312px;height:100vh;max-height:100vh;background:#ffffff;z-index:2005;display:flex;flex-direction:column;transition:right 0.3s ease;box-shadow:-4px 0 12px rgba(0,0,0,0.15);border-radius:8px;overflow:hidden}.veritalk-history-sidebar.active{right:0}.veritalk-history-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #e5e7eb;background:#ffffff;gap:16px;min-width:0;flex-shrink:0}.veritalk-history-title{font-family:Roboto, sans-serif;font-size:20px;font-weight:600;color:#171717;margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.veritalk-history-close{background:transparent;border:none;color:#6b7280;font-size:20px;cursor:pointer;padding:8px;border-radius:8px;transition:all 0.2s ease;width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.veritalk-history-close:hover{background:#f3f4f6;color:#111827}.veritalk-history-content{flex:1;overflow-y:auto;padding:24px;padding-top:0;background:#ffffff}.veritalk-history-content::-webkit-scrollbar{width:8px}.veritalk-history-content::-webkit-scrollbar-track{background:transparent}.veritalk-history-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.veritalk-history-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.veritalk-history-tab-content{display:none}.veritalk-history-tab-content.active{display:block}.veritalk-new-chat-btn{width:264px;height:45px;margin:24px 0 20px 0;padding:12px 30px;background:transparent;color:#2196F3;border:1px solid #2196F3;border-radius:100px;font-family:Roboto, sans-serif;font-weight:600;font-size:16px;line-height:100%;letter-spacing:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:background 0.2s ease, color 0.2s ease}.veritalk-new-chat-btn:hover{background:rgba(33,150,243,0.08)}.veritalk-new-chat-btn .veritalk-new-chat-icon{width:24px;height:24px;flex-shrink:0}.veritalk-new-chat-btn .veritalk-new-chat-text{font-family:Roboto, sans-serif;font-weight:600;font-size:16px;line-height:100%;letter-spacing:0;color:#2196F3}.veritalk-your-chats-title{margin:0 0 16px 0;font-family:Roboto, sans-serif;font-weight:500;font-size:18px;line-height:100%;letter-spacing:0;color:#171717}.veritalk-history-search-wrap{position:relative;width:264px;height:40px;margin-bottom:20px;border:1px solid rgba(0,0,0,0.1);border-radius:100px;display:flex;align-items:center;background:#fff}.veritalk-history-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;flex-shrink:0;pointer-events:none}.veritalk-history-search-input{width:100%;height:100%;padding:0 16px 0 44px;border:none;border-radius:100px;font-family:Inter, sans-serif;font-weight:400;font-size:12px;line-height:20px;letter-spacing:0;color:#171717;background:transparent}.veritalk-history-search-input::placeholder{color:#939393}.veritalk-history-search-input:focus{outline:none}.veritalk-conversations-list{width:264px;padding:0}.veritalk-history-loading{color:#939393;text-align:center;padding:24px 0;font-size:14px;font-family:Inter, sans-serif}.veritalk-conversation-item{position:relative;width:100%;min-height:40px;padding:12px 40px 12px 12px;margin-bottom:8px;border-radius:12px;cursor:pointer;transition:background 0.2s ease;border:none;background:transparent;display:flex;align-items:center;z-index:1}.veritalk-conversation-item:hover{background:rgba(0,0,0,0.04)}.veritalk-conversation-item.active{background:#2196F31C}.veritalk-conversation-item.veritalk-conversation-item--dropdown-open{z-index:200}.veritalk-conversation-topic{flex:1;min-width:0;font-family:Roboto, sans-serif;font-weight:400;font-size:16px;line-height:16px;letter-spacing:0;color:#171717;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.veritalk-conversation-meta{display:none}.veritalk-conversation-actions{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:20}.veritalk-conversation-actions .veritalk-conversation-menu-btn{padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;width:20px;height:20px}.veritalk-conversation-actions .veritalk-conversation-menu-btn:hover{opacity:0.8}.veritalk-conversation-actions img{width:20px;height:20px}.veritalk-conversation-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid rgba(0,0,0,0.1);border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.15);z-index:100;min-width:100px}.veritalk-conversation-delete{display:block;width:100%;text-align:left;font-family:Inter, sans-serif;font-size:14px;color:#d32f2f;padding:8px 12px;white-space:nowrap;border:none;background:transparent;cursor:pointer;border-radius:8px}.veritalk-conversation-delete:hover{background:rgba(211,47,47,0.08)}.veritalk-empty-history{text-align:center;padding:48px 24px;color:#6b7280}.veritalk-empty-history h3{color:#0B0146;font-size:18px;font-weight:600;margin:0 0 8px 0}.veritalk-empty-history p{font-size:14px;margin:0;line-height:1.5;color:#6b7280}@media (max-width: 768px){.veritalk-message{padding:16px}.veritalk-message .veritalk-message-content{max-width:90%}.veritalk-sidebar{width:100%;height:calc(100vh - 80px);right:0;top:80px;border-radius:0}.veritalk-history-sidebar{width:100%;max-width:312px;right:-100%;border-radius:0}}.top-navbar{position:fixed;top:0;left:0;right:0;width:100%;height:4rem;background:#ffffff;opacity:1;z-index:1001;border-bottom:0.0625rem solid rgba(0,0,0,0.05);overflow:visible}.top-navbar-container{max-width:90rem;width:100%;height:4rem;margin:0 auto;display:flex;align-items:center;gap:clamp(0.75rem, 2vw, 2.5rem);padding:0 clamp(1rem, 4vw, 5rem);position:relative;flex-wrap:nowrap;overflow:visible}.top-navbar-logo{display:flex;align-items:center;flex-shrink:0;height:2.5rem;opacity:1}.top-navbar-logo .logo-img{width:clamp(6rem, 8vw, 7.5rem);height:clamp(2rem, 3vw, 2.5rem);object-fit:contain}.top-navbar-logo a{display:block;text-decoration:none}.top-navbar-search{flex:0 1 auto;min-width:10rem;max-width:17.5rem;width:clamp(10rem, 20vw, 17.5rem);height:2.5rem;opacity:1;flex-shrink:1}.top-navbar-search .search-form{position:relative;width:100%;height:100%;display:flex;align-items:center}.top-navbar-search .search-icon-img{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;z-index:1;pointer-events:none}.top-navbar-search .search-input{width:100%;height:100%;border-radius:100px;border:0.0625rem solid rgba(0,0,0,0.1);padding:0 1rem 0 2.75rem;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:0.75rem;line-height:1.25rem;letter-spacing:0%;color:#111827;background:#FFFFFF;outline:none;transition:border-color 0.2s}.top-navbar-search .search-input::placeholder{color:#939393;opacity:1}.top-navbar-search .search-input:focus{border-color:#2196F3}.feeds-tab-wrapper{flex-shrink:0}.nav-tab.feeds-tab{position:relative;width:2.125rem;height:2.875rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.375rem;text-decoration:none;color:#878787;cursor:pointer;transition:all 0.2s;border-radius:0.5rem;opacity:1;padding:0}.nav-tab.feeds-tab.active{color:#171717}.nav-tab.feeds-tab.active .nav-tab-icon{filter:brightness(0) saturate(100%) invert(9%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%) !important}.nav-tab.feeds-tab.active::after{content:'';position:absolute;top:3.125rem;left:50%;transform:translateX(-50%);width:3.875rem;height:0;border:0.09375rem solid #171717;opacity:1}.nav-tab.feeds-tab:not(.active) .nav-tab-icon{filter:brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%) !important}.nav-tab.feeds-tab .nav-tab-icon{width:1.25rem;height:1.25rem;object-fit:contain;flex-shrink:0;filter:brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);transition:filter 0.2s;opacity:1}.nav-tab.feeds-tab .nav-tab-text{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:0.75rem;font-weight:500;white-space:nowrap;line-height:1;color:inherit;transition:color 0.2s}.top-navbar-nav{display:flex;align-items:center;gap:clamp(1rem, 2.5vw, 2.5rem);height:2.875rem;opacity:1;flex-shrink:0;flex-wrap:nowrap;overflow:visible}.nav-tab.vertical-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.375rem;height:2.875rem;padding:0;text-decoration:none;color:#878787;cursor:pointer;position:relative;transition:all 0.2s;border-radius:0.5rem}.nav-tab.vertical-tab.active{color:#171717}.nav-tab.vertical-tab.active .nav-tab-icon{filter:brightness(0) saturate(100%) invert(9%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%) !important}.nav-tab.vertical-tab.active::after{content:'';position:absolute;top:3.125rem;left:50%;transform:translateX(-50%);width:3.875rem;height:0;border:0.09375rem solid #171717;opacity:1}.nav-tab.vertical-tab.upcoming{opacity:0.6;cursor:not-allowed;pointer-events:none}.nav-tab.vertical-tab:not(.active) .nav-tab-icon{filter:brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%) !important}.nav-tab.vertical-tab .nav-tab-icon{width:1.25rem;height:1.25rem;object-fit:contain;flex-shrink:0;filter:brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);transition:filter 0.2s}.nav-tab.vertical-tab .nav-tab-text{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:0.75rem;line-height:1rem;letter-spacing:0%;white-space:nowrap;opacity:1;height:1rem;text-align:center;display:inline-block;color:inherit;transition:color 0.2s}.nav-tab{display:flex;align-items:center;gap:0.375rem;height:2.875rem;padding:0 0.5rem;text-decoration:none;color:#878787;cursor:pointer;position:relative;transition:all 0.2s;border-radius:0.5rem}.nav-tab.active{color:#171717}.nav-tab.active .nav-tab-icon{filter:brightness(0) saturate(100%) invert(9%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%)}.nav-tab.upcoming{opacity:0.6;cursor:not-allowed;pointer-events:none}.nav-tab .nav-tab-icon{width:1.25rem;height:1.25rem;object-fit:contain;flex-shrink:0;filter:brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);transition:filter 0.2s}.nav-tab .nav-tab-text{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:0.875rem;font-weight:500;white-space:nowrap;color:inherit}.nav-tab .dropdown-arrow{font-size:0.625rem;color:#6b7280;margin-left:0.25rem;transition:transform 0.2s}.nav-tab.active .dropdown-arrow{transform:rotate(180deg)}.notifications-tab{position:relative;width:auto;min-width:4.5rem;user-select:none;overflow:visible}.notifications-tab.active{color:#171717}.notifications-tab.active .nav-tab-icon{filter:brightness(0) saturate(100%) invert(9%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%) !important}.notifications-tab.active::after{content:'';position:absolute;top:3.125rem;left:50%;transform:translateX(-50%);width:3.875rem;height:0;border:0.09375rem solid #171717;opacity:1}.notifications-tab:not(.active) .nav-tab-icon{filter:brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%) !important}.notifications-tab .notification-icon-wrapper{position:relative;display:inline-block;width:1.25rem;height:1.25rem}.notifications-tab .nav-tab-icon{width:1.25rem;height:1.25rem;display:block;filter:brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);transition:filter 0.2s}.notifications-tab .notification-badge{position:absolute;top:-0.125rem;left:0.6875rem;width:0.8125rem;height:0.8125rem;background:#ef4444;color:#FFFFFF;font-size:0.5rem;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:1;line-height:1;padding:0;z-index:1}.notifications-tab .notifications-dropdown-menu{position:absolute;top:calc(100% + 1.5rem);left:calc(50% - 17.11111068725586px);right:auto;width:401px;max-width:calc(100vw - 1.5rem);min-height:435px;height:auto;box-sizing:border-box;display:flex;flex-direction:column;padding-top:100px;border-radius:8px;background:#ffffff;border:1px solid #e5e7eb;box-shadow:0 10px 25px rgba(0,0,0,0.12);opacity:0;visibility:hidden;transform:translate(calc(-6.733%), -6px);transition:opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;z-index:10002;overflow:visible}.notifications-tab .notifications-dropdown-menu::before{content:'';position:absolute;width:34.22222137451172px;height:28px;top:-20px;left:6.733%;background:#ffffff;opacity:1;clip-path:polygon(50% 0%, 0% 100%, 100% 100%);z-index:1}.notifications-tab.open .notifications-dropdown-menu{opacity:1;visibility:visible;transform:translate(calc(-6.733%), 0)}.notifications-tab .notifications-dropdown-header{position:absolute;top:0;left:0;width:100%;height:58px;margin:0;padding:0;border:none;pointer-events:none}.notifications-tab .notifications-dropdown-title{position:absolute;top:24px;left:24px;margin:0;padding:0;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:22px;letter-spacing:0;color:#171717;opacity:1;transform:rotate(0deg);pointer-events:auto}.notifications-tab .notifications-mark-read-form{position:absolute;top:25px;left:286px;margin:0;padding:0;display:block;pointer-events:auto}.notifications-tab .notifications-mark-read-btn{background:transparent;border:none;padding:0;margin:0;cursor:pointer;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;text-align:right;vertical-align:middle;color:#2196f3;opacity:1;transform:rotate(0deg);white-space:nowrap}.notifications-tab .notifications-dropdown-tabs{position:absolute;top:58px;left:0;width:100%;height:28px;margin:0;padding:0;border:none}.notifications-tab .notifications-dropdown-tab.active::after{content:'';position:absolute;left:0;bottom:0;width:68px;height:0;opacity:1;border:none;border-bottom:2px solid #2196f3}.notifications-tab .notifications-dropdown-tab--all.active:not(:has(.notifications-dropdown-tab-badge))::after{display:none}.notifications-tab .notifications-dropdown-tab--all.active:not(:has(.notifications-dropdown-tab-badge)) .notifications-dropdown-tab-label{display:inline-block;position:relative}.notifications-tab .notifications-dropdown-tab--all.active:not(:has(.notifications-dropdown-tab-badge)) .notifications-dropdown-tab-label::after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:0;opacity:1;border:none;border-bottom:2px solid #2196f3}.notifications-tab .notifications-dropdown-tab--all{position:absolute;top:0;left:33px;display:flex;align-items:center;gap:8px;height:28px;opacity:1;transform:rotate(0deg)}.notifications-tab .notifications-dropdown-tab-label{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0.005em;color:#171717}.notifications-tab .notifications-dropdown-tab--all.active .notifications-dropdown-tab-label{color:#2196f3;padding-bottom:8px}.notifications-tab .notifications-dropdown-tab-badge{position:absolute;left:25px;top:0px;min-width:28px;height:20px;padding:4px 8px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:18px;background:#e3eefa;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:12px;font-weight:500;line-height:1;color:#2196f3;opacity:1;transform:rotate(0deg)}.notifications-tab .notifications-dropdown-tab--following{position:absolute;top:0;left:123px;display:inline-flex;align-items:center;height:28px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0.005em;color:#6b7280;opacity:1;transform:rotate(0deg);cursor:default}.notifications-tab .notifications-dropdown-tab--following.active{color:#2196f3}.notifications-tab .notifications-dropdown-tab--archive{position:absolute;top:0;left:216px;display:inline-flex;align-items:center;height:28px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0.005em;color:#6b7280;opacity:1;transform:rotate(0deg);cursor:default}.notifications-tab .notifications-dropdown-tab--archive.active{font-weight:500;color:#2196f3}.notifications-tab .notifications-dropdown-list{flex:1 1 auto;align-self:stretch;width:100%;min-height:295px;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;box-sizing:border-box}.notifications-tab .notifications-dropdown-item{min-height:72px;width:100%;box-sizing:border-box;padding:12px 20px;background:#fafcff;border-bottom:1px solid #f0f0f0;opacity:1;transform:rotate(0deg)}.notifications-tab .notifications-dropdown-item-link{text-decoration:none;color:inherit;display:flex;align-items:flex-start;gap:12px}.notifications-tab .notifications-dropdown-avatar{width:40px;height:40px;border-radius:999px;object-fit:cover;flex-shrink:0}.notifications-tab .notifications-dropdown-content{flex:1;min-width:0;overflow:hidden}.notifications-tab .notifications-dropdown-message{margin:0;font-size:16px;line-height:1.35;color:#919191;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.notifications-tab .notifications-dropdown-message .notification-profile-name{font-weight:600;color:#919191}.notifications-tab .notifications-dropdown-message .notification-content-text{font-weight:400;color:#919191}.notifications-tab .notifications-dropdown-time{margin-top:4px;display:inline-block;font-size:14px;color:#919191}.notifications-tab .notifications-dropdown-peer-actions{display:flex;gap:10px;margin:10px 0 0 52px}.notifications-tab .notifications-dropdown-peer-status{margin:10px 0 0 52px;padding:0;font-size:14px;font-weight:500;line-height:1.35;color:#2196f3}.notifications-tab .notifications-dropdown-accept-btn,.notifications-tab .notifications-dropdown-cancel-btn{border-radius:999px;height:30px;padding:0 14px;font-size:14px;font-weight:500;border:1.5px solid #2196f3;cursor:pointer;background:#fff;color:#2196f3}.notifications-tab .notifications-dropdown-accept-btn{background:#2196f3;color:#fff}.notifications-tab .notifications-dropdown-footer{flex-shrink:0;width:100%;min-height:36px;margin:0;margin-top:0;padding:0;box-sizing:border-box;opacity:1;transform:rotate(0deg);display:flex;align-items:center;justify-content:center}.notifications-tab .notifications-dropdown-view-all{margin:0;padding:8px 0;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:20px;letter-spacing:0;text-align:center;vertical-align:middle;color:#2196f3;text-decoration:none;opacity:1;background:transparent;box-sizing:border-box}.notifications-tab .notifications-dropdown-empty{display:flex;align-items:center;justify-content:center;padding:16px 20px;min-height:295px;width:100%;box-sizing:border-box;background:#fafcff;color:#919191;font-size:14px;line-height:20px;text-align:center;opacity:1}@media (max-width: 480px){.notifications-tab .notifications-mark-read-form{left:auto;right:1rem}}.me-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.25rem;width:auto;min-width:2.125rem;height:2.875rem;position:relative;z-index:10001;padding:0;color:#878787}.me-tab.active{color:#171717}.me-tab.active::after{content:'';position:absolute;top:3.125rem;left:50%;transform:translateX(-50%);width:3.875rem;height:0;border:0.09375rem solid #171717;opacity:1}.me-tab.active .me-text-arrow .me-arrow{filter:brightness(0) saturate(100%) invert(9%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%)}.me-tab.active .me-arrow{transform:rotate(180deg)}.me-tab .me-profile-pic{width:1.5rem;height:1.5rem;border-radius:100px;object-fit:cover;opacity:1;flex-shrink:0}.me-tab .me-text-arrow{display:flex;align-items:center;justify-content:center;gap:0.25rem;width:2.125rem;height:1rem;opacity:1}.me-tab .me-text-arrow .nav-tab-text{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:0.75rem;line-height:1rem;letter-spacing:0%;white-space:nowrap;opacity:1;color:inherit;transition:color 0.2s}.me-tab .me-text-arrow .me-arrow{width:0.75rem;height:0.75rem;object-fit:contain;opacity:1;flex-shrink:0;transition:transform 0.2s, filter 0.2s;filter:brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%)}.nav-tab .dropdown-menu{position:absolute;top:100%;right:0;margin-top:0.5rem;background:white;border-radius:0.75rem;box-shadow:0 0.625rem 1.5625rem -0.3125rem rgba(0,0,0,0.1),0 0.625rem 0.625rem -0.3125rem rgba(0,0,0,0.04);min-width:12.5rem;width:12.5rem;opacity:0;visibility:hidden;transform:translateY(-0.5rem) scale(0.95);transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);z-index:10000;border:0.0625rem solid #e2e8f0;overflow:hidden;padding:0.5rem 0}.nav-tab .dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.nav-tab .dropdown-menu .dropdown-content{padding:0}.nav-tab .dropdown-menu .settings-menu-container{padding:0.5rem 0.5rem;display:flex;flex-direction:column;gap:0.25rem}.nav-tab .dropdown-menu .settings-menu-container .settings-menu-item{margin:0;border-radius:0.5rem;transition:all 0.2s ease}.nav-tab .dropdown-menu .settings-menu-container .settings-menu-item .settings-menu-link{display:flex;align-items:center;gap:0.75rem;padding:0.75rem 1rem;width:100%;text-decoration:none;color:#64748b;font-size:0.875rem;font-weight:500;border-radius:0.5rem;transition:all 0.2s cubic-bezier(0.4, 0, 0.2, 1);position:relative}.nav-tab .dropdown-menu .settings-menu-container .settings-menu-item .settings-menu-link .settings-icon-wrapper{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;flex-shrink:0}.nav-tab .dropdown-menu .settings-menu-container .settings-menu-item .settings-menu-link .settings-icon-wrapper .settings-menu-icon{width:1.25rem;height:1.25rem;filter:grayscale(1) brightness(0.6);transition:all 0.2s cubic-bezier(0.4, 0, 0.2, 1)}.nav-tab .dropdown-menu .settings-menu-container .settings-menu-item .settings-menu-link .settings-text{flex:1;font-size:0.875rem;font-weight:500;text-align:left}.nav-tab .dropdown-menu .settings-menu-container .settings-menu-item:hover:not(.upcoming) .settings-menu-link{background-color:#f5faff;color:#2196f3}.nav-tab .dropdown-menu .settings-menu-container .settings-menu-item:hover:not(.upcoming) .settings-menu-link .settings-menu-icon{filter:brightness(0) saturate(100%) invert(41%) sepia(92%) saturate(747%) hue-rotate(181deg) brightness(97%) contrast(101%)}.nav-tab .dropdown-menu .settings-menu-container .settings-menu-item.active .settings-menu-link{background-color:#e3f0ff;color:#2196f3;font-weight:600}.nav-tab .dropdown-menu .settings-menu-container .settings-menu-item.active .settings-menu-link .settings-menu-icon{filter:brightness(0) saturate(100%) invert(41%) sepia(92%) saturate(747%) hue-rotate(181deg) brightness(97%) contrast(101%)}.nav-tab .dropdown-menu .settings-menu-container .settings-menu-item.upcoming{opacity:0.55;cursor:not-allowed;pointer-events:none}.nav-tab .dropdown-menu .settings-menu-container .settings-menu-item.upcoming .settings-menu-link{color:#a7aabc;cursor:not-allowed}.nav-tab .dropdown-menu .settings-menu-container .settings-menu-item.upcoming .settings-menu-link .settings-menu-icon{filter:grayscale(1) brightness(0.4)}.nav-tab .dropdown-menu .dropdown-item{display:flex;align-items:center;gap:0.75rem;padding:0.75rem 1rem;margin:0.25rem 0.5rem;color:#64748b;text-decoration:none;transition:all 0.2s cubic-bezier(0.4, 0, 0.2, 1);width:calc(100% - 1rem);border:none;background:none;cursor:pointer;text-align:left;font-size:0.875rem;border-radius:0.5rem;font-weight:500}.nav-tab .dropdown-menu .dropdown-item i{font-size:1rem;transition:all 0.2s cubic-bezier(0.4, 0, 0.2, 1)}.nav-tab .dropdown-menu .dropdown-item span{flex:1}.nav-tab .dropdown-menu .dropdown-item:hover{background-color:#f5faff;color:#2196f3}.nav-tab .dropdown-menu .dropdown-item:hover i{color:#2196f3}.new-claim-btn-wrapper{flex-shrink:0;margin-left:auto;display:flex;align-items:center}.new-claim-btn{position:relative;width:9.125rem;height:2.8125rem;border-radius:100px;background:#2196F3;display:flex;align-items:center;justify-content:center;gap:0.625rem;padding:0.75rem 1.875rem;text-decoration:none;transition:all 0.2s;flex-shrink:0;opacity:1;box-sizing:border-box}.new-claim-btn:hover{background:#1976D2;transform:translateY(-0.0625rem);box-shadow:0 0.25rem 0.5rem rgba(33,150,243,0.3)}.new-claim-btn:active{transform:translateY(0)}.new-claim-btn .new-claim-icon{width:1.5rem;height:1.5rem;min-width:1.5rem;object-fit:contain;flex-shrink:0;opacity:1}.new-claim-btn .new-claim-text{font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-style:normal;font-size:1rem;line-height:100%;letter-spacing:0%;color:#FFFFFF;white-space:nowrap;flex-shrink:0;opacity:1;width:4.875rem;height:1.1875rem}.new-claim-btn.new-theory-btn{width:10.125rem}.new-claim-btn.new-theory-btn .new-claim-text{width:5.875rem}.user-info-block{position:fixed;width:17.5rem;height:14.9375rem;top:5.9375rem;left:5rem;border-radius:0.5rem;background:#FFFFFF;opacity:1;z-index:1001;overflow:hidden;box-shadow:0 0.125rem 0.5rem rgba(0,0,0,0.1)}.user-info-block .user-info-background{position:absolute;width:17.5rem;height:4.625rem;top:0;left:0;opacity:1;overflow:hidden}.user-info-block .user-info-background .background-img{width:100%;height:100%;object-fit:cover}.user-info-block .user-info-background .background-placeholder{width:100%;height:100%;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%)}.user-info-block .user-info-profile-pic{position:absolute;width:5rem;height:5rem;top:2.375rem;left:1.5rem;border-radius:100px;border:0.1875rem solid #FFFFFF;background:#FFFFFF;overflow:hidden;z-index:1}.user-info-block .user-info-profile-pic .profile-img{width:100%;height:100%;object-fit:cover;border-radius:100px}.user-info-block .user-info-name{position:absolute;width:8.1875rem;height:1.4375rem;top:8.375rem;left:1.5rem;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:600;font-style:normal;font-size:1.25rem;line-height:100%;letter-spacing:0%;color:#171717;opacity:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-info-block .user-info-about{position:absolute;width:11.125rem;height:1.25rem;top:10.3125rem;left:1.5rem;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:1rem;line-height:1.25rem;letter-spacing:0%;color:#171717;opacity:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-info-block .user-info-address{position:absolute;width:9.4375rem;height:1.25rem;top:12.0625rem;left:1.5rem;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:0.875rem;line-height:1.25rem;letter-spacing:0%;color:#4C4C4C;opacity:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-composer-block{position:fixed;width:39.25rem;height:4.5rem;top:5.9375rem;left:24.375rem;border-radius:0.5rem;background:#FFFFFF;opacity:1;z-index:2;overflow:hidden}.post-composer-block .post-composer-profile-pic{position:absolute;width:3rem;height:3rem;top:0.75rem;left:1rem;border-radius:100px;overflow:hidden;z-index:1}.post-composer-block .post-composer-profile-pic .profile-img{width:100%;height:100%;object-fit:cover;border-radius:100px}.post-composer-block .post-composer-field{position:absolute;width:33.5rem;height:3rem;top:0.75rem;left:4.75rem;border-radius:100px;background:#F2F4F7;opacity:1}.post-composer-block .post-composer-field .post-composer-input{width:100%;height:100%;border:none;outline:none;background:transparent;padding:0 1rem;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:0.875rem;line-height:1.25rem;letter-spacing:0%;color:#111827;border-radius:100px}.post-composer-block .post-composer-field .post-composer-input::placeholder{color:#939393;opacity:1}.sort-divider-container{position:fixed;top:11.1875rem;left:24.375rem;width:100%;z-index:1000}.sort-divider-container .sort-divider-line{position:absolute;width:33.125rem;height:0;top:0.5rem;left:0;border-top:0.0625rem solid #D8D8D8;opacity:1}.sort-divider-container .sort-controls{position:absolute;top:0;left:0;width:100%;height:1rem}.sort-divider-container .sort-controls .sort-by-text{position:absolute;width:auto;min-width:2.5625rem;height:1rem;top:0;left:33.8125rem;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:0.75rem;line-height:1rem;letter-spacing:0.5%;text-align:left;color:#919191;opacity:1;white-space:nowrap}.sort-divider-container .sort-controls .sort-dropdown{position:absolute;top:0;left:36.625rem;cursor:pointer}.sort-divider-container .sort-controls .sort-dropdown .sort-option{position:absolute;width:1.375rem;height:1rem;top:0;left:0;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:0.75rem;line-height:1rem;letter-spacing:0%;color:#171717;opacity:1}.sort-divider-container .sort-controls .sort-dropdown .sort-arrow{position:absolute;width:0.75rem;height:0.75rem;top:0.125rem;left:1.875rem;object-fit:contain;opacity:1}.feed-card-reshare-wrapper{position:relative;width:39.25rem;border-radius:0.5rem;background:#FFFFFF;opacity:1;overflow:visible;box-shadow:0 2px 8px rgba(0,0,0,0.1);margin-bottom:1rem}.feed-card-reshare-wrapper.js-card-clickable{cursor:pointer}.feed-card-reshare-wrapper .feed-card-reshare-header{display:flex;align-items:center;gap:0.5rem;padding:1rem 1rem 0.5rem 1rem;overflow:visible}.feed-card-reshare-wrapper .feed-card-reshare-header .feed-card-reshare-avatar{width:1.5rem;height:1.5rem;border-radius:50%;overflow:hidden;flex-shrink:0}.feed-card-reshare-wrapper .feed-card-reshare-header .feed-card-reshare-avatar .profile-img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.feed-card-reshare-wrapper .feed-card-reshare-header .feed-card-reshare-details{display:flex;align-items:center;gap:0.375rem;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size:0.875rem;line-height:1.25rem}.feed-card-reshare-wrapper .feed-card-reshare-header .feed-card-reshare-details .feed-card-reshare-name{font-weight:500;color:#171717}.feed-card-reshare-wrapper .feed-card-reshare-header .feed-card-reshare-details .feed-card-reshare-label{font-weight:400;color:#919191}.feed-card-reshare-wrapper .feed-card-reshare-header .feed-card-reshare-details .feed-card-reshare-time{font-weight:400;color:#919191;font-size:0.875rem}.feed-card-reshare-wrapper .feed-card-reshare-content{padding:0 0.75rem 0.75rem 0.75rem}.feed-card-reshare-wrapper .feed-card-reshare-content .feed-card-block{width:100%;margin-bottom:0;box-shadow:0 1px 3px rgba(0,0,0,0.08);border:0.0625rem solid #E5E7EB}.feed-card-reshare-wrapper .feed-card-reshare-content .feed-card-block .feed-card-menu{left:calc(100% - 1.5rem - 0.75rem)}.feed-card-reshare-wrapper .feed-card-reshare-content .feed-card-block .feed-card-divider{width:calc(100% - 2rem);left:1rem}.feed-card-reshare-wrapper .feed-card-reshare-content .feed-card-block .feed-card-actions-wrapper{left:0;right:0;width:100%}.feed-card-reshare-wrapper .feed-card-reshare-content .feed-card-block .feed-card-actions{margin-left:1rem;margin-right:12rem}.feed-card-reshare-wrapper .feed-card-reshare-content .feed-card-block .feed-card-bottom-bar{width:415px}.feed-card-reshare-wrapper .feed-card-reshare-content .feed-card-block .feed-card-comment-form{width:100%}.feed-card-reshare-wrapper .feed-card-reshare-content .feed-card-block .feed-card-comment-form .feed-card-comment-field{width:calc(100% - 4rem);max-width:34.25rem}.feed-card-block{position:relative;width:39.25rem;min-height:12.125rem;border-radius:0.5rem;background:#FFFFFF;opacity:1;overflow:visible;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding-bottom:0;transition:padding-bottom 0.3s ease}.feed-card-block.js-card-clickable{cursor:pointer}.feed-card-block .feed-card-header{position:relative;min-height:5rem}.feed-card-block .feed-card-profile-pic{position:absolute;width:3rem;height:3rem;top:0.75rem;left:1rem;border-radius:100px;overflow:hidden}.feed-card-block .feed-card-profile-pic .profile-img{width:100%;height:100%;object-fit:cover;border-radius:100px}.feed-card-block .feed-card-username-container{position:absolute;top:0.8125rem;left:4.75rem;display:flex;align-items:center;gap:0.25rem;opacity:1}.feed-card-block .feed-card-username{height:1rem;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:1rem;line-height:1rem;letter-spacing:0%;color:#171717;display:inline-block}.feed-card-block .feed-card-verified{display:inline-flex;align-items:center;opacity:1;margin-right:0.425rem}.feed-card-block .feed-card-verified .verified-icon{width:0.798465rem;height:0.798465rem;object-fit:contain;top:0.75rem;left:0.100625rem}.feed-card-block .feed-card-dot-1{width:0.25rem;height:0.25rem;background:#4C4C4C;border-radius:50%;opacity:1;flex-shrink:0}.feed-card-block .feed-card-follow-status{height:0.875rem;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:0.75rem;line-height:100%;letter-spacing:0%;color:#939393;text-decoration:none;opacity:1;display:inline-flex;align-items:center}.feed-card-block .feed-card-follow-status:hover{text-decoration:underline}.feed-card-block .feed-card-menu{position:absolute;width:1.5rem;height:1.5rem;top:1rem;left:36.75rem;opacity:1;cursor:pointer}.feed-card-block .feed-card-menu .menu-icon{width:100%;height:100%;object-fit:contain}.feed-card-block .feed-card-menu .feed-card-menu-dropdown{position:absolute;width:199px;height:137px;top:34px;left:-174px;opacity:0;visibility:hidden;background:#FFFFFF;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.15);z-index:1000;transition:opacity 0.2s ease, visibility 0.2s ease}.feed-card-block .feed-card-menu .feed-card-menu-dropdown.show{opacity:1;visibility:visible}.feed-card-block .feed-card-menu .feed-card-menu-dropdown .feed-menu-item{position:absolute;display:flex;align-items:center;gap:12px;cursor:pointer;padding:0}.feed-card-block .feed-card-menu .feed-card-menu-dropdown .feed-menu-item:first-child{top:20px;left:20px;width:97px;height:19px}.feed-card-block .feed-card-menu .feed-card-menu-dropdown .feed-menu-item:nth-child(2){top:59px;left:20px;width:104px;height:19px}.feed-card-block .feed-card-menu .feed-card-menu-dropdown .feed-menu-item:nth-child(3){top:98px;left:20px;width:164px;height:19px}.feed-card-block .feed-card-menu .feed-card-menu-dropdown .feed-menu-item .feed-menu-icon{width:15px;height:15px;opacity:1;flex-shrink:0;object-fit:contain}.feed-card-block .feed-card-menu .feed-card-menu-dropdown .feed-menu-item .feed-menu-text{width:auto;min-width:70px;height:19px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0%;color:#263238;opacity:1;white-space:nowrap}.feed-card-block .feed-card-info{position:absolute;height:0.875rem;top:1.875rem;left:4.75rem;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:0.75rem;line-height:100%;letter-spacing:0%;color:#939393;opacity:1}.feed-card-block .feed-card-time-container{position:absolute;top:2.875rem;left:4.75rem;display:flex;align-items:center;gap:0.25rem;opacity:1}.feed-card-block .feed-card-time{height:0.875rem;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:0.75rem;line-height:0.875rem;color:#171717;white-space:nowrap}.feed-card-block .feed-card-dot-2{width:0.25rem;height:0.25rem;background:#4C4C4C;border-radius:50%;opacity:1;flex-shrink:0}.feed-card-block .feed-card-fact-badge{display:none;position:absolute;width:3.5rem;height:1.5rem;top:4.625rem;left:1rem;border-radius:1.75rem;gap:0.625rem;padding:3px 8px;background:#E5FFE8;align-items:center;justify-content:center;box-sizing:border-box}.feed-card-block .feed-card-fact-badge-text{font-family:'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:0.875rem;line-height:100%;letter-spacing:0%;color:#11AD24}.feed-card-block .feed-card-theory-badge{display:none;position:absolute;width:71px;min-width:71px;height:1.5rem;top:4.625rem;left:1rem;border-radius:1.75rem;gap:0.625rem;padding:3px 8px;background:#FFEBE2;align-items:center;justify-content:center;box-sizing:border-box}.feed-card-block .feed-card-theory-badge-text{font-family:'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:0.875rem;line-height:100%;letter-spacing:0%;color:#FF7A3C}.feed-card-block .feed-card-content{position:absolute;top:5.5rem;left:1rem;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:0.75rem;line-height:1.25rem;letter-spacing:0%;color:#171717;opacity:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.feed-card-block .feed-card-divider{position:absolute;width:37.25rem;height:0;top:9rem;left:1rem;border-top:0.0625rem solid #D8D8D8;opacity:1}.feed-card-block .feed-card-bottom-bar{width:440px;position:absolute;top:9.75rem;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:1rem}.feed-card-block.fact-card .feed-card-bottom-bar{top:10.75rem}.feed-card-block .feed-card-bottom-bar .feed-card-actions-wrapper{position:relative;top:auto;left:auto;right:auto}.feed-card-block .feed-card-bottom-bar .feed-card-verified-by{position:relative;top:auto;right:auto}.feed-card-block .feed-card-verified-by{position:absolute;width:9.625rem;height:1.625rem;top:9.75rem;right:1rem;display:flex;align-items:center;gap:0.75rem;opacity:1}.feed-card-block .feed-card-verified-by .verified-by-label{height:1.25rem;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:0.875rem;line-height:1.25rem;letter-spacing:0.5%;text-align:center;color:#919191;opacity:1;white-space:nowrap}.feed-card-block .feed-card-verified-by .verified-by-avatars{display:flex;align-items:center;gap:0.5rem}.feed-card-block .feed-card-verified-by .verified-by-avatars .verified-by-avatar{width:2rem;height:1.666666rem;border-radius:50%;border:0.125rem solid #FFFFFF;object-fit:cover;opacity:1}.feed-card-block .feed-card-actions-wrapper{position:absolute;top:9.875rem;left:0;right:0;display:flex;flex-direction:column;gap:0.75rem;width:100%}.feed-card-block .feed-card-actions{position:relative;height:1.5rem;margin-left:1rem;margin-right:12rem;display:flex;align-items:center;gap:1.875rem;opacity:1;width:auto}.feed-card-block .feed-card-actions .feed-action-like{height:1.125rem;display:flex;align-items:center;gap:0.3125rem;opacity:1}.feed-card-block .feed-card-actions .feed-action-like .feed-like{text-decoration:none;display:flex;align-items:center;gap:0.3125rem}.feed-card-block .feed-card-actions .feed-action-like .like-btn{width:1.125rem;height:1.125rem;display:flex;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer;opacity:1}.feed-card-block .feed-card-actions .feed-action-like .like-btn .like-icon{width:100%;height:100%;object-fit:contain}.feed-card-block .feed-card-actions .feed-action-like .like-btn.liked .like-icon{filter:brightness(0) saturate(100%) invert(41%) sepia(92%) saturate(747%) hue-rotate(181deg) brightness(97%) contrast(101%)}.feed-card-block .feed-card-actions .feed-action-like .like-count{height:1rem;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:0.875rem;line-height:1rem;letter-spacing:0%;color:#4C4C4C;opacity:1;text-decoration:none}.feed-card-block .feed-card-actions .feed-action-comment{width:5.25rem;height:1.5rem;display:flex;align-items:center;gap:0.25rem;opacity:1}.feed-card-block .feed-card-actions .feed-action-comment .comment-icon{width:1.125rem;height:1.125rem;object-fit:contain;opacity:1}.feed-card-block .feed-card-actions .feed-action-comment .comment-count{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:0.875rem;line-height:1.5rem;letter-spacing:0%;color:#919191;opacity:1}.feed-card-block .feed-card-actions .feed-action-comment .comment-text{height:1.5rem;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:0.875rem;line-height:1.5rem;letter-spacing:0%;color:#919191;opacity:1}.feed-card-block .feed-card-actions .feed-action-share{width:3.625rem;height:1.5rem;display:flex;align-items:center;gap:0.25rem;opacity:1}.feed-card-block .feed-card-actions .feed-action-share .feed-share-btn{display:flex;align-items:center;gap:0.25rem;background:none;border:none;padding:0;cursor:pointer;opacity:1}.feed-card-block .feed-card-actions .feed-action-share .share-icon{width:0.965rem;height:0.965rem;object-fit:contain;opacity:1;filter:brightness(0) saturate(100%) invert(57%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%)}.feed-card-block .feed-card-actions .feed-action-share .share-text{width:2.25rem;height:1.5rem;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:0.875rem;line-height:1.5rem;letter-spacing:0%;color:#919191;opacity:1}.feed-card-block .feed-card-actions .feed-action-reshare{width:3.625rem;height:1.5rem;display:flex;align-items:center;gap:0.25rem;opacity:1}.feed-card-block .feed-card-actions .feed-action-reshare .feed-reshare-btn{display:flex;align-items:center;gap:0.25rem;background:none;border:none;padding:0;cursor:pointer;opacity:1}.feed-card-block .feed-card-actions .feed-action-reshare .feed-reshare-btn:disabled{opacity:0.6;cursor:not-allowed}.feed-card-block .feed-card-actions .feed-action-reshare .reshare-icon{width:0.965rem;height:0.965rem;object-fit:contain;opacity:1;filter:brightness(0) saturate(100%) invert(57%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%)}.feed-card-block .feed-card-actions .feed-action-reshare .reshare-text{width:2.25rem;height:1.5rem;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:0.875rem;line-height:1.5rem;letter-spacing:0%;color:#919191;opacity:1}.feed-card-block .feed-card-comments-section{position:relative;padding-top:0.75rem;padding-left:1rem;padding-right:1rem;padding-bottom:0.75rem;width:100%;opacity:1;display:none;clear:both}.feed-card-block .feed-card-comments-section.visible{display:block}.feed-card-block .feed-card-comments-section .feed-card-comment-form{margin-top:1.75rem;margin-bottom:0}.feed-card-block .feed-card-comments-section .feed-card-most-relevant{position:relative;margin-top:2.0rem;margin-bottom:1.25rem;margin-left:-1rem;height:1rem;width:calc(100% + 2rem);display:flex;align-items:center}.feed-card-block .feed-card-comments-section .feed-card-most-relevant .most-relevant-text{position:absolute;left:1rem;width:5.125rem;height:1rem;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:500;font-style:normal;font-size:0.75rem;line-height:1rem;letter-spacing:0%;color:#919191;opacity:1;display:flex;align-items:center}.feed-card-block .feed-card-comments-section .feed-card-most-relevant .most-relevant-arrow{position:absolute;left:6.375rem;width:0.75rem;height:0.75rem;opacity:1;object-fit:contain;top:50%;transform:translateY(-50%)}.feed-card-block .feed-card-comments-section .feed-card-comments-list{padding-right:1rem}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item{margin-bottom:1.5rem;position:relative}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item:last-child{margin-bottom:0}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-avatar-container{position:absolute;left:0;top:0;flex-shrink:0;width:30px;height:30px}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-avatar-container .comment-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;opacity:1}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-author-date-block{position:relative;min-width:91px;width:auto;height:32px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0;margin-left:35px;margin-top:0;opacity:1}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-author-date-block .comment-author{width:auto;min-width:91px;height:16px;font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:100%;letter-spacing:0%;color:#171717;opacity:1;white-space:nowrap;overflow:visible;text-align:left}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-author-date-block .comment-author strong{font-weight:400;white-space:nowrap}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-author-date-block .comment-date{width:auto;min-width:91px;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:0.75rem;line-height:1rem;letter-spacing:0%;color:#4C4C4C;opacity:1;white-space:nowrap;text-align:left}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-author-date-block .comment-actions{position:absolute;right:0;top:0}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-text-wrapper{position:relative;margin-top:0.5rem;margin-left:25px;width:562px;height:36px;opacity:1}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-text-wrapper .comment-text{width:562px;height:36px;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:12px;line-height:18px;letter-spacing:0%;color:#171717;opacity:1;word-wrap:break-word}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-text-wrapper .comment-text p{margin:0;padding:0}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-meta{position:relative;margin-top:0.5rem;margin-left:35px;width:99px;height:20px;display:flex;align-items:center;gap:25px;opacity:1}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-meta .comment-meta-left{display:flex;align-items:center;gap:25px}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-meta .comment-meta-left .comment-share-link{display:none}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-meta .comment-meta-left .comment-like-container{width:auto;height:20px;display:flex;align-items:center;gap:5px;opacity:1}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-meta .comment-meta-left .comment-like-container .comment-like-link{display:flex;align-items:center;gap:5px}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-meta .comment-meta-left .comment-like-container .comment-like-link .comment-like{display:flex;align-items:center;gap:5px;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:0.75rem;color:#919191;text-decoration:none;border:none;background:none;padding:0;cursor:pointer}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-meta .comment-meta-left .comment-like-container .comment-like-link .comment-like:hover{text-decoration:underline}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-meta .comment-meta-left .comment-like-container .comment-like-link .comment-like .comment-like-icon{width:20px;height:20px;opacity:1;display:block;flex-shrink:0}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-meta .comment-meta-left .comment-like-container .comment-like-link .comment-like.liked{text-decoration:none}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-meta .comment-meta-left .comment-like-container .comment-like-link .comment-like.liked:hover{text-decoration:none}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-meta .comment-meta-left .comment-like-container .comment-like-link .comment-like.liked .comment-like-count-number{width:auto;min-width:14px;height:16px;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:13px;line-height:16px;letter-spacing:0%;color:#4C4C4C;opacity:1;display:inline-block;flex-shrink:0}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-meta .comment-meta-left .comment-reply-link{width:35px;height:18px;opacity:1;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:13px;line-height:18px;letter-spacing:0%;color:#171717;text-decoration:none;display:inline-block}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-meta .comment-meta-left .comment-reply-link .comment-reply{width:35px;height:18px;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:13px;line-height:18px;letter-spacing:0%;color:#171717;text-decoration:none;display:inline-block}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-meta .comment-meta-left .comment-reply-link:hover{text-decoration:none}.feed-card-block .feed-card-comments-section .feed-card-comments-list .comment-item .comment-meta .comment-meta-left .comment-reply-link:hover .comment-reply{text-decoration:none}.feed-card-block .feed-card-comment-form{position:relative;left:0;display:flex;align-items:center;width:100%;opacity:1}.feed-card-block .feed-card-comment-form.no-comments{margin-bottom:1rem}.feed-card-block .feed-card-comment-form .feed-card-comment-profile-pic{position:absolute;left:0;width:2.25rem;height:2.25rem;border-radius:100px;overflow:hidden;flex-shrink:0}.feed-card-block .feed-card-comment-form .feed-card-comment-profile-pic .profile-img{width:100%;height:100%;object-fit:cover;border-radius:100px}.feed-card-block .feed-card-comment-form .feed-card-comment-field{position:absolute;left:3rem;width:calc(100% - 3rem);max-width:34.25rem;height:2.75rem}.feed-card-block .feed-card-comment-form .feed-card-comment-field .feed-card-comment-input{width:100%;height:100%;padding:0.75rem 2.5rem 0.75rem 1rem;border:0.0625rem solid #E5E7EB;border-radius:100px;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-weight:400;font-style:normal;font-size:0.875rem;line-height:1.25rem;letter-spacing:0%;color:#171717;background:#FFFFFF;opacity:1}.feed-card-block .feed-card-comment-form .feed-card-comment-field .feed-card-comment-input::placeholder{color:#939393}.feed-card-block .feed-card-comment-form .feed-card-comment-field .feed-card-comment-input:focus{outline:none;border-color:#346FCF}.feed-card-block .feed-card-comment-form .feed-card-comment-field .feed-card-comment-emoji{position:absolute;top:0.75rem;right:0.75rem;width:1.25rem;height:1.25rem;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:1}.feed-card-block .feed-card-comment-form .feed-card-comment-field .feed-card-comment-emoji .emoji-icon{width:100%;height:100%;object-fit:contain}.feed-card-standalone .feed-card-bottom-bar{top:10.75rem;width:440px}.materio-card{border:1px solid #e7eaf3;border-radius:0.75rem;box-shadow:0 0.125rem 0.25rem rgba(165,163,174,0.3);transition:all 0.3s ease}.materio-card:hover{box-shadow:0 0.5rem 1rem rgba(165,163,174,0.15);transform:translateY(-2px)}.materio-header{background:linear-gradient(135deg, #696cff 0%, #5a5fcf 100%);color:white;border-radius:0.75rem 0.75rem 0 0;padding:1.5rem}.materio-info-card{background:linear-gradient(135deg, #71dd37 0%, #5cb85c 100%);color:white;border-radius:0.75rem 0.75rem 0 0;padding:1.5rem}.materio-analysis-card{background:linear-gradient(135deg, #ffab00 0%, #ff9800 100%);color:white;border-radius:0.75rem 0.75rem 0 0;padding:1.5rem}.materio-system-card{background:linear-gradient(135deg, #8592a3 0%, #6c757d 100%);color:white;border-radius:0.75rem 0.75rem 0 0;padding:1.5rem}.materio-badge{background:rgba(105,108,255,0.1);color:#696cff;border:1px solid rgba(105,108,255,0.2);padding:0.5rem 1rem;border-radius:0.5rem;font-weight:600;font-size:0.875rem}.materio-info-item{background:#f8f9fa;border:1px solid #e7eaf3;border-radius:0.5rem;padding:1rem;margin-bottom:0.75rem}.materio-tab{background:#f8f9fa;border:1px solid #e7eaf3;color:#697a8d;padding:0.75rem 1.5rem;border-radius:0.5rem;margin-right:0.5rem;cursor:pointer;transition:all 0.3s ease;font-weight:500}.materio-tab.active{background:#696cff;color:white;border-color:#696cff}.materio-tab:hover{background:#e7eaf3}.materio-tab.active:hover{background:#5a5fcf}.materio-content-area{background:#f8f9fa;border:1px solid #e7eaf3;border-radius:0.5rem;padding:1.5rem}.materio-metric-card{background:white;border:1px solid #e7eaf3;border-radius:0.75rem;padding:1.5rem;text-align:center;transition:all 0.3s ease}.materio-metric-card:hover{transform:translateY(-2px);box-shadow:0 0.5rem 1rem rgba(165,163,174,0.15)}.materio-icon{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem}.materio-icon.primary{background:rgba(105,108,255,0.1);color:#696cff}.materio-icon.success{background:rgba(113,221,55,0.1);color:#71dd37}.materio-icon.warning{background:rgba(255,171,0,0.1);color:#ffab00}.materio-icon.info{background:rgba(133,146,163,0.1);color:#8592a3}.materio-form-card{border:1px solid #e7eaf3;border-radius:0.75rem;box-shadow:0 0.125rem 0.25rem rgba(165,163,174,0.3);transition:all 0.3s ease}.materio-form-card:hover{box-shadow:0 0.5rem 1rem rgba(165,163,174,0.15)}.materio-form-header{background:linear-gradient(135deg, #696cff 0%, #5a5fcf 100%);color:white;border-radius:0.75rem 0.75rem 0 0;padding:1.5rem}.materio-form-group{margin-bottom:1.5rem}.materio-form-label{font-weight:600;color:#697a8d;margin-bottom:0.5rem;font-size:0.875rem}.materio-form-control{border:1px solid #e7eaf3;border-radius:0.5rem;padding:0.75rem 1rem;font-size:0.875rem;transition:all 0.3s ease}.materio-form-control:focus{border-color:#696cff;box-shadow:0 0 0 0.2rem rgba(105,108,255,0.25)}.materio-form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 0.75rem center;background-size:16px 12px;padding-right:2.5rem;cursor:pointer}.materio-user-info{display:flex;align-items:center;gap:0.5rem;padding:0.5rem;border-radius:0.25rem;background:#f8f9fa;border:1px solid #e7eaf3;margin-bottom:1rem}.materio-user-avatar{width:2rem;height:2rem;border-radius:50%;background:#696cff;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:0.75rem}.materio-btn-primary{background:linear-gradient(135deg, #696cff 0%, #5a5fcf 100%);border:none;border-radius:0.5rem;color:white;font-weight:600;font-size:0.875rem;padding:0.75rem 2rem;transition:all 0.3s ease;box-shadow:0 0.125rem 0.25rem rgba(105,108,255,0.3)}.materio-btn-primary:hover{background:linear-gradient(135deg, #5a5fcf 0%, #4a4fb8 100%);transform:translateY(-1px);box-shadow:0 0.25rem 0.5rem rgba(105,108,255,0.4);color:white}.materio-btn-secondary{background:white;border:1px solid #e7eaf3;border-radius:0.5rem;color:#697a8d;font-weight:600;font-size:0.875rem;padding:0.75rem 2rem;transition:all 0.3s ease}.materio-btn-secondary:hover{background:#f8f9fa;border-color:#d9dee3;color:#2b2c40;transform:translateY(-1px);box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.1)}.materio-card{border:1px solid #e7eaf3;border-radius:0.75rem;box-shadow:0 0.125rem 0.25rem rgba(165,163,174,0.3);transition:all 0.3s ease}.materio-card:hover{box-shadow:0 0.5rem 1rem rgba(165,163,174,0.15);transform:translateY(-2px)}.materio-header{background:linear-gradient(135deg, #696cff 0%, #5a5fcf 100%);color:white;border-radius:0.75rem 0.75rem 0 0;padding:1.5rem}.materio-info-card{background:linear-gradient(135deg, #71dd37 0%, #5cb85c 100%);color:white;border-radius:0.75rem 0.75rem 0 0;padding:1.5rem}.materio-badge{background:rgba(105,108,255,0.1);color:#696cff;border:1px solid rgba(105,108,255,0.2);padding:0.5rem 1rem;border-radius:0.5rem;font-weight:600;font-size:0.875rem}.materio-info-item{background:#f8f9fa;border:1px solid #e7eaf3;border-radius:0.5rem;padding:1rem;margin-bottom:0.75rem}.materio-metric-card{background:white;border:1px solid #e7eaf3;border-radius:0.75rem;padding:1.5rem;text-align:center;transition:all 0.3s ease}.materio-metric-card:hover{transform:translateY(-2px);box-shadow:0 0.5rem 1rem rgba(165,163,174,0.15)}.materio-icon{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem}.materio-icon.primary{background:rgba(105,108,255,0.1);color:#696cff}.materio-icon.success{background:rgba(113,221,55,0.1);color:#71dd37}.materio-icon.warning{background:rgba(255,171,0,0.1);color:#ffab00}.materio-icon.info{background:rgba(133,146,163,0.1);color:#8592a3}.materio-avatar{width:5rem;height:5rem;border-radius:50%;border:3px solid #696cff;margin:0 auto 1.5rem}.materio-form-group{margin-bottom:2rem}.materio-form-label{font-weight:600;color:#697a8d;margin-bottom:0.75rem;font-size:0.875rem;display:flex;align-items:center}.materio-form-control{border:1px solid #e7eaf3;border-radius:0.5rem;padding:0.75rem 1rem;font-size:0.875rem;transition:all 0.3s ease;background-color:#fff}.materio-form-control:focus{border-color:#696cff;box-shadow:0 0 0 0.2rem rgba(105,108,255,0.25);outline:none}.materio-btn-primary{background:linear-gradient(135deg, #696cff 0%, #5a5fcf 100%);border:none;border-radius:0.5rem;color:white;font-weight:600;font-size:0.875rem;padding:0.75rem 2rem;transition:all 0.3s ease;box-shadow:0 0.125rem 0.25rem rgba(105,108,255,0.3)}.materio-btn-primary:hover{background:linear-gradient(135deg, #5a5fcf 0%, #4a4fb8 100%);transform:translateY(-1px);box-shadow:0 0.25rem 0.5rem rgba(105,108,255,0.4);color:white}.materio-btn-secondary{background:white;border:1px solid #e7eaf3;border-radius:0.5rem;color:#697a8d;font-weight:600;font-size:0.875rem;padding:0.75rem 2rem;transition:all 0.3s ease}.materio-btn-secondary:hover{background:#f8f9fa;border-color:#d9dee3;color:#2b2c40;transform:translateY(-1px);box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.1)}.materio-avatar{width:5rem;height:5rem;border-radius:50%;border:3px solid #696cff;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.materio-metric-card{background:linear-gradient(135deg, #696cff 0%, #5a5fcf 100%);border-radius:1rem;padding:1.5rem;color:white;text-align:center;box-shadow:0 0.5rem 1rem rgba(105,108,255,0.3)}.materio-metric-value{font-size:2rem;font-weight:700;margin-bottom:0.5rem}.materio-metric-label{font-size:0.875rem;opacity:0.9}.tradition-badge{padding:0.5rem 1rem;border-radius:2rem;font-weight:600;font-size:0.875rem;margin:0.25rem;display:inline-block}.tradition-jewish{background:#ffd700;color:#000}.tradition-christian{background:#007bff;color:#fff}.tradition-muslim{background:#28a745;color:#fff}.tradition-actual{background:#6c757d;color:#fff}.tradition-ethiopian{background:#fd7e14;color:#fff}h1,.heading-h1{font-family:"SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;font-size:60px;line-height:70px;font-weight:700;color:#0B0146}h2,.heading-h2{font-family:"SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;font-size:40px;line-height:48px;font-weight:700;color:#0B0146}h3,.heading-h3{font-family:"SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;font-size:32px;line-height:40px;font-weight:700;color:#0B0146}h4,.heading-h4{font-family:"SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;font-size:24px;line-height:28px;font-weight:600;color:#0B0146}.body-large{font-family:"SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;font-size:24px;line-height:38px;font-weight:400;color:#5A5A89}.body-default{font-family:"SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;font-size:18px;line-height:30px;font-weight:400;color:#5A5A89}.body-small{font-family:"SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;font-size:14px;line-height:24px;font-weight:400;color:#5A5A89}.flash-container{position:fixed;bottom:20px;right:20px;z-index:10060;display:flex;flex-direction:column;gap:10px}.flash-message{padding:12px 18px;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,0.15);font-size:0.95rem;color:white;animation:slideIn 0.3s ease-out;min-width:250px;max-width:300px}.flash-message.notice{background-color:#1c64f2}.flash-message.alert{background-color:#f44336}@keyframes slideIn{from{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}
