﻿*,*::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}.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:#f8f9fe;padding-left:240px}.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;top:0;left:0;height:100vh;z-index:1000;width:240px;background-color:#181c23;border-right:none;padding:20px 0;flex-shrink:0;min-height:100vh;overflow-y:auto}@media (max-width: 768px){.dashboard-nav{width:60px}.dashboard-nav .nav-text{display:none}}.i-nav-logo{display:flex;justify-content:center;padding:0 20px 20px;border-bottom:1px solid #23263b;background:#181c23}.i-nav-logo img{height:32px}.nav-section-title{color:#a7aabc;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin:18px 0 6px 32px;opacity:0.7}.nav-text{color:white}.nav-items{padding:10px 0;display:flex;flex-direction:column;gap:4px}.nav-items.nav-sources{margin-bottom:12px}.nav-items.nav-settings{margin-top:18px}.nav-items .nav-item{display:flex;align-items:center;gap:12px;margin:0 12px;padding:8px 16px;color:#fff;text-decoration:none;transition:all 0.2s ease;border-radius:8px;font-weight:500;background:none}.nav-items .nav-item:hover{background-color:#23263b;color:#fff}.nav-items .nav-item.active{background-color:#2563eb;color:#fff;font-weight:700}.nav-items .nav-item.active .nav-icon{color:#fff}.nav-items .nav-item.upcoming{opacity:0.7;cursor:not-allowed}.nav-items .nav-item .nav-icon{font-size:18px;color:#a7aabc;transition:color 0.2s ease}.nav-items .nav-item .nav-text{font-size:15px}.dashboard-main{background-color:#fff;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:#fff;min-height:100vh}.feed-center{flex:1 1 0;max-width:none;margin:0;display:flex;flex-direction:column;height:100vh;background:#fff;padding-top:1rem}.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{flex:1 1 0;overflow-y:auto;max-height:calc(100vh - 120px);display:flex;flex-direction:column;gap:0;padding-bottom:80px;background:#fff}.feed-loader{text-align:center;color:#64748b;font-size:1.1rem;margin:18px 0}.feed-rightbar{width:320px;min-width:260px;max-width:340px;padding:32px 0 0 0;position:sticky;top:0;align-self:flex-start;background:#fff;border-left:1.5px solid #e5e7eb;min-height:100vh}.feed-top-picks,.feed-who-to-follow{background:#fff;border-radius:14px;box-shadow:0 2px 8px rgba(30,41,59,0.04);padding:18px 18px 18px 18px;margin-bottom:22px}.feed-top-picks h3,.feed-who-to-follow h3{font-size:1.1rem;font-weight:700;color:#23263b;margin-bottom:12px}.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 .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:#fff;min-height:100vh}.claim-center{flex:1 1 0;max-width:none;margin:0;display:flex;flex-direction:column;height:100vh;background:#fff;padding-top:1rem}.claim-header{padding:24px 32px 12px 32px;font-size:1.5rem;font-weight:700;color:#23263b}.claim-details-list{flex:1 1 0;overflow-y:auto;max-height:calc(100vh - 120px);display:flex;flex-direction:column;gap:0;padding-bottom:40px;background:#fff}.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-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-section{margin-bottom:12px}.claim-details-evidence{font-size:1.01rem;color:#23263b;margin-top:10px;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-rightbar{width:320px;min-width:260px;max-width:340px;padding:32px 0 0 0;position:sticky;top:0;align-self:flex-start;background:#fff;border-left:1.5px solid #e5e7eb;min-height:100vh;display:flex;flex-direction:column;gap:24px}.claim-verified-by,.claim-posted-by,.claim-primary-source,.claim-secondary-source{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-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:12px}.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}.new-claim-main{display:flex;gap:0;align-items:flex-start;background:#fff;min-height:100vh}.new-claim-center{flex:0 1 900px;max-width:900px;margin:0;display:flex;flex-direction:column;height:100vh;background:#fff;padding-top:1rem}.new-claim-header{padding:24px 32px 12px 32px;display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.new-claim-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#23263b}.new-claim-content{flex:1 1 0;overflow-y:auto;max-height:calc(100vh - 120px);display:flex;flex-direction:column;gap:0;padding:0 32px 80px 32px;background:#fff}.new-claim-title{font-size:1.6rem;font-weight:700;margin-bottom:24px;color:#23263b}.new-claim-field{margin-bottom:28px}.new-claim-field label{font-size:1.13rem;font-weight:600;color:#23263b;margin-bottom:8px;display:block}.new-claim-input{width:100%;border:1.5px solid #e5e7eb;border-radius:8px;padding:16px 18px;font-size:1.08rem;background:#fafbfc;color:#23263b;margin-top:6px;resize:none;transition:border 0.2s}.new-claim-input:focus{border-color:#2563eb;outline:none}.new-claim-char-count{text-align:right;font-size:0.97rem;color:#64748b;margin-top:4px}.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:#2563eb;border:1.5px solid #2563eb;border-radius:8px;padding:7px 18px;font-size:1.08rem;font-weight:600;cursor:pointer;transition:background 0.2s, color 0.2s, border 0.2s;display:flex;align-items:center;gap:7px}.add-source-btn:hover{background:#2563eb;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:18px;margin-top:32px;margin-bottom:32px}.new-claim-cancel{background:#f3f4f6;color:#64748b;border:none;border-radius:8px;padding:10px 28px;font-size:1.08rem;font-weight:600;cursor:pointer;transition:background 0.2s, color 0.2s}.new-claim-cancel:hover{background:#e5e7eb;color:#23263b}.new-claim-submit{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:10px 28px;font-size:1.08rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background 0.2s}.new-claim-submit:hover{background:#1746a2}.new-claim-rightbar{max-width:600px;padding:32px 0 0 0;position:sticky;top:0;align-self:flex-start;background:#fff;border-left:1.5px solid #e5e7eb;min-height:100vh}.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:0;padding:0}.new-claim-center{height:auto;min-height:60vh}.new-claim-content{max-height:none;padding:0 24px 40px 24px}.new-claim-rightbar{width:100%;max-width:none;min-height:auto;border-left:none;border-top:1.5px solid #e5e7eb}.new-claim-illustration{margin-top:0;min-width:0;width:100%;justify-content:flex-start}}@media (max-width: 700px){.new-claim-main{flex-direction:column;gap:0;padding:0}.new-claim-center{height:auto;min-height:50vh}.new-claim-content{max-height:none;padding:0 16px 32px 16px}.new-claim-rightbar{width:100%;max-width:none;min-height:auto;border-left:none;border-top:1.5px solid #e5e7eb}.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}}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}.my-claims-header-row{display:flex;justify-content:space-between;align-items:center;margin:2rem 0 1.5rem 0}.my-claims-title{font-size:1.6rem;color:#222;font-weight:600;margin:0}.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{display:flex;gap:1.5rem;margin-bottom:2rem;background:#fff;border-radius:12px;padding:0.7rem 1.2rem;border:2px solid #e5e7eb;max-width:35rem}.my-claims-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}.my-claims-filter.active{background:#e3f0ff;color:#2196f3;font-weight:600}.my-claims-filter:hover{background:#f5faff;color:#2196f3}.my-claims-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:flex-start}.my-claim-card{min-width:420px;max-width:48%;flex:1 1 48%;background:#fff;border-radius:14px;box-shadow:0 2px 8px rgba(0,0,0,0.06);padding:1.5rem 1.3rem 1.1rem 1.3rem;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #f0f0f0;transition:box-shadow 0.2s, border 0.2s}.my-claim-card:hover{box-shadow:0 4px 16px rgba(33,150,243,0.08);border:1px solid #b3d7f6}.my-claim-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.7rem}.my-claim-user{display:flex;align-items:center;gap:0.7rem}.my-claim-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;border:2px solid #e3f0ff}.my-claim-user-name{font-weight:600;color:#222;font-size:1.08rem}.my-claim-user-rating{color:#fbbf24;font-size:1.1rem;margin-left:0.3rem}.my-claim-badge{font-size:0.98rem;font-weight:500;border-radius:16px;padding:0.3rem 1.1rem;margin-left:0.5rem;display:inline-block}.my-claim-badge.ai-validated{background:#e3f0ff;color:#2196f3}.my-claim-badge.verified{background:#e6f7ed;color:#27ae60}.my-claim-badge.draft{background:#f5f5f5;color:#888}.my-claim-content{color:#222;font-size:1.08rem;margin-bottom:1.2rem;min-height:60px}.my-claim-card-footer{display:flex;justify-content:flex-end;gap:18px;align-items:center}.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}@media (max-width: 1100px){.my-claim-card{min-width:320px;max-width:100%;flex:1 1 100%}.my-claims-list{flex-direction:column;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:#2563eb;font-weight:600;text-decoration:none;background:#f5faff;border:1.5px solid #2563eb;border-radius:8px;padding:10px 28px;font-size:1.08rem;transition:background 0.2s, color 0.2s, border 0.2s;cursor:pointer;display:inline-block}.new-claim-save-draft:hover{background:#2563eb;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{background:#fff;border-radius:14px;box-shadow:0 2px 16px rgba(30,41,59,0.18);padding:2.5rem 2.5rem 2rem 2.5rem;display:flex;flex-direction:column;align-items:center;min-width:340px;position:relative}.delete-claim-modal-close{position:absolute;top:12px;right:12px;background:#23263b;color:#fff;border:none;border-radius:50%;width:32px;height:32px;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.delete-claim-modal-icon{width:54px;height:54px;margin-bottom:1.2rem}.delete-claim-modal-text{font-size:1.18rem;color:#23263b;margin-bottom:2rem;text-align:center}.delete-claim-modal-confirm{background:#ef4444;color:#fff;border:none;border-radius:8px;padding:0.8rem 2.5rem;font-size:1.08rem;font-weight:600;cursor:pointer;transition:background 0.2s}.delete-claim-modal-confirm:hover{background:#b91c1c}body.modal-open{overflow:hidden}.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-size:0.875rem;font-weight:500;color:#fff;background-color:#3b82f6;border-radius:0.375rem;border:none;cursor:pointer;transition:all 0.2s}.new-claim-validate:hover{background-color:#2563eb}.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:#3b82f6;color:white;border:none;border-radius:8px;padding:0.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all 0.2s;display:flex;align-items:center;gap:0.5rem}.add-evidence-btn:hover{background:#2563eb}.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:#f8fafc;color:#374151;border:2px solid #e5e7eb;border-radius:8px;padding:0.75rem 1rem;font-size:0.875rem;font-weight:600;cursor:pointer;transition:all 0.2s;display:flex;align-items:center;gap:0.5rem}.evidence-type-option:hover{background:#e0e7ff;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:#2563eb;color:#fff;border:none;border-radius:8px;padding:10px 22px;font-size:1.08rem;font-weight:600;cursor:pointer;margin-top:10px;transition:background 0.2s, color 0.2s}.add-evidence-btn:hover{background:#1746b0;color:#fff}.ai-chatbot-container{display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;background:#f8fafc;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,0.07);padding:24px 18px 12px 18px;min-height:600px;margin-left:1rem;margin-right:2rem;width:80%}.ai-chatbot-header{font-size:1.2rem;font-weight:700;color:#23263b;margin-bottom:12px;text-align:center}.ai-chatbot-messages{flex:1 1 0;overflow-y:auto;margin-bottom:12px;max-height:480px;padding-right:4px}.ai-chatbot-message{margin-bottom:10px;padding:10px 14px;border-radius:10px;font-size:1.05rem;line-height:1.5;max-width:90%;word-break:break-word}.ai-chatbot-message.user{background:#2563eb;color:#fff;align-self:flex-end;margin-left:auto}.ai-chatbot-message.ai{background:#e0e7ff;color:#23263b;align-self:flex-start;margin-right:auto}.ai-chatbot-input-row{display:flex;gap:8px;align-items:center}.ai-chatbot-input{flex:1 1 0;border:1px solid #cbd5e1;border-radius:8px;padding:8px 12px;font-size:1rem;outline:none}.ai-chatbot-send{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:8px 18px;font-size:1rem;font-weight:600;cursor:pointer;transition:background 0.2s}.ai-chatbot-send:hover{background:#1746b0}.ai-evidence-chatbot-container{display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;background:#f8fafc;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,0.07);padding:24px 18px 12px 18px;min-height:600px;margin-left:1rem;margin-right:2rem}.claim-evidence-block{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem 1.25rem;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}.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:#f8f9fa;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #e9ecef}.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 .challenge-text{color:#1d2430;line-height:1.6;margin-bottom:1.5rem}.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:600;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{display:flex;align-items:flex-start;justify-content:flex-start;gap:3rem;padding:2.5rem 2.5rem 0 2.5rem}.theory-new-form-section{flex:2;max-width:700px}.theory-new-title{font-size:1.5rem;font-weight:700;margin-bottom:2.2rem;color:#23263b}.form-group{margin-bottom:2.2rem}.theory-title-input{width:100%;padding:1.1rem 1.2rem;font-size:1.13rem;border:1.5px solid #e5e7eb;border-radius:8px;background:#fafbfc;margin-top:0.5rem}.theory-title-input::placeholder{color:#bfc5ce;opacity:1}.theory-description-input{width:100%;min-height:220px;padding:1.1rem 1.2rem;font-size:1.13rem;border:1.5px solid #e5e7eb;border-radius:8px;background:#fafbfc;margin-top:0.5rem;color:#23263b}.theory-description-input::placeholder{color:#bfc5ce;opacity:1}.theory-new-actions{display:flex;align-items:center;justify-content:space-between;gap:0;margin-top:1.5rem}.theory-draft-left{flex:1}.theory-actions-right{display:flex;align-items:center;gap:0.7rem;justify-content:flex-end}.theory-save-draft{background:none;color:#2196f3;border:none;font-size:1.08rem;font-weight:500;text-decoration:underline;cursor:pointer;padding:0}.theory-cancel-btn{background:#fff;color:#23263b;border:1.5px solid #d1d5db;border-radius:8px;padding:0.7rem 2.2rem;font-size:1.08rem;font-weight:500;cursor:pointer;text-decoration:none;margin-right:0}.theory-submit-btn{background:#90c2fa;color:#fff;border:none;border-radius:8px;padding:0.7rem 2.2rem;font-size:1.08rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:0.5rem;transition:background 0.2s}.theory-submit-btn i{margin-left:0.5rem}.theory-submit-btn:hover{background:#2196f3}.theory-new-image-section{flex:1;display:flex;align-items:flex-start;justify-content:flex-end;padding-top:2.5rem}.theory-new-image{width:340px;max-width:100%;height:auto}.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-main{display:flex;gap:0;align-items:flex-start;background:#fff;min-height:100vh}.profile-center{flex:1 1 0;max-width:none;margin:0;display:flex;flex-direction:column;height:100vh;background:#fff;padding-top:1rem}.profile-header{padding:24px 32px 12px 32px;display:flex;align-items:center;justify-content:flex-start;margin-bottom:18px}.profile-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#23263b}.profile-tabs{display:flex;gap:1.5rem;margin-bottom:2rem;background:#fff;border-radius:12px;padding:0.7rem 1.2rem;border:2px solid #e5e7eb;max-width:19rem;margin-left:2rem}.profile-tab{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}.profile-tab.active{background:#e3f0ff;color:#2196f3;font-weight:600}.profile-tab:hover{background:#f5faff;color:#2196f3}.profile-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}.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-header{display:flex;align-items:center;gap:10px;margin-bottom:2px}.feed-card-badge-user{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.feed-card-badge.fact{background:#dcfce7;color:#16a34a;font-size:0.85rem;font-weight:600;border-radius:8px;padding:2px 10px}.feed-card-user{padding-top:6px;font-size:0.97rem;font-weight:600;color:#23263b;display:flex;align-items:center;gap:4px}.feed-card-title{font-size:1.13rem;font-weight:700;color:#23263b;margin-bottom:2px}.feed-card-content{font-size:1.01rem;color:#23263b;margin-bottom:2px}.feed-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.feed-card-actions{display:flex;align-items:center;gap:18px}.feed-like{color:#2563eb;font-size:1.1rem;display:flex;align-items:center;gap:4px;cursor:pointer}.feed-card-date{color:#64748b;font-size:0.97rem}.feed-card-link{color:#2563eb;font-size:0.97rem;text-decoration:underline;margin-left:12px;cursor:pointer}.empty-state{color:#888;font-size:1.05rem;text-align:center;margin:18px 0 10px 0}.pagination-container{text-align:center;margin:18px 0}.profile-sidebar{width:420px;min-width:260px;max-width:480px;padding:32px 0 0 0;position:sticky;top:0;align-self:flex-start;background:#fff;border-left:1.5px solid #e5e7eb;min-height:100vh}.profile-user-card{background:#fff;border-radius:14px;box-shadow:0 2px 8px rgba(30,41,59,0.04);padding:18px 18px 18px 18px;margin-bottom:22px;display:flex;flex-direction:column;align-items:center}.profile-avatar-wrap{margin-bottom:10px}.profile-avatar{width:68px;height:68px;border-radius:50%;object-fit:cover;border:2.5px solid #e3f0ff}.profile-user-name{font-weight:600;color:#23263b;font-size:1.13rem;margin-bottom:4px}.profile-user-rating{color:#fbbf24;font-size:1.08rem;margin-bottom:12px}.profile-user-about{width:100%;margin-bottom:18px}.profile-user-about h4{font-size:1.1rem;font-weight:700;color:#23263b;margin-bottom:8px}.profile-user-about p{color:#888;font-size:1.01rem;margin:0}.profile-user-following{width:100%}.profile-user-following h4{font-size:1.1rem;font-weight:700;color:#23263b;margin-bottom:8px}.profile-follow-row{display:flex;align-items:center;width:100%;margin-bottom:10px;gap:14px}.profile-follow-info{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.profile-follow-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #e3f0ff}.profile-follow-name{font-weight:600;color:#23263b;font-size:1.01rem;max-width:7.5ch;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block;flex-shrink:0}.profile-follow-verified{color:#2196f3;font-size:1.1rem;flex-shrink:0}.profile-follow-rating{color:#fbbf24;font-size:1.01rem;margin-left:2px;flex-shrink:0}.profile-follow-btn{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;cursor:pointer}.profile-follow-btn:hover{background:#e3f0ff;color:#1769aa;border-color:#1769aa}.profile-follow-show-more{color:#2563eb;font-size:0.97rem;text-align:right;cursor:pointer;margin-top:6px}.profile-following-label{margin-left:0;color:#888;font-size:0.97rem;font-weight:500;border-radius:32px;padding:4px 18px;background:none;border:none;display:inline-block;cursor:default}.profile-main{height:100vh;overflow:hidden;display:flex}.profile-center{flex:1;display:flex;flex-direction:column;height:100vh;overflow:hidden}.profile-content-list{flex:1;overflow:hidden;display:flex;flex-direction:column}#profile-claims-list.profile-content-list{flex:1;overflow-y:auto;min-height:0;max-height:100%}.profile-follow-none{color:#888;font-style:italic}.settings-main{padding:32px 7vw 0 7vw;position:relative;background:transparent;border:none;overflow:visible}@media (max-width: 600px){.settings-main{padding:16px !important}}.settings-title{font-size:1.5rem;font-weight:700;margin-bottom:18px}.settings-profile-banner-wrapper{position:relative;width:100%}.settings-profile-banner{width:100%;height:350px;background:url(/assets/settings-banner-d483175c7100e11b39d06d0f1a0dcdda4afedb411cd72d8d4d246b0938fe6666.png) center/cover no-repeat;border-radius:10px;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:relative;display:inline-block}.settings-profile-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.07);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{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{display:flex;flex-direction:column;gap:2px}.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{flex:1 1 0;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.04);padding:32px 38px 32px 38px;border:none;position:relative;z-index:1}.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-row{display:flex;gap:18px}.settings-input{width:100%;border:1.5px solid #e5e7eb;border-radius:8px;padding:12px 18px;font-size:1.08rem;background:#fafbfc;color:#23263b;margin-top:6px;transition:border 0.2s}.settings-input: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:#fafbfc;color:#23263b;margin-top:6px;min-height:80px;transition:border 0.2s}.settings-textarea:focus{border-color:#2196f3;outline:none}.settings-update-btn{background:#2196f3;color:#fff;border:none;border-radius:8px;padding:0.7rem 2.2rem;font-size:1.08rem;font-weight:500;cursor:pointer;margin-top:12px;transition:background 0.2s}.settings-update-btn:hover{background:#1769aa}.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}.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;margin:0 auto;padding:2rem}.billing-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.billing-title{font-size:1.875rem;font-weight:700;color:#1a202c;margin:0}.billing-search .search-container{position:relative}.billing-search .search-container .search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#718096}.billing-search .search-container .search-input{padding:0.75rem 1rem 0.75rem 2.5rem;border:1px solid #e2e8f0;border-radius:8px;width:300px;font-size:0.875rem}.billing-search .search-container .search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,0.1)}.billing-table-container{background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,0.1)}.billing-table{width:100%;border-collapse:collapse}.billing-table th,.billing-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.billing-table th{background:#f7fafc;font-weight:600;color:#4a5568;font-size:0.875rem;text-transform:uppercase;letter-spacing:0.5px}.billing-table td{color:#4a5568;font-size:0.875rem}.billing-table tbody tr{transition:background-color 0.2s}.billing-table tbody tr:hover{background:#f7fafc}.status-badge{padding:0.25rem 0.75rem;border-radius:20px;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px}.status-badge.status-success{background:#c6f6d5;color:#22543d}.status-badge.status-in-progress{background:#bee3f8;color:#2a4365}.status-badge.status-canceled{background:#fed7d7;color:#742a2a}.invoice-link{color:#667eea;text-decoration:none;font-weight:500}.invoice-link:hover{text-decoration:underline}.invoice-placeholder{color:#718096;font-style:italic}.action-menu{position:relative;display:inline-block}.action-menu .action-icon{color:#718096;cursor:pointer;padding:0.5rem;border-radius:4px;transition:background-color 0.2s}.action-menu .action-icon:hover{background:#f7fafc}.action-menu .action-dropdown{position:absolute;top:100%;right:0;background:white;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,0.1);min-width:150px;z-index:10;display:none}.action-menu .action-dropdown .action-item{display:block;padding:0.75rem 1rem;color:#4a5568;text-decoration:none;font-size:0.875rem;transition:background-color 0.2s}.action-menu .action-dropdown .action-item:hover{background:#f7fafc}.action-menu .action-dropdown .action-item:first-child{border-radius:8px 8px 0 0}.action-menu .action-dropdown .action-item:last-child{border-radius:0 0 8px 8px}.action-menu:hover .action-dropdown{display:block}@media (max-width: 768px){.subscription-page,.billing-page{padding:1rem}.section-header,.billing-header{flex-direction:column;align-items:flex-start}.plan-cards{grid-template-columns:1fr}.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}.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;padding:4px 8px;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:12px;border:none;box-shadow:0 4px 20px rgba(0,0,0,0.15)}.share-modal-header{border-bottom:1px solid #e5e7eb;padding:20px 24px}.share-modal-header .modal-title{font-size:20px;font-weight:600;color:#0B0146;margin:0}.share-modal-header .close{border:none;background:none;font-size:24px;color:#5A5A89;opacity:0.7;cursor:pointer}.share-modal-header .close:hover{opacity:1}.share-modal-body{padding:24px}.share-message-section{margin-bottom:24px}.share-message-section .share-message-label{display:block;font-size:14px;font-weight:500;color:#0B0146;margin-bottom:8px}.share-message-section .share-message-textarea{width:100%;padding:12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:"SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;resize:vertical;min-height:80px}.share-message-section .share-message-textarea:focus{outline:none;border-color:#346FCF;box-shadow:0 0 0 3px rgba(52,111,207,0.1)}.share-peers-section{margin-bottom:24px}.share-peers-section .share-peers-label{display:block;font-size:14px;font-weight:500;color:#0B0146;margin-bottom:12px}.share-peers-section .share-peers-list{max-height:300px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px;padding:8px}.share-peers-section .share-peer-item{padding:8px;border-radius:6px;transition:background-color 0.2s}.share-peers-section .share-peer-item:hover{background-color:#f9fafb}.share-peers-section .share-peer-checkbox-label{display:flex;align-items:center;cursor:pointer;margin:0}.share-peers-section .share-peer-checkbox{margin-right:12px;width:18px;height:18px;cursor:pointer}.share-peers-section .share-peer-info{display:flex;align-items:center;gap:12px;flex:1}.share-peers-section .share-peer-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.share-peers-section .share-peer-name{font-size:14px;color:#0B0146;font-weight:500}.share-peers-section .share-no-peers{padding:24px;text-align:center;color:#5A5A89}.share-peers-section .share-no-peers p{margin:0;font-size:14px}.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;gap:12px;padding-top:16px;border-top:1px solid #e5e7eb}.share-modal-actions .btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.2s;border:none}.share-modal-actions .share-cancel-btn{background-color:#f3f4f6;color:#0B0146}.share-modal-actions .share-cancel-btn:hover{background-color:#e5e7eb}.share-modal-actions .share-submit-btn{background-color:#346FCF;color:white}.share-modal-actions .share-submit-btn:hover{background-color:#2859a8}.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}.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:1000;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%)}}
