@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@400;500;600;700&display=swap";
:root{--bg-main:#0b0c10;--bg-card:#16181f99;--bg-card-hover:#1e212bcc;--bg-sidebar:#0f1015cc;--bg-input:#ffffff08;--accent-primary:#6366f1;--accent-secondary:#8b5cf6;--accent-glow:#6366f14d;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#475569;--success:#10b981;--success-bg:#10b9811a;--danger:#f43f5e;--danger-bg:#f43f5e1a;--glass-border:1px solid #ffffff0d;--glass-shadow:0 8px 32px 0 #0000004d;--glass-blur:blur(12px);--font-sans:"Inter", sans-serif;--font-display:"Outfit", sans-serif;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--scrollbar-size:10px;--scrollbar-track:#ffffff0a;--scrollbar-thumb:#6366f173;--scrollbar-thumb-hover:#6366f1b8}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-primary);font-family:var(--font-sans);background-image:radial-gradient(circle at 15%,#6366f114 0%,#0000 50%),radial-gradient(circle at 85% 30%,#8b5cf614 0%,#0000 50%);background-attachment:fixed;min-height:100vh;overflow-x:hidden}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:999px}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);background-clip:padding-box;border:2px solid #0000;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.app-container{height:100dvh;display:flex;overflow:hidden}.opening-loader{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.opening-loader:before,.opening-loader:after{content:"";filter:blur(14px);pointer-events:none;border-radius:50%;width:46vmax;height:46vmax;position:absolute}.opening-loader:before{background:radial-gradient(circle,#6366f138,#6366f100);top:-14vmax;left:-18vmax}.opening-loader:after{background:radial-gradient(circle,#8b5cf629,#8b5cf600);bottom:-15vmax;right:-16vmax}.opening-loader-card{border:var(--glass-border);width:min(92vw,460px);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);text-align:center;z-index:1;background:linear-gradient(145deg,#6366f11f,#8b5cf60d),#0f1015bd;border-radius:18px;padding:30px 26px;animation:.45s loader-card-in;position:relative;box-shadow:0 20px 60px #00000073}.opening-loader-mark-wrap{justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 18px;display:flex;position:relative}.opening-loader-mark{z-index:2;width:56px;height:56px;font-size:28px}.opening-loader-orbit{border:2px solid #6366f138;border-top-color:#6366f1e6;border-radius:999px;animation:1.2s linear infinite loader-spin;position:absolute;inset:0}.opening-loader-title{font-family:var(--font-display);margin-bottom:6px;font-size:22px;font-weight:700}.opening-loader-subtitle{color:var(--text-secondary);margin-bottom:16px;font-size:13px}.opening-loader-progress{background:#06080eb8;border:1px solid #ffffff14;border-radius:999px;height:12px;margin-bottom:14px;overflow:hidden;box-shadow:inset 0 0 12px #00000073}.opening-loader-progress span{background:repeating-linear-gradient(120deg,#ffffff2e 0 8px,#ffffff0d 8px 16px),linear-gradient(90deg,#6366f1a8,#8b5cf6f5);border-radius:999px;width:0;height:100%;transition:width .22s;animation:.8s linear infinite loader-stripes;display:block;box-shadow:0 0 12px #6366f161}.opening-loader-progress--slow span{animation-duration:1.2s}.opening-loader-progress--fast span{animation-duration:.6s}.opening-loader-quote{min-height:20px;color:var(--text-secondary);font-size:13px;font-style:italic;animation:.35s loader-fade-in}@keyframes loader-spin{to{transform:rotate(360deg)}}@keyframes loader-progress{0%{transform:translate(-115%)}to{transform:translate(320%)}}@keyframes loader-card-in{0%{opacity:0;transform:translateY(12px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes loader-stripes{0%{background-position:0 0,0 0}to{background-position:32px 0,0 0}}@keyframes loader-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-toggle,.mobile-nav-backdrop{display:none}.sidebar{background:var(--bg-sidebar);width:260px;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border-right:var(--glass-border);z-index:10;flex-direction:column;padding:32px 24px;display:flex}.main-content{scrollbar-gutter:stable;flex-direction:column;flex:1;gap:32px;padding:32px 40px;display:flex;overflow-y:auto}.right-panel{background:var(--bg-sidebar);width:320px;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border-left:var(--glass-border);scrollbar-gutter:stable;overscroll-behavior:contain;padding:32px 24px;overflow-y:auto}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600}.title{background:linear-gradient(135deg, var(--text-primary) 0%, var(--text-secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:28px}.subtitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;font-size:14px;font-weight:500}.glass-card{background:var(--bg-card);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:var(--glass-border);border-radius:var(--radius-md);box-shadow:var(--glass-shadow);padding:24px;transition:all .3s}.glass-card:hover{background:var(--bg-card-hover);border-color:#ffffff1a;transform:translateY(-2px)}.glass-card.glow:hover{box-shadow:0 0 20px #6366f133}.logo{font-family:var(--font-display);align-items:center;gap:8px;margin-bottom:40px;font-size:24px;font-weight:700;display:flex}.logo-icon{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));width:32px;height:32px;box-shadow:0 4px 12px var(--accent-glow);justify-content:center;align-items:center;display:flex}.nav-menu{flex-direction:column;gap:8px;display:flex}.nav-item{color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;border-left:2px solid #0000;align-items:center;gap:12px;padding:12px 16px;font-size:15px;font-weight:500;transition:all .2s;display:flex}.nav-badge{color:#fca5a5;background:#ef444424;border:1px solid #ef444447;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:auto;padding:0 5px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.nav-item:hover{color:var(--text-primary);background:#ffffff08}.nav-item.active{color:var(--text-primary);border-left:2px solid var(--accent-primary);background:#6366f11a}.nav-icon{opacity:.8;width:20px;height:20px;transition:opacity .2s}.nav-item:hover .nav-icon,.nav-item.active .nav-icon{opacity:1}.sidebar-footer{border-top:var(--glass-border);margin-top:auto;padding-top:24px}.user-mini{align-items:center;gap:12px;display:flex}.avatar{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:600;display:flex}.user-info{flex-direction:column;gap:2px;display:flex}.user-name{font-size:14px;font-weight:600}.rep-badge{color:var(--accent-primary);border-radius:var(--radius-full);background:#6366f11a;align-items:center;gap:4px;width:fit-content;padding:2px 8px;font-size:11px;font-weight:500;display:flex}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;display:grid}.metric-label{color:var(--text-secondary);margin-bottom:8px;font-size:13px}.metric-value{font-size:28px;font-family:var(--font-display);margin-bottom:8px;font-weight:600}.metric-trend{align-items:center;gap:4px;font-size:13px;font-weight:500;display:flex}.trend-up{color:var(--success);background:var(--success-bg);border-radius:var(--radius-full);padding:2px 8px}.trend-down{color:var(--danger);background:var(--danger-bg);border-radius:var(--radius-full);padding:2px 8px}.btn{border-radius:var(--radius-md);cursor:pointer;font-size:14px;font-weight:600;font-family:var(--font-sans);border:none;align-items:center;gap:8px;padding:10px 20px;transition:all .2s;display:flex}.btn-primary{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));color:#fff;box-shadow:0 4px 12px var(--accent-glow)}.btn-primary:hover{box-shadow:0 6px 16px var(--accent-glow);transform:translateY(-1px)}.btn-glass{border:var(--glass-border);color:var(--text-primary);background:#ffffff0d}.btn-glass:hover{background:#ffffff1a}.asset-item{border-bottom:var(--glass-border);grid-template-columns:auto 1fr auto auto;align-items:center;gap:16px;padding:16px 0;display:grid}.asset-item:last-child{border-bottom:none;padding-bottom:0}.asset-icon{background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:600;display:flex}.asset-info{flex-direction:column;display:flex}.asset-ticker{font-size:15px;font-weight:600}.asset-name{color:var(--text-secondary);font-size:13px}.asset-chart{width:80px;height:30px}.asset-price{text-align:right;flex-direction:column;display:flex}.price-current{font-size:15px;font-weight:600}.price-change{font-size:13px;font-weight:500}.post-card{margin-bottom:16px;padding:20px}.feed-page .feed-list-wrap .post-card{justify-self:start;width:100%}.feed-page .feed-list-wrap{justify-items:stretch}.post-header{justify-content:space-between;margin-bottom:12px;display:flex}.post-meta-left{align-items:center;gap:12px;display:flex}.post-avatar{border-radius:var(--radius-full);background:#ffffff1a;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex}.post-author{font-size:14px;font-weight:600}.post-author-wrap{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.author-badge{color:var(--accent-primary);border-radius:var(--radius-full);background:#6366f11f;border:1px solid #6366f159;padding:2px 8px;font-size:11px}.post-top-row{justify-content:space-between;gap:16px;margin-bottom:14px;display:flex}.post-title{font-size:20px;line-height:1.35}.post-confidence{border:var(--glass-border);border-radius:var(--radius-md);text-align:center;background:#6366f11a;min-width:86px;padding:10px 12px}.post-confidence span{color:var(--text-secondary);margin-bottom:2px;font-size:11px;display:block}.post-confidence strong{font-size:19px;font-family:var(--font-display)}.post-meta-row{color:var(--text-secondary);gap:10px;margin-bottom:12px;font-size:12px;display:flex}.post-media-placeholder{background:#ffffff05;border:1px dashed #ffffff1f;border-radius:12px;justify-content:center;align-items:center;width:100%;height:240px;margin-bottom:16px;display:flex}.post-time{color:var(--text-secondary);font-size:12px}.post-type{border-radius:var(--radius-full);border:var(--glass-border);background:#ffffff0d;padding:4px 10px;font-size:11px;font-weight:600}.type-teknik{color:#38bdf8;background:#38bdf80d;border-color:#38bdf84d}.type-temel{color:#a78bfa;background:#a78bfa0d;border-color:#a78bfa4d}.post-content{color:var(--text-primary);opacity:.9;margin-bottom:16px;font-size:16px;line-height:1.68}.feed-page .post-image{aspect-ratio:auto;height:clamp(180px,22vw,280px)}.feed-page .post-image-wrap{border-radius:10px;max-width:100%}.feed-page{--feed-side-pad:40px}.main-content.feed-page{padding-top:14px}.feed-page .feed-sticky-top{z-index:40;isolation:isolate;margin-left:calc(-1 * var(--feed-side-pad));margin-right:calc(-1 * var(--feed-side-pad));padding-left:var(--feed-side-pad);padding-right:var(--feed-side-pad);-webkit-backdrop-filter:none;backdrop-filter:none;background:#0f1015;border-bottom:1px solid #ffffff29;padding-top:6px;padding-bottom:12px;position:sticky;top:-14px;box-shadow:0 10px 18px #02040e38}.feed-page .feed-sticky-top:after{content:"";pointer-events:none;background:#fff3;height:1px;position:absolute;bottom:-1px;left:0;right:0}.feed-page .feed-page-grid{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:24px}.feed-page .feed-watchlist-panel{align-self:start;position:sticky;top:clamp(148px,16vh,208px)}.public-post-page{width:100%;max-width:980px;margin:0 auto}.public-post-page .post-card{margin-bottom:0}.public-post-header{margin-bottom:14px}@media (max-width:1100px){.feed-page .feed-list-wrap{max-width:100%}}.post-tags{gap:8px;margin-bottom:16px;display:flex}.tag{color:var(--accent-primary);border-radius:var(--radius-sm);cursor:pointer;background:#6366f11a;padding:4px 10px;font-size:12px;transition:all .2s}.tag:hover{background:#6366f133}@media (max-width:900px){.feed-page{--feed-side-pad:18px}.main-content.feed-page{padding-top:10px}.feed-page .feed-sticky-top{padding-top:4px;padding-bottom:10px;top:-10px}.feed-page .feed-page-grid{grid-template-columns:1fr;gap:14px}.feed-page .feed-watchlist-panel{order:-1;position:static!important;top:auto!important}.feed-page .feed-watchlist-card{border-radius:14px;padding:14px!important}.feed-page .feed-watchlist-cards{max-height:none!important;padding-right:0!important;overflow:visible!important}.public-post-page{max-width:100%}.public-post-header{gap:8px;margin-bottom:10px!important}.public-post-actions{width:100%}.feed-page .page-header{align-items:flex-start!important}.feed-header-controls{flex-wrap:wrap;width:100%;gap:10px!important}.feed-search-wrap{width:100%}.feed-search-wrap input{width:100%!important}.feed-header-controls .btn{justify-content:center;width:100%}.feed-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:thin;overflow-x:auto;padding-bottom:2px!important}.feed-tab-btn{white-space:nowrap;padding:10px 14px!important}}@media (max-width:640px){.dashboard-page .dashboard-actions{grid-template-columns:1fr}.dashboard-page .dashboard-actions .btn:last-child{grid-column:auto}.feed-page{--feed-side-pad:12px}.feed-list-wrap{gap:14px!important;max-width:100%!important}.feed-page .post-card{border-radius:14px;padding:14px}.feed-page .post-content{font-size:14px;line-height:1.55}.feed-page .post-image{height:146px}.feed-page .post-actions{flex-wrap:wrap;gap:8px 12px}.public-post-page{padding-bottom:20px!important}.public-post-page .title{line-height:1.15;font-size:24px!important}.public-post-page .post-card{border-radius:14px;padding:14px}.public-post-page .post-image{height:146px}.public-post-page .post-content{font-size:14px;line-height:1.55}.public-post-actions .btn{justify-content:center;width:100%}.feed-page .post-card{margin-bottom:0}}.post-actions{border-top:var(--glass-border);align-items:center;gap:20px;padding-top:16px;display:flex}.action-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-size:13px;transition:color .2s;display:flex}.action-btn:hover{color:var(--text-primary)}.action-btn.active{color:var(--accent-primary)}.page-header{justify-content:space-between;align-items:center;display:flex}.profile-page-shell{flex-direction:column;gap:0;min-height:0;display:flex;overflow:visible}.main-content.profile-page-shell{overflow:hidden auto}.profile-header-card{flex:none;min-width:0}.profile-scroll-area{flex:none;min-height:auto;padding-right:0;position:relative;overflow:visible}.profile-scroll-area:before{content:"";pointer-events:none;z-index:6;display:none}.profile-cover{height:clamp(52px,9vw,68px)}.profile-header-content{padding:0 20px 18px}.profile-identity-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;margin-top:-24px;margin-bottom:12px;display:flex}.profile-avatar-large{border-radius:50%;flex-shrink:0;width:clamp(72px,8.5vw,92px);height:clamp(72px,8.5vw,92px);font-size:clamp(22px,2.3vw,30px)}.profile-meta-row{flex-wrap:wrap;gap:16px;display:flex}.profile-main-grid{z-index:1;grid-template-columns:minmax(260px,1fr) minmax(0,2fr);gap:24px;min-width:0;display:grid;position:relative}.profile-main-grid>div{min-width:0}.profile-main-grid>div:last-child .post-card{margin-bottom:0}.profile-header-content h1,.profile-header-content p,.profile-meta-row,.profile-meta-row span{overflow-wrap:anywhere;min-width:0}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0009;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--bg-card);border:var(--glass-border);box-sizing:border-box;width:100%;max-width:500px;animation:.3s slideUp;overflow-x:hidden}.modal-content--wide{max-width:680px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:var(--glass-border);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.modal-close{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:20px;transition:color .2s}.modal-close:hover{color:var(--text-primary)}.form-container{flex-direction:column;gap:16px;min-width:0;display:flex}.form-group{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.form-row{gap:16px;min-width:0;display:flex}.form-group label{color:var(--text-secondary);font-size:13px;font-weight:500}.form-group input,.form-group textarea{background:var(--bg-input);border:var(--glass-border);color:var(--text-primary);border-radius:var(--radius-sm);font-family:var(--font-sans);outline:none;min-width:0;padding:12px 16px;font-size:14px;transition:all .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-primary);background:#ffffff0d}.tag-selector{gap:8px;min-width:0;display:flex}.modal-body{min-width:0;overflow-x:hidden}.tag-btn{border-radius:var(--radius-sm);border:var(--glass-border);color:var(--text-secondary);cursor:pointer;background:#ffffff08;flex:1;padding:10px;font-weight:500;transition:all .2s}.tag-btn.active-teknik{color:#38bdf8;background:#38bdf81a;border-color:#38bdf8}.tag-btn.active-temel{color:#a78bfa;background:#a78bfa1a;border-color:#a78bfa}.tag-btn.active-makro{color:#fbbf24;background:#fbbf241a;border-color:#fbbf24}.tag-btn.active-kripto{color:#34d399;background:#34d3991a;border-color:#34d399}.data-table-wrapper{width:100%;overflow-x:auto}.data-table{border-collapse:collapse;text-align:left;width:100%}.data-table th{color:var(--text-secondary);white-space:nowrap;border-bottom:1px solid #ffffff1a;padding:16px 20px;font-size:13px;font-weight:500}.data-table td{color:var(--text-primary);vertical-align:middle;border-bottom:1px solid #ffffff0d;padding:16px 20px;font-size:14px}.data-table tbody tr{transition:background .2s}.data-table tbody tr:hover{background:#ffffff05}.table-asset{align-items:center;gap:12px;display:flex}.table-asset-icon{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-primary);background:#ffffff0d;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:flex}.portfolio-news-mini-btn{width:24px;height:24px;color:var(--text-secondary);cursor:pointer;background:#0f172ab3;border:1px solid #ffffff24;border-radius:999px;justify-content:center;align-items:center;transition:all .2s;display:inline-flex;position:relative}.portfolio-news-mini-btn:hover{color:#7dd3fc;background:#38bdf81f;border-color:#38bdf873}.portfolio-news-mini-dot{background:#f97316;border:1px solid #0f172aeb;border-radius:999px;width:8px;height:8px;position:absolute;top:-2px;right:-2px;box-shadow:0 0 0 4px #f9731629}.portfolio-news-item{background:#02061766;border:1px solid #ffffff14;border-radius:12px;padding:12px 14px}@media (max-width:980px){.portfolio-top-grid{grid-template-columns:1fr!important;gap:16px!important}.portfolio-total-row{flex-direction:column;gap:14px}.portfolio-total-side{text-align:left!important}.portfolio-header-actions{flex-wrap:wrap;justify-content:flex-start;width:100%}}@media (max-width:640px){.portfolio-header-actions .btn{justify-content:center;width:100%}.portfolio-currency-toggle{grid-template-columns:1fr 1fr;width:100%;display:grid!important}.portfolio-currency-toggle button{justify-content:center;width:100%}.portfolio-holdings-head{flex-direction:column;gap:8px;align-items:flex-start!important}.portfolio-page .data-table th,.portfolio-page .data-table td{padding:12px 10px;font-size:13px}.portfolio-row-actions{flex-direction:column;align-items:stretch}.portfolio-row-actions .btn,.portfolio-row-actions button{justify-content:center;width:100%}}.sidebar.collapsed{width:80px}.sidebar.collapsed .nav-label{display:none}.sidebar.collapsed .nav-item{justify-content:center;padding:12px}.sidebar.collapsed .nav-icon{margin-right:0}.collapse-toggle{background:var(--bg-card);border:var(--glass-border);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:32px;right:-14px}.collapse-toggle:hover{color:var(--accent-primary);border-color:var(--accent-primary)}@media (max-width:768px){.collapse-toggle{display:none}}.analyses-page{gap:24px}.analyses-header{align-items:flex-start;gap:16px}.analyses-subtitle{color:var(--text-secondary);max-width:760px;margin-top:4px;font-size:14px}.analyses-controls{grid-template-columns:1.6fr auto auto;align-items:center;gap:14px;display:grid}.analyses-search-wrap{width:100%}.analyses-search{background:var(--bg-input);border:var(--glass-border);border-radius:var(--radius-md);width:100%;color:var(--text-primary);outline:none;padding:12px 14px;font-size:14px;transition:border-color .2s,background .2s}.analyses-search:focus{border-color:var(--accent-primary);background:#ffffff0d}.analyses-chip-row{flex-wrap:wrap;gap:8px;display:flex}.analyses-chip{border:var(--glass-border);color:var(--text-secondary);border-radius:var(--radius-full);cursor:pointer;background:#ffffff08;padding:8px 12px;font-size:12px;font-weight:600;transition:all .2s}.analyses-chip:hover,.analyses-chip.active{color:var(--text-primary);background:#6366f124;border-color:#6366f180}.analyses-timeframe{border:var(--glass-border);border-radius:var(--radius-md);background:#0003;gap:4px;padding:4px;display:inline-flex}.analyses-period{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:600;transition:all .2s}.analyses-period.active{color:var(--text-primary);background:#6366f133}.analyses-layout{grid-template-columns:minmax(0,1.8fr) minmax(280px,1fr);align-items:start;gap:20px;display:grid}.analyses-list{gap:16px;display:grid}.analysis-card{flex-direction:column;gap:14px;display:flex}.analysis-card-top{justify-content:space-between;gap:16px;display:flex}.analysis-headline-row{align-items:center;gap:8px;margin-bottom:10px;display:flex}.analysis-ticker{border:var(--glass-border);border-radius:var(--radius-full);color:var(--text-secondary);background:#ffffff0f;padding:3px 10px;font-size:11px;font-weight:600}.analysis-card h3{font-size:20px;line-height:1.35}.analysis-confidence{border:var(--glass-border);border-radius:var(--radius-md);text-align:center;background:#6366f11a;min-width:88px;padding:10px 12px}.analysis-confidence span{color:var(--text-secondary);margin-bottom:2px;font-size:11px;display:block}.analysis-confidence strong{font-size:20px;font-family:var(--font-display)}.analysis-thesis{color:var(--text-primary);opacity:.9;font-size:14px;line-height:1.7}.analysis-meta-row{color:var(--text-secondary);gap:14px;font-size:12px;display:flex}.analyses-side{gap:16px;display:grid;position:sticky;top:24px}.analyses-stat-card h3,.analyses-side-list h3{margin-bottom:16px;font-size:16px}.analyses-stat-grid{grid-template-columns:1fr;gap:12px;display:grid}.analyses-stat-grid div{border:var(--glass-border);border-radius:var(--radius-sm);background:#ffffff08;padding:10px 12px}.analyses-stat-grid span{color:var(--text-secondary);margin-bottom:4px;font-size:11px;display:block}.analyses-stat-grid strong{font-size:18px;font-family:var(--font-display)}.analyses-side-item{border-bottom:var(--glass-border);justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.analyses-side-item:last-child{border-bottom:none;padding-bottom:0}.analyses-side-item strong{font-size:13px}.analyses-side-item p{color:var(--text-secondary);margin-top:3px;font-size:12px}.analyses-side-item span{color:var(--success);font-size:13px;font-weight:700}.analyses-check{color:var(--text-secondary);border:var(--glass-border);border-radius:var(--radius-sm);background:#ffffff05;margin-bottom:8px;padding:10px 12px;font-size:13px}.analyses-empty{text-align:center;padding:52px 28px}.analyses-empty h3{margin-bottom:8px;font-size:20px}.analyses-empty p{color:var(--text-secondary);font-size:14px}@media (max-width:1280px){.analyses-controls{grid-template-columns:1fr;gap:12px}.analyses-layout{grid-template-columns:1fr}.analyses-side{grid-template-columns:repeat(3,minmax(0,1fr));position:static}}@media (max-width:900px){.analyses-side{grid-template-columns:1fr}.analysis-card-top{flex-direction:column}.analysis-confidence{width:fit-content}.post-top-row{flex-direction:column}.post-confidence{width:fit-content}}.account-page{gap:20px}.account-hero{padding:0;overflow:hidden}.account-cover{border-bottom:var(--glass-border);background:radial-gradient(circle at 20% 30%,#6366f159,#0000 55%),radial-gradient(circle at 80% 60%,#10b98133,#0000 55%),linear-gradient(135deg,#191d26f2,#11131af2);height:140px}.account-hero-body{align-items:flex-end;gap:20px;padding:18px 24px 24px;display:flex}.account-avatar-stack{margin-top:-74px}.account-avatar-lg{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));width:130px;height:130px;font-size:34px;font-family:var(--font-display);background-position:50%;background-size:cover;border:3px solid #ffffff24;border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.account-photo-actions{flex-direction:column;gap:8px;margin-top:12px;display:flex}.hidden-file{display:none}.account-head-meta{flex:1;min-width:0}.account-headline{color:var(--text-secondary);margin-top:6px;font-size:14px}.account-stats-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.account-stat-pill{border:var(--glass-border);border-radius:var(--radius-sm);background:#ffffff05;padding:10px 12px}.account-stat-pill strong{font-size:20px;font-family:var(--font-display);display:block}.account-stat-pill span{color:var(--text-secondary);font-size:12px}.account-alert{border-radius:var(--radius-sm);color:var(--text-primary);background:#6366f11f;border:1px solid #6366f173;padding:12px 14px;font-size:13px}.support-category-select{appearance:none}.support-category-select option{color:#0f172a;background:#f8fafc}.auth-shell{width:100%}@media (max-width:1024px){.auth-shell{flex-direction:column!important}.auth-panel{border-bottom:1px solid #ffffff0f;background:#0f172abd!important;border-left:none!important;border-right:none!important;width:100%!important;padding:26px 18px!important}.auth-panel--login,.auth-panel--register{order:2}.auth-hero{order:1;text-align:left!important;align-items:flex-start!important;padding:28px 18px 18px!important}.auth-brand,.auth-brand--reverse{flex-direction:row!important;margin-bottom:20px!important}.auth-hero-title{margin-bottom:14px!important;font-size:clamp(30px,8.5vw,42px)!important;line-height:1.14!important}.auth-hero-text{max-width:100%!important;font-size:15px!important}.auth-stat-row{flex-wrap:wrap;gap:14px!important;margin-top:20px!important}.auth-blob{opacity:.55}}@media (max-width:640px){.auth-panel{padding:20px 14px!important}.auth-panel-inner{max-width:100%!important}.auth-two-col{grid-template-columns:1fr!important;gap:12px!important}.auth-panel-inner input,.auth-panel-inner button,.auth-panel-inner .btn,.auth-panel-inner a.btn{min-height:46px;font-size:16px!important}.auth-panel-inner form{gap:14px!important}.auth-panel-inner p{line-height:1.55}.auth-panel-inner .btn{padding-left:14px!important;padding-right:14px!important}.auth-panel-inner button,.auth-panel-inner .btn{touch-action:manipulation}.auth-panel{padding-bottom:max(18px, env(safe-area-inset-bottom))!important}.auth-blob-a{filter:blur(70px)!important;width:220px!important;height:220px!important}.auth-blob-b{filter:blur(55px)!important;width:180px!important;height:180px!important}}.account-progress-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.account-progress-item{border:var(--glass-border);border-radius:var(--radius-sm);background:#ffffff08;padding:10px 12px}.account-progress-item span{color:var(--text-secondary);margin-bottom:4px;font-size:11px;display:block}.account-progress-item strong{font-size:14px}.account-layout{grid-template-columns:minmax(300px,1fr) minmax(0,1.3fr);align-items:start;gap:20px;display:grid}.account-left-col,.account-right-col{gap:16px;display:grid}.account-list-card{gap:14px;display:grid}.account-list-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.account-list-header h3{font-size:18px}.account-tab-switch{border:var(--glass-border);border-radius:var(--radius-md);background:#00000026;gap:4px;padding:4px;display:inline-flex}.account-tab-switch button{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:8px 10px;font-size:12px;font-weight:600}.account-tab-switch button.active{color:var(--text-primary);background:#6366f133}.account-search{background:var(--bg-input);border:var(--glass-border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);outline:none;padding:12px 14px}.account-search:focus{border-color:var(--accent-primary)}.account-analyst-list{gap:10px;display:grid}.account-analyst-item{border:var(--glass-border);border-radius:var(--radius-sm);background:#ffffff05;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px;display:grid}.account-analyst-avatar{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:13px;font-weight:700;display:flex}.account-analyst-main{min-width:0}.account-analyst-top{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.account-analyst-main p{color:var(--text-secondary);margin-top:2px;font-size:12px}.account-analyst-main span{margin-top:3px;font-size:12px;display:block}.account-analyst-main small{color:var(--text-secondary);margin-top:4px;font-size:11px;display:block}.account-analyst-right{justify-items:end;gap:8px;display:grid}.account-analyst-right .btn{padding:7px 10px;font-size:12px}.account-empty{text-align:center;color:var(--text-secondary);padding:24px 10px;font-size:13px}.account-form-card{gap:14px;display:grid}.account-card-head h3{font-size:18px}.account-card-head p{color:var(--text-secondary);margin-top:6px;font-size:13px}.account-form-card .btn{justify-content:center}@media (max-width:1180px){.account-layout{grid-template-columns:1fr}}@media (max-width:760px){.account-hero-body{flex-direction:column;align-items:flex-start}.account-avatar-stack{margin-top:-58px}.account-avatar-lg{width:108px;height:108px;font-size:28px}.account-stats-row,.account-progress-row{grid-template-columns:1fr}.account-analyst-item{grid-template-columns:auto 1fr}.account-analyst-right{grid-column:1/-1;justify-items:start}}.messages-page{gap:20px}.messages-subtitle{color:var(--text-secondary);margin-top:4px;font-size:14px}.messages-layout{grid-template-columns:330px minmax(0,1fr);gap:16px;min-height:70vh;display:grid}.messages-sidebar{flex-direction:column;gap:12px;padding:18px;display:flex}.messages-pinned{border-bottom:var(--glass-border);gap:10px;padding-bottom:6px;display:grid}.messages-section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);font-size:11px;font-weight:700}.messages-pinned-row{gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.messages-pin-chip{border:var(--glass-border);color:var(--text-primary);cursor:pointer;background:#ffffff08;border-radius:14px;flex:none;align-items:center;gap:8px;padding:8px 10px;transition:all .2s;display:inline-flex}.messages-pin-chip:hover,.messages-pin-chip.active{background:#6366f129;border-color:#6366f173}.messages-pin-chip span{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:10px;font-weight:700;display:flex}.messages-pin-chip strong{white-space:nowrap;font-size:12px}.messages-sidebar-head{justify-content:space-between;align-items:center;display:flex}.messages-sidebar-head h3{font-size:18px}.messages-sidebar-head span{color:var(--text-secondary);font-size:12px}.messages-search{background:var(--bg-input);border:var(--glass-border);width:100%;color:var(--text-primary);border-radius:10px;outline:none;padding:12px 13px}.messages-search:focus{border-color:var(--accent-primary)}.messages-list{flex-direction:column;gap:8px;padding-right:4px;display:flex;overflow:auto}.messages-list-item{border:var(--glass-border);text-align:left;color:inherit;cursor:pointer;background:#ffffff05;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;transition:all .2s;display:grid}.messages-list-item:hover,.messages-list-item.active{background:#6366f11f;border-color:#6366f166}.messages-avatar{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:12px;font-weight:700;display:flex}.messages-user-main{min-width:0}.messages-user-top{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.messages-user-top strong{font-size:13px}.messages-user-top span{color:var(--text-secondary);font-size:11px}.messages-user-main p{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.messages-unread{background:var(--accent-primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:700;display:flex}.messages-empty{text-align:center;color:var(--text-secondary);padding:14px;font-size:13px}.messages-chat-wrap{grid-template-rows:auto 1fr auto;gap:12px;min-height:70vh;padding:18px;display:grid}.messages-chat-head{border-bottom:var(--glass-border);align-items:center;gap:10px;padding-bottom:12px;display:flex}.messages-chat-head strong{font-size:15px}.messages-chat-head p{color:var(--text-secondary);margin-top:2px;font-size:12px}.messages-typing{color:var(--success);opacity:0;font-size:11px;transition:opacity .2s}.messages-typing.visible{opacity:1}.messages-thread{flex-direction:column;gap:8px;padding-right:4px;display:flex;overflow:auto}.message-row{display:flex}.message-row.from-me{justify-content:flex-end}.message-row.from-them{justify-content:flex-start}.message-bubble{border:var(--glass-border);background:#ffffff0a;border-radius:14px;flex-direction:column;gap:6px;max-width:min(78%,620px);padding:10px 12px 8px;display:flex}.from-me .message-bubble{background:linear-gradient(135deg,#6366f13d,#8b5cf638);border-color:#6366f173}.message-bubble p{margin:0;font-size:14px;line-height:1.45}.message-bubble span{color:var(--text-secondary);align-self:flex-end;font-size:11px}.message-reactions{flex-wrap:wrap;gap:6px;display:flex}.message-reactions span{border:var(--glass-border);background:#ffffff14;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:12px;display:inline-flex}.messages-attachment-chip{width:fit-content;color:var(--text-primary);background:#6366f11f;border:1px solid #6366f159;border-radius:12px;align-items:center;gap:8px;padding:8px 10px;font-size:12px;display:inline-flex}.messages-quick-actions{flex-wrap:wrap;gap:8px;display:flex}.messages-quick-btn{border:var(--glass-border);color:var(--text-secondary);cursor:pointer;background:#ffffff08;border-radius:999px;padding:8px 10px;font-size:12px;transition:all .2s}.messages-quick-btn:hover{color:var(--text-primary);background:#6366f11f;border-color:#6366f173}.messages-composer{border-top:var(--glass-border);grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding-top:12px;display:grid}.messages-compose-tools{gap:8px;display:inline-flex}.messages-tool-btn{border:var(--glass-border);color:var(--text-secondary);cursor:pointer;background:#ffffff08;border-radius:12px;padding:11px 12px;font-size:12px;font-weight:600;transition:all .2s}.messages-tool-btn:hover{color:var(--text-primary);background:#6366f11f;border-color:#6366f159}.messages-hidden-file{display:none}.messages-composer input{background:var(--bg-input);border:var(--glass-border);width:100%;color:var(--text-primary);border-radius:12px;outline:none;padding:12px 14px}.messages-composer input:focus{border-color:var(--accent-primary)}@media (max-width:1080px){.messages-layout{grid-template-columns:1fr}.messages-sidebar,.messages-chat-wrap{min-height:460px}}@media (max-width:680px){.messages-composer{grid-template-columns:1fr}.messages-composer .btn{justify-content:center}.messages-compose-tools{justify-content:space-between;width:100%}.messages-tool-btn{text-align:center;flex:1}.message-bubble{max-width:92%}}@media (max-width:1024px){.app-container{height:auto;min-height:100dvh;overflow:visible}.sidebar{z-index:300;width:min(84vw,300px);height:100dvh;transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.mobile-nav-toggle{z-index:320;border:var(--glass-border);cursor:pointer;pointer-events:auto;background:#0f1015eb;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:42px;height:42px;display:inline-flex;position:fixed;top:14px;left:14px}.mobile-nav-toggle span{background:var(--text-primary);border-radius:999px;width:16px;height:2px}.mobile-nav-backdrop{z-index:290;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;border:none;display:block;position:fixed;inset:0}.main-content{-webkit-overflow-scrolling:touch;padding:68px 18px 28px;overflow:hidden auto}.feed-page .feed-sticky-top,.dashboard-page .tt-wrapper,.dashboard-page .ticker-wrap{z-index:4!important}.right-panel{border-left:none;border-top:var(--glass-border);width:100%}.profile-main-grid{grid-template-columns:1fr}.profile-header-content{padding:0 16px 20px}.profile-identity-row{justify-content:flex-start;align-items:flex-start;gap:12px;margin-top:-34px}.profile-cover{height:clamp(112px,22vw,156px)}.profile-meta-row{row-gap:8px}}@media (max-width:640px){.profile-header-content{padding:0 14px 18px}.profile-identity-row{margin-top:-30px}.profile-avatar-large{width:82px;height:82px;font-size:26px}.profile-header-content h1{font-size:21px;line-height:1.25}}.network-invite-card{background:radial-gradient(circle at 86% 18%,#10b98133,#10b98100),linear-gradient(135deg,#065f4647,#0f172ab8);border:1px solid #22c55e47;margin-top:20px;padding:22px}.network-invite-badge{color:#bbf7d0;letter-spacing:.06em;text-transform:uppercase;background:#10b98129;border:1px solid #86efac59;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:700;display:inline-flex}.network-invite-grid{grid-template-columns:1fr auto;align-items:end;gap:16px;margin-top:12px;display:grid}.network-invite-grid h3{margin-bottom:8px;font-size:22px;line-height:1.18}.network-invite-grid p{color:var(--text-secondary);max-width:72ch;margin-bottom:14px;font-size:13px}.network-invite-link-wrap{background:#02061759;border:1px solid #ffffff1f;border-radius:10px;padding:10px 12px}.network-invite-link-wrap span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:11px;display:block}.network-invite-link-wrap code{width:100%;font-family:var(--font-sans);color:#dcfce7;overflow-wrap:anywhere;font-size:12px;display:block}.network-invite-feedback{color:#86efac;margin-top:8px;font-size:12px}.network-invite-actions{flex-direction:column;gap:10px;min-width:200px;display:flex}.network-invite-actions .btn{justify-content:center}.ticker-wrap{background-color:var(--bg-card);border-bottom:var(--glass-border);box-sizing:border-box;align-items:center;width:100%;height:40px;display:flex;position:relative;overflow:hidden}.ticker{white-space:nowrap;box-sizing:content-box;padding-right:100%;animation-name:ticker;animation-duration:30s;animation-timing-function:linear;animation-iteration-count:infinite;display:inline-block}.ticker:hover{animation-play-state:paused}@keyframes ticker{0%{visibility:visible;transform:translate(0,0)}to{transform:translate(-100%)}}.ticker-item{color:var(--text-primary);padding:0 24px;font-size:13px;font-weight:500;display:inline-block}.ticker-price{font-family:var(--font-display);margin-left:8px}.notification-dropdown{-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-md);z-index:9999;background:#0f172af2;border:1px solid #ffffff1a;width:320px;animation:.2s slideUp;position:absolute;top:50px;right:24px;overflow:hidden;box-shadow:0 20px 40px #000c}.notif-header{border-bottom:var(--glass-border);justify-content:space-between;align-items:center;padding:16px;font-size:14px;font-weight:600;display:flex}.notif-item{cursor:pointer;border-bottom:1px solid #ffffff0d;gap:12px;padding:16px;transition:background .2s;display:flex}.notif-item:hover{background:#ffffff08}.notif-item.unread{background:#38bdf80d}.notif-bell-btn.is-animating{animation:.9s ease-out notif-bell-glow}.notif-bell-btn{isolation:isolate}.notif-bell-btn.has-unread:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#6366f142 0%,#6366f105 72%,#0000 100%);border-radius:999px;animation:2.2s ease-in-out infinite notif-halo-pulse;position:absolute;inset:-3px}.notif-bell-btn.has-unread .notif-bell-icon{filter:drop-shadow(0 0 6px #6366f173);animation:1.7s ease-in-out infinite notif-bell-idle}.notif-bell-spark{pointer-events:none;background:#67e8f9;border-radius:999px;width:6px;height:6px;animation:1.6s ease-out infinite notif-spark-pop;position:absolute;top:6px;left:7px;box-shadow:0 0 #67e8f96b}.notif-bell-btn.is-animating .notif-bell-icon{transform-origin:50% 2px;animation:.72s ease-in-out notif-bell-wiggle}.notif-bell-btn.is-animating .topbar-notif-badge{animation:.9s ease-out notif-badge-pop}@keyframes notif-bell-wiggle{0%{transform:rotate(0)}16%{transform:rotate(18deg)}32%{transform:rotate(-14deg)}48%{transform:rotate(10deg)}64%{transform:rotate(-7deg)}80%{transform:rotate(3deg)}to{transform:rotate(0)}}@keyframes notif-badge-pop{0%{transform:scale(1);box-shadow:0 0 #f43f5e00}22%{transform:scale(1.35);box-shadow:0 0 0 6px #f43f5e38}55%{transform:scale(.94);box-shadow:0 0 0 2px #f43f5e1f}to{transform:scale(1);box-shadow:0 0 #f43f5e00}}@keyframes notif-bell-glow{0%{box-shadow:0 0 #6366f100}35%{box-shadow:0 0 0 7px #6366f12e}to{box-shadow:0 0 #6366f100}}@keyframes notif-halo-pulse{0%{opacity:.58;transform:scale(.94)}50%{opacity:.24;transform:scale(1.05)}to{opacity:.58;transform:scale(.94)}}@keyframes notif-bell-idle{0%{transform:translateY(0)rotate(0)}45%{transform:translateY(0)rotate(0)}55%{transform:translateY(-1px)rotate(7deg)}65%{transform:translateY(0)rotate(-5deg)}75%{transform:translateY(0)rotate(3deg)}to{transform:translateY(0)rotate(0)}}@keyframes notif-spark-pop{0%{opacity:.25;transform:scale(.75);box-shadow:0 0 #67e8f95c}35%{opacity:.95;transform:scale(1.2);box-shadow:0 0 0 5px #67e8f914}to{opacity:.25;transform:scale(.75);box-shadow:0 0 #67e8f900}}@keyframes messages-reaction-fade-in{0%{opacity:0;transform:translateY(4px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.cpm-form{flex-direction:column;gap:18px;display:flex}.cpm-alert{border-radius:var(--radius-sm);color:var(--text-primary);background:#10b9811a;border:1px solid #10b98166;align-items:center;gap:10px;padding:12px 16px;font-size:13px;font-weight:500;display:flex}.cpm-alert--error{background:#f43f5e1a;border-color:#f43f5e66}.cpm-alert--warn{color:#fbbf24;background:#fbbf2414;border-color:#fbbf2466}.cpm-section{flex-direction:column;gap:10px;display:flex}.cpm-label{color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;align-items:center;font-size:12px;font-weight:600;display:flex}.cpm-type-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.cpm-type-btn{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;font-size:12px;font-weight:500;font-family:var(--font-sans);background:#ffffff08;border:1px solid #ffffff14;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;transition:all .2s;display:flex}.cpm-type-btn:hover{color:var(--text-primary);background:#ffffff12}.cpm-type-btn--active{font-weight:600}.cpm-type-icon{font-size:20px;line-height:1}.cpm-row{gap:14px;display:flex}.cpm-field{flex-direction:column;flex:1;gap:8px;display:flex}.cpm-input-wrap{position:relative}.cpm-input-icon{color:var(--text-secondary);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.cpm-input{background:var(--bg-input);width:100%;color:var(--text-primary);border-radius:var(--radius-sm);font-family:var(--font-sans);border:1px solid #ffffff14;outline:none;padding:11px 14px;font-size:13px;transition:all .2s}.cpm-input:focus{border-color:var(--accent-primary);background:#6366f10d}.cpm-input--icon{padding-left:34px}.cpm-textarea{background:var(--bg-input);width:100%;color:var(--text-primary);border-radius:var(--radius-sm);font-family:var(--font-sans);resize:vertical;border:1px solid #ffffff14;outline:none;min-height:100px;padding:12px 14px;font-size:14px;line-height:1.6;transition:border-color .2s,background .2s}.cpm-textarea:focus{border-color:var(--accent-primary);background:#6366f10a}.cpm-char-counter{gap:6px;font-size:11px;display:flex}.cpm-dropzone{border-radius:var(--radius-sm);cursor:pointer;background:#ffffff03;border:1px dashed #ffffff26;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:28px 20px;transition:all .2s;display:flex}.cpm-dropzone:hover,.cpm-dropzone--over{border-color:var(--accent-primary);background:#6366f10d}.cpm-dropzone-text{color:var(--text-secondary);text-align:center;font-size:13px}.cpm-dropzone-link{color:var(--accent-primary);font-weight:600}.cpm-dropzone-hint{color:var(--text-muted);font-size:11px}.cpm-image-preview{border-radius:var(--radius-sm);border:1px solid #ffffff1a;position:relative;overflow:hidden}.cpm-image-preview-img{object-fit:cover;width:100%;max-height:200px;display:block}.cpm-image-remove{color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;transition:background .2s;display:flex;position:absolute;top:8px;right:8px}.cpm-image-remove:hover{background:#f43f5ecc}.cpm-tools-toggle{border-radius:var(--radius-sm);width:100%;color:var(--text-primary);cursor:pointer;font-size:13px;font-weight:500;font-family:var(--font-sans);background:#ffffff08;border:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:12px 14px;transition:all .2s;display:flex}.cpm-tools-toggle:hover{border-color:var(--accent-primary);background:#ffffff0f}.cpm-tools-badge{background:var(--accent-primary);color:#fff;border-radius:var(--radius-full);text-align:center;min-width:20px;padding:2px 7px;font-size:11px;font-weight:700}.cpm-tools-summary{flex-wrap:wrap;gap:6px;padding:4px 0;display:flex}.cpm-tools-panel{border-radius:var(--radius-sm);background:#0003;border:1px solid #ffffff14;flex-direction:column;gap:14px;padding:16px;animation:.2s fadeIn;display:flex}.cpm-tools-cat{flex-direction:column;gap:8px;display:flex}.cpm-tools-cat-label{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:700}.cpm-chips-row{flex-wrap:wrap;gap:6px;display:flex}.cpm-chip{color:var(--text-secondary);cursor:pointer;font-size:12px;font-weight:500;font-family:var(--font-sans);background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;align-items:center;gap:5px;padding:5px 10px;transition:all .15s;display:inline-flex}.cpm-chip:hover{color:var(--text-primary);background:#6366f11a;border-color:#6366f166}.cpm-chip--selected{border-color:var(--accent-primary);color:var(--accent-primary);background:#6366f126}.cpm-chip-check{font-size:10px;font-weight:700}.cpm-chip-remove{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;padding:0;font-size:11px;line-height:1;transition:opacity .15s}.cpm-chip-remove:hover{opacity:1}.cpm-tools-custom{align-items:center;gap:8px;display:flex}.cpm-selected-tools{border-top:1px solid #ffffff0f;padding-top:12px}.cpm-sources-list{flex-direction:column;gap:6px;display:flex}.cpm-source-item{color:var(--text-secondary);background:#ffffff08;border:1px solid #ffffff12;border-radius:8px;align-items:flex-start;gap:8px;padding:9px 12px;font-size:12px;display:flex}.cpm-source-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cpm-source-title{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.cpm-source-url{color:var(--accent-primary);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.cpm-source-remove{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:12px;transition:color .15s}.cpm-source-remove:hover{color:var(--danger)}.cpm-source-add{flex-direction:column;gap:8px;display:flex}.cpm-add-btn{border-radius:var(--radius-sm);color:var(--accent-primary);cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font-sans);white-space:nowrap;background:#6366f11f;border:1px solid #6366f14d;flex-shrink:0;padding:9px 14px;transition:all .2s}.cpm-add-btn:hover:not(:disabled){border-color:var(--accent-primary);background:#6366f133}.cpm-add-btn:disabled{opacity:.4;cursor:not-allowed}.cpm-submit{border-radius:var(--radius-sm);color:#fff;width:100%;font-family:var(--font-sans);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;margin-top:4px;padding:14px;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 16px #6366f140}.cpm-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #6366f166}.cpm-submit:disabled{opacity:.7;cursor:not-allowed}@keyframes spin{to{transform:rotate(360deg)}}.cpm-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite spin}.post-image-wrap{border-radius:var(--radius-sm);cursor:zoom-in;border:1px solid #ffffff12;margin:0 0 16px;position:relative;overflow:hidden}.post-image{aspect-ratio:16/9;object-fit:cover;width:100%;transition:filter .2s;display:block}.post-image-overlay{opacity:0;background:#0000008c;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .2s;display:flex;position:absolute;top:8px;right:8px}.post-image-wrap:hover .post-image-overlay{opacity:1}.post-image-wrap:hover .post-image{filter:brightness(.95)}.post-image-modal{z-index:1100;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.post-image-modal-backdrop{cursor:zoom-out;background:#000000d6;border:none;position:absolute;inset:0}.post-image-modal-inner{z-index:1;flex-direction:column;gap:12px;width:min(1120px,100%);max-height:92vh;display:flex;position:relative}.post-image-modal-toolbar{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#f8fafc;background:#090c16c7;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:10px;margin-left:auto;padding:7px 10px;display:inline-flex}.post-image-modal-stage{background:#080b14e6;border:1px solid #ffffff24;border-radius:14px;justify-content:center;align-items:center;min-height:220px;padding:14px;display:flex;overflow:auto}.post-image-modal-image{transform-origin:50%;border-radius:10px;max-width:100%;max-height:calc(92vh - 120px);transition:transform .18s}@media (max-width:768px){.post-image-modal{padding:10px}.post-image-modal-inner{max-height:94vh}.post-image-modal-toolbar{justify-content:space-between;width:100%}.post-image-modal-stage{padding:8px}.post-image-modal-image{max-height:calc(94vh - 120px)}}.post-sources{background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;margin-bottom:14px;padding:10px 12px}.post-sources-label{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:5px;margin-bottom:8px;font-size:10px;font-weight:700;display:flex}.post-sources-list{flex-wrap:wrap;gap:6px;display:flex}.post-source-link{color:var(--accent-primary);border-radius:var(--radius-full);background:#6366f114;border:1px solid #6366f133;align-items:center;gap:4px;padding:3px 9px;font-size:11px;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.post-source-link:hover{border-color:var(--accent-primary);background:#6366f133}.post-source-link--no-url{color:var(--text-secondary);cursor:default;background:#ffffff0a;border-color:#ffffff14}.al-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.al-header-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.al-search-wrap{align-items:center;display:flex;position:relative}.al-search-icon{color:var(--text-secondary);pointer-events:none;position:absolute;left:12px}.al-search{border-radius:var(--radius-md);color:var(--text-primary);width:240px;font-size:13px;font-family:var(--font-sans);background:#0000004d;border:1px solid #ffffff12;outline:none;padding:10px 36px;transition:border-color .2s,background .2s}.al-search:focus{border-color:var(--accent-primary);background:#6366f10d}.al-search-clear{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:13px;transition:color .15s;position:absolute;right:10px}.al-search-clear:hover{color:var(--text-primary)}.al-cats{flex-wrap:wrap;gap:8px;display:flex}.al-cat-btn{border-radius:var(--radius-full);color:var(--text-secondary);cursor:pointer;font-size:13px;font-weight:500;font-family:var(--font-sans);white-space:nowrap;background:#ffffff08;border:1px solid #ffffff14;align-items:center;gap:6px;padding:8px 16px;transition:all .2s;display:flex}.al-cat-btn:hover{color:var(--text-primary);background:#ffffff12;border-color:#ffffff26}.al-cat-btn--active{border-color:var(--accent-primary);color:var(--text-primary);background:#6366f126;font-weight:600}.al-stats-bar{color:var(--text-secondary);align-items:center;gap:12px;font-size:13px;display:flex}.al-stats-count strong{color:var(--text-primary);font-weight:600}.al-stats-query{border-radius:var(--radius-full);color:var(--accent-primary);background:#6366f11a;border:1px solid #6366f140;padding:2px 10px;font-size:12px}.al-loading{color:var(--text-secondary);flex-direction:column;align-items:center;gap:16px;padding:80px 0;display:flex}@keyframes al-spin{to{transform:rotate(360deg)}}.al-spinner{border:3px solid #ffffff14;border-top-color:var(--accent-primary);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite al-spin}.al-empty{text-align:center;border-radius:var(--radius-lg);border:1px dashed #ffffff1a;flex-direction:column;align-items:center;padding:80px 20px;display:flex}.al-empty-icon{opacity:.5;margin-bottom:16px;font-size:52px}.al-empty h3{margin-bottom:8px;font-size:18px}.al-empty p{color:var(--text-secondary);font-size:14px}.al-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px;display:grid}.al-card{cursor:pointer;border-radius:var(--radius-md);flex-direction:column;transition:transform .22s,box-shadow .22s;display:flex;overflow:hidden;padding:0!important}.al-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000080}.al-card-cover{background-position:50%;background-size:cover;flex-shrink:0;height:185px;position:relative;overflow:hidden}.al-card-cover-overlay{background:linear-gradient(#0000000d 0%,#0009 100%);position:absolute;inset:0}.al-card-cat{border-radius:var(--radius-full);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1;border:1px solid;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:14px;left:14px}.al-card-read-hint{color:#fffc;border-radius:var(--radius-full);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;z-index:1;background:#0000008c;align-items:center;gap:6px;padding:5px 12px;font-size:11px;transition:opacity .2s;display:flex;position:absolute;bottom:12px;right:12px}.al-card:hover .al-card-read-hint{opacity:1}.al-card-body{flex-direction:column;flex:1;gap:10px;padding:20px;display:flex}.al-card-title{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.al-card-summary{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.al-card-footer{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:14px;display:flex}.al-card-author{align-items:center;gap:10px;min-width:0;display:flex}.al-card-avatar{width:34px;height:34px;color:var(--accent-primary);background:#6366f126;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.al-card-author-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.al-card-meta{color:var(--text-secondary);font-size:11px}.al-read-btn{border-radius:var(--radius-full);cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font-sans);white-space:nowrap;background:0 0;border:1px solid;flex-shrink:0;align-items:center;gap:5px;padding:7px 14px;transition:all .2s;display:flex}.al-read-btn:hover{filter:brightness(1.2);transform:translate(2px)}.al-reader-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1200;background:#000c;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.al-reader{border-radius:var(--radius-lg);background:#12141cfa;border:1px solid #ffffff14;width:100%;max-width:740px;margin:auto;animation:.3s slideUp;position:relative}.al-reader-close{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;z-index:10;background:#0009;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.al-reader-close:hover{color:#fff;border-color:var(--danger);background:#f43f5e80}.al-reader-cover{border-radius:var(--radius-lg) var(--radius-lg) 0 0;background-position:50%;background-size:cover;height:260px;position:relative}.al-reader-cover-overlay{border-radius:inherit;background:linear-gradient(#0000000d 30%,#12141cf2 100%);position:absolute;inset:0}.al-reader-cover-meta{z-index:1;position:absolute;bottom:20px;left:32px}.al-reader-cat{color:#fff;border-radius:var(--radius-full);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff26;border:1px solid #ffffff47;padding:4px 14px;font-size:12px;font-weight:700}.al-reader-body{padding:28px 40px 52px}.al-reader-title{font-size:26px;font-weight:800;line-height:1.28;font-family:var(--font-display);margin-bottom:20px}.al-reader-author-row{border-bottom:1px solid #ffffff12;align-items:center;gap:12px;margin-bottom:22px;padding-bottom:20px;display:flex}.al-reader-summary{color:var(--text-secondary);border-bottom:1px solid #ffffff12;margin-bottom:26px;padding-bottom:24px;font-size:16px;font-style:italic;line-height:1.68}.al-reader-content{color:#f8fafce0;font-size:15px;line-height:1.88}.al-p{margin-bottom:16px;display:block}.al-h1{font-size:24px;font-weight:800;font-family:var(--font-display);color:var(--text-primary);margin:32px 0 12px;display:block}.al-h2{color:var(--text-primary);border-bottom:1px solid #ffffff0f;margin:24px 0 10px;padding-bottom:8px;font-size:19px;font-weight:700;display:block}.al-h3{color:var(--accent-primary);margin:18px 0 6px;font-size:16px;font-weight:600;display:block}.al-quote{border-left:3px solid var(--accent-primary);color:var(--text-secondary);background:#6366f10d;border-radius:0 6px 6px 0;margin:16px 0;padding:10px 18px;font-style:italic;display:block}.al-li{margin-bottom:7px;padding-left:22px;display:block;position:relative}.al-li:before{content:"▸";color:var(--accent-primary);font-size:12px;position:absolute;top:2px;left:0}.al-code{background:#ffffff12;border:1px solid #ffffff1a;border-radius:4px;padding:2px 7px;font-family:monospace;font-size:13px}.al-editor-overlay{z-index:1300;background:#0b0c10;flex-direction:column;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.al-editor-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0c0d12f7;border-bottom:1px solid #ffffff12;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 28px;display:flex}.al-editor-back{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;padding:8px;transition:all .2s;display:flex}.al-editor-back:hover{color:var(--text-primary);background:#ffffff0f}.al-editor-preview-btn{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;font-size:13px;font-weight:500;font-family:var(--font-sans);background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;gap:6px;padding:7px 14px;transition:all .2s;display:flex}.al-editor-preview-btn:hover{color:var(--text-primary);background:#ffffff17}.al-editor-preview-btn--active{border-color:var(--accent-primary);color:var(--accent-primary);background:#6366f126}.al-editor-body{background:radial-gradient(at 30% 0,#0f172ae6 0%,#0b0c10 70%);flex:1;overflow-y:auto}.al-editor-inner{flex-direction:column;max-width:780px;margin:0 auto;padding:44px 36px 100px;display:flex}.al-editor-meta{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:28px;display:flex}.al-editor-select{color:var(--text-primary);border-radius:var(--radius-full);font-size:13px;font-family:var(--font-sans);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;outline:none;flex-shrink:0;padding:7px 18px}.al-editor-url{border-radius:var(--radius-full);min-width:200px;color:var(--text-secondary);font-size:13px;font-family:var(--font-sans);background:#ffffff08;border:1px solid #ffffff14;outline:none;flex:1;padding:7px 18px;transition:border-color .2s}.al-editor-url:focus{border-color:var(--accent-primary);color:var(--text-primary)}.al-editor-title{width:100%;color:var(--text-primary);font-size:38px;font-weight:800;font-family:var(--font-display);background:0 0;border:none;outline:none;margin-bottom:18px;line-height:1.2}.al-editor-title::placeholder{color:#ffffff2e}.al-editor-summary{width:100%;color:var(--text-secondary);font-size:17px;font-style:italic;font-family:var(--font-sans);resize:none;background:0 0;border:none;border-bottom:1px solid #ffffff12;outline:none;margin-bottom:20px;padding-bottom:20px;line-height:1.65}.al-editor-summary::placeholder{color:#ffffff29}.al-editor-divider{color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;align-items:center;gap:12px;margin:2px 0 18px;font-size:11px;display:flex}.al-editor-divider:before,.al-editor-divider:after{content:"";background:#ffffff12;flex:1;height:1px}.al-editor-content{width:100%;color:var(--text-secondary);font-size:16px;font-family:var(--font-sans);resize:none;background:0 0;border:none;outline:none;min-height:480px;line-height:1.85}.al-editor-content::placeholder{color:#ffffff1f}.al-preview{padding:4px 0}.al-preview-cat{color:var(--accent-primary);border-radius:var(--radius-full);background:#6366f11f;border:1px solid #6366f14d;margin-bottom:20px;padding:4px 12px;font-size:12px;font-weight:700;display:inline-block}.al-preview-title{font-size:34px;font-weight:800;line-height:1.2;font-family:var(--font-display);margin-bottom:14px}.al-preview-summary{color:var(--text-secondary);border-bottom:1px solid #ffffff12;margin-bottom:26px;padding-bottom:22px;font-size:17px;font-style:italic;line-height:1.65}.dashboard-feed-list .post-card{padding:16px}.dashboard-feed-list .post-image{height:clamp(160px,22vw,220px)}.dashboard-feed-list .post-image-wrap{border-radius:10px;overflow:hidden}@media (max-width:768px){body{background-attachment:scroll}.glass-card{padding:18px}.title{font-size:24px;line-height:1.15}.page-header,.post-header,.post-top-row,.analysis-card-top,.account-list-header,.messages-sidebar-head,.messages-chat-head{flex-direction:column;align-items:flex-start;gap:10px}.dashboard-actions,.al-header-actions,.messages-quick-actions,.messages-compose-tools,.account-tab-switch,.analyses-timeframe,.post-actions{flex-wrap:wrap;width:100%}.dashboard-actions .btn,.al-header-actions .btn,.page-header .btn,.messages-quick-btn,.messages-tool-btn,.account-tab-switch button,.analyses-period{min-height:42px}.dashboard-actions .btn,.al-header-actions .btn{justify-content:center;width:100%}.dashboard-page .dashboard-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.dashboard-page .dashboard-actions .btn:last-child{grid-column:1/-1}.metrics-grid,.account-stats-row,.account-progress-row{grid-template-columns:1fr;gap:12px}.dashboard-shell{flex-direction:column!important;gap:12px!important;max-width:100%!important;padding:0 12px!important}.dashboard-feed-panel{border-left:none;border-top:var(--glass-border);width:100%!important;max-width:100%!important}.dashboard-feed-list{padding-right:0;overflow:visible;max-height:none!important}.dashboard-feed-list .post-card{border-radius:14px;padding:14px}.dashboard-feed-list .post-content{font-size:14px;line-height:1.55}.dashboard-feed-list .post-image{height:148px}.dashboard-feed-list .post-actions{gap:12px}.dashboard-feed-head{flex-direction:column;gap:10px;align-items:flex-start!important}.dashboard-feed-head-actions{flex-wrap:wrap;justify-content:space-between;gap:8px;width:100%}.dashboard-page .metric-value{word-break:break-word;line-height:1.2}.dashboard-page .metric-trend{flex-wrap:wrap;row-gap:4px}.main-content{gap:20px;padding:68px 14px 24px}.right-panel{padding:18px 14px}.glass-card,.post-card,.analysis-card,.account-form-card,.account-list-card,.messages-sidebar,.messages-chat-wrap{padding:16px}.metrics-grid{gap:12px}.asset-item,.account-analyst-item,.messages-list-item,.form-row{grid-template-columns:1fr;grid-auto-flow:row}.asset-item{gap:8px}.asset-price,.account-analyst-right,.messages-unread{text-align:left;justify-self:start}.asset-chart{width:100%;height:24px}.post-card{padding:16px}.post-content,.analysis-thesis,.account-headline,.messages-user-main p,.al-card-summary,.al-reader-summary,.al-editor-summary{font-size:13px}.post-title,.analysis-card h3,.al-card-title,.al-reader-title,.al-preview-title{font-size:18px;line-height:1.25}.post-media-placeholder{height:180px}.notification-dropdown{width:calc(100vw - 20px);left:10px;right:10px}.modal-content{border-radius:14px;max-width:calc(100vw - 20px)}.al-grid,.analyses-layout,.profile-main-grid,.messages-layout,.account-layout{grid-template-columns:1fr}.al-header{flex-direction:column}.al-header-actions{flex-wrap:wrap;width:100%}.al-search{width:100%}.al-grid{grid-template-columns:1fr}.al-reader-body{padding:22px 18px 40px}.al-reader-title{font-size:20px}.al-editor-title{font-size:26px}.al-editor-inner{padding:28px 18px 60px}.al-editor-header{align-items:flex-start;gap:12px;padding:14px 16px}.al-editor-header>div:last-child{flex-wrap:wrap;width:100%}.al-editor-body{padding:0}.al-editor-meta{grid-template-columns:1fr}.al-editor-select,.al-editor-url,.al-editor-preview-btn,.al-editor-header .btn{justify-content:center;width:100%}.al-card-footer,.al-reader-author-row,.account-head-meta,.account-progress-item,.profile-meta-row,.profile-identity-row{gap:10px}.al-card-footer,.al-reader-author-row{flex-direction:column;align-items:flex-start}.al-card-author-name,.messages-user-top strong,.account-analyst-main p,.account-analyst-main span,.account-analyst-main small{white-space:normal}}@media (max-width:640px){.main-content{gap:16px;padding:64px 12px 20px}.mobile-nav-toggle{width:40px;height:40px;top:10px;left:10px}.page-header h1,.account-card-head h3,.messages-sidebar-head h3,.analyses-stat-card h3,.analyses-side-list h3{font-size:17px}.form-row,.cpm-row,.cpm-type-grid,.account-stats-row,.account-progress-row{grid-template-columns:1fr}.cpm-type-grid{gap:6px}.cpm-type-btn{padding:10px 6px}.cpm-dropzone{padding:22px 14px}.tt-wrapper,.ticker-wrap{height:auto;min-height:40px}.ticker-item{padding:0 14px;font-size:12px}.tt-item{height:40px;padding:0 14px}.opening-loader-card{width:min(94vw,420px);padding:24px 18px}.opening-loader-title{font-size:20px}.opening-loader-subtitle,.opening-loader-quote{font-size:12px}.notification-dropdown{top:46px}.al-reader-body{padding:18px 14px 32px}.al-editor-inner{padding:22px 14px 52px}}@media (max-width:480px){.dashboard-feed-list .post-image{height:128px}.feed-page{--feed-side-pad:10px}.feed-page .feed-sticky-top{top:-10px}.feed-page .post-image{height:128px}.feed-page .feed-tab-btn{padding:9px 12px!important;font-size:13px!important}.public-post-page .post-image{height:128px}.main-content{padding-left:10px;padding-right:10px}.glass-card,.post-card,.analysis-card,.account-form-card,.account-list-card,.messages-sidebar,.messages-chat-wrap{padding:14px}.page-header,.page-header .btn,.dashboard-actions .btn,.al-header-actions .btn{width:100%}.page-header .btn,.dashboard-actions .btn,.al-header-actions .btn{justify-content:center}.post-media-placeholder{height:160px}.al-preview-title,.al-editor-title{font-size:22px}.al-reader-title{font-size:18px}.al-card-cover{min-height:160px}.al-card-footer .btn,.post-actions .btn,.messages-composer .btn,.messages-tool-btn,.account-tab-switch button,.analyses-period{width:100%}}@media (max-width:1024px){.messages-page-shell{min-height:calc(100dvh - 64px);height:auto!important}.messages-two-pane{flex-direction:column;padding:0 16px 16px!important;overflow:visible!important}.messages-conversation-panel{min-height:240px;max-height:46vh;width:100%!important}.messages-chat-panel{min-height:58vh}}@media (max-width:768px){.messages-page-head{padding:14px 14px 10px!important}.messages-page-shell.messages-mobile-chat-open{height:calc(100dvh - 56px)!important;min-height:0!important;overflow:hidden!important}.messages-page-shell.messages-mobile-chat-open .messages-two-pane{flex:1;padding:0 10px 10px!important;overflow:hidden!important}.messages-page-shell.messages-mobile-chat-open .messages-chat-panel{height:100%;min-height:0!important}.messages-page-shell.messages-mobile-chat-open .messages-active-thread{flex:1;min-height:0}.messages-page-shell.messages-mobile-chat-open .messages-active-composer{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:8;background:linear-gradient(#0b0c10bd 0%,#0b0c10f5 100%);position:sticky;bottom:0}.messages-page-head-row{flex-direction:column;gap:10px;align-items:flex-start!important}.messages-page-head-row .btn{justify-content:center;width:100%}.messages-two-pane{gap:10px!important;padding:0 12px 12px!important}.messages-conv-search{padding:10px 10px 8px!important}.messages-conv-list{padding:0 6px 6px!important}.messages-newchat-head{align-items:flex-start!important;gap:10px!important;padding:12px 14px 10px!important}.messages-newchat-search{padding:12px 14px 10px!important}.messages-newchat-results{padding:0 14px 14px!important}.messages-active-head{padding:10px 14px!important}.messages-active-thread{padding:14px 12px 10px!important}.messages-active-composer{padding:10px 12px 12px!important}.messages-bubble-wrap{max-width:86%!important}.messages-quick-panel{left:0;right:auto;width:min(88vw,320px)!important}.profile-page-shell .profile-header-content h1{line-height:1.25;font-size:19px!important}.profile-cover{height:56px}.profile-header-content{padding:0 14px 14px}.profile-identity-row{gap:10px;margin-top:-20px;margin-bottom:10px}.profile-avatar-large{width:72px;height:72px;font-size:22px}.main-content.profile-page-shell{overflow-y:auto}.profile-scroll-area{flex:none;min-height:auto;padding-right:0;overflow:visible}.profile-scroll-area:before{display:none}.profile-header-actions{width:100%;justify-content:flex-start!important}.profile-main-grid{gap:14px}.profile-main-grid>div:first-child{order:2}.profile-main-grid>div:last-child{order:1}.profile-follow-stats{flex-wrap:wrap;gap:10px!important}.profile-investor-row{flex-direction:column;align-items:flex-start;gap:10px!important}.profile-investor-row>div{flex-wrap:wrap;width:100%}.profile-action-menu{left:0;min-width:min(86vw,240px)!important;right:auto!important}.profile-header-actions .btn{justify-content:center;width:100%}.profile-tab-row{scrollbar-width:thin;overflow-x:auto}.profile-tab-row .tab-btn{white-space:nowrap;min-width:148px;font-size:13px;flex:none!important;padding:13px 12px!important}.profile-main-grid>div:last-child .post-card{border-radius:14px;padding:14px}.profile-main-grid>div:last-child .post-image{height:148px}.profile-main-grid>div:last-child .post-content{font-size:14px;line-height:1.55}.profile-main-grid>div:last-child .post-actions{flex-wrap:wrap;gap:12px}}@media (min-width:1025px){.discussions-page-shell{max-width:min(1720px,100%)!important}.discussions-layout-grid{grid-template-columns:minmax(230px,290px) minmax(0,1fr)!important;gap:14px!important}.discussions-rooms-panel,.discussions-active-panel{padding:12px!important}.discussions-active-header{margin-bottom:2px;gap:8px!important}.discussions-active-actions{gap:8px!important}.discussions-active-actions .btn{padding:6px 10px!important;font-size:12px!important}.discussions-messages-scroll{gap:6px!important}.discussions-messages-scroll article{padding-top:8px!important;padding-bottom:8px!important}.discussions-composer-wrap{background:0 0!important;padding-top:0!important;position:static!important}.discussions-messages-scroll{padding-bottom:12px!important}}@media (max-width:1024px){.discussions-page-shell{min-height:calc(100dvh - 64px);height:auto!important;padding-bottom:20px!important;overflow:visible!important}.discussions-layout-grid{grid-template-columns:1fr!important;gap:12px!important;overflow:visible!important}.discussions-rooms-panel,.discussions-active-panel{min-height:0}.discussions-rooms-panel{max-height:min(72dvh,100dvh - 210px)}.discussions-active-panel{height:min(72dvh,100dvh - 210px)}.discussions-rooms-list{max-height:50vh}.discussions-active-actions{width:100%;justify-content:flex-start!important}.discussions-messages-scroll{padding-bottom:14px!important;padding-right:0!important}.discussions-composer-wrap{background:0 0!important;padding-top:0!important;position:static!important}}@media (max-width:768px){.discussions-page-shell .page-header{padding-bottom:2px}.discussions-page-shell .page-header .title{font-size:24px!important}.discussions-rooms-panel,.discussions-active-panel{border-radius:14px;min-height:0;padding:12px!important}.discussions-rooms-panel{max-height:min(74dvh,100dvh - 190px)}.discussions-active-panel{height:min(74dvh,100dvh - 190px)}.discussions-active-header{gap:10px!important}.discussions-active-actions .btn{justify-content:center;width:100%}.discussions-messages-scroll article{margin-left:0!important}}@media (max-width:640px){.messages-page-shell{min-height:calc(100dvh - 56px)}.messages-conversation-panel{max-height:42vh}.messages-chat-panel{min-height:56vh}.profile-page-shell{padding-bottom:24px!important}.profile-follow-stats{margin-top:12px!important;font-size:13px!important}.profile-main-grid>div:last-child .post-image{height:128px}}@media (max-width:980px){.network-layout{grid-template-columns:1fr!important;gap:14px!important}.network-content-col{order:1}.network-stats-col{order:2}.network-header{gap:12px}.network-discover-btn{justify-content:center;width:100%}.network-left-col,.network-right-col{gap:12px!important}.network-tab-row{scrollbar-width:thin;overflow-x:auto}.network-tab-row button{white-space:nowrap;scroll-snap-align:start;min-width:160px;flex:none!important}.network-tab-row{scroll-snap-type:x proximity}.network-invite-grid{grid-template-columns:1fr;align-items:stretch}.network-invite-actions{min-width:0}}@media (max-width:640px){.modal-content{border-radius:14px;max-width:calc(100vw - 20px)}.modal-body{padding:16px}.form-container{gap:12px}.form-row{flex-direction:column;gap:12px}.tag-selector{flex-wrap:wrap}.tag-btn{min-width:0}.am-dropdown{width:auto;left:0;right:0}.am-dropdown-item{padding:10px 12px}.am-dropdown-item>div{width:100%;min-width:0}.network-page-shell{padding-bottom:28px!important}.network-user-row{flex-direction:column;gap:12px;align-items:stretch!important;padding:12px 14px!important}.network-user-main{width:100%}.network-user-bio{white-space:normal!important;text-overflow:clip!important;max-width:100%!important;overflow:visible!important}.network-user-actions{flex-wrap:wrap;width:100%}.network-profile-btn,.network-user-actions button{text-align:center;flex:140px;justify-content:center}.network-search-card,.network-discover-search-wrap{padding-left:12px!important;padding-right:12px!important}}@media (max-width:480px){.network-tab-row button{min-width:138px;padding:12px 10px!important;font-size:12px!important}.network-search-card input,.network-discover-search-wrap input{font-size:16px!important}.network-profile-btn,.network-user-actions button{flex-basis:100%;width:100%}}@media (max-width:768px){.notifications-page-shell{padding-bottom:24px!important}.notifications-page-head{gap:10px!important;margin-bottom:14px!important}.notifications-head-actions{width:100%}.notifications-head-actions .btn{justify-content:center;width:100%}.notifications-list{gap:10px!important}.notifications-item{gap:10px!important;padding:14px!important}.notifications-item-body{flex:auto}.notifications-unread-dot{width:8px;height:8px;margin-left:6px}.notifications-item-text{line-height:1.5;font-size:14px!important}.notifications-item-preview{white-space:normal!important;text-overflow:clip!important;overflow:visible!important}}.notifications-item-body{flex:auto}.notifications-unread-dot{background:var(--accent-primary);border-radius:50%;flex:none;align-self:center;width:10px;height:10px;margin-left:auto}@media (max-width:900px){.feed-page .feed-sticky-top{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-bottom:none;margin-left:0;margin-right:0;padding-left:0;padding-right:0;position:static;top:auto}.feed-page .feed-header-controls{flex-wrap:wrap;width:100%;gap:10px!important}.feed-page .feed-search-wrap{width:100%}.feed-page .feed-search-wrap input{width:100%!important}.feed-page .feed-header-controls .btn{justify-content:center;width:100%}.feed-page .feed-tabs{scrollbar-width:thin;overflow-x:auto}.feed-page .feed-tab-btn{white-space:nowrap;flex:none;min-width:106px;padding:10px 12px!important;font-size:13px!important}.feed-page .feed-list-wrap{gap:12px!important;max-width:100%!important}.feed-page .feed-page-grid{grid-template-columns:1fr!important}.feed-page .feed-list-wrap{max-width:920px!important}.feed-page .post-card{padding:20px!important}.feed-page .post-content{font-size:16px!important;line-height:1.7!important}.feed-page .post-title{font-size:21px!important;line-height:1.25!important}}@media (max-width:768px){.portfolio-page .page-header{gap:10px;align-items:flex-start!important}.portfolio-page .portfolio-total-card{gap:14px!important}.portfolio-page .data-table-wrapper{overflow-x:auto}.portfolio-page .data-table{min-width:760px}.analyses-page-shell .glass-card{padding:16px!important}.analyses-page-shell .btn{justify-content:center;width:100%}.leaderboard-page-shell{padding-bottom:24px!important}.leaderboard-spotlight,.leaderboard-rank-card,.leaderboard-rank-list-item{grid-template-columns:1fr!important}.leaderboard-spotlight{align-items:start!important;gap:12px!important}.leaderboard-rank-grid{grid-template-columns:1fr!important}.leaderboard-rank-list-item{justify-items:start}.leaderboard-rank-list-item>div:last-child,.leaderboard-rank-card>div:last-child{justify-content:flex-start!important}.account-page-shell{padding-bottom:24px!important}.account-two-col-grid,.account-support-grid{grid-template-columns:1fr!important}}@media (max-width:1024px){.admin-page-shell{padding-bottom:22px!important}.admin-main-grid{grid-template-columns:1fr!important;gap:12px!important}}@media (max-width:768px){.admin-page-shell .page-header{gap:10px;align-items:flex-start!important}.admin-page-shell .page-header>div:last-child{flex-wrap:wrap;width:100%}.admin-page-shell .page-header .btn,.admin-page-shell .btn{justify-content:center}.admin-page-shell select,.admin-page-shell input,.admin-page-shell textarea{width:100%}.admin-page-shell [style*="grid-template-columns: repeat(2, minmax(0, 1fr))"],.admin-page-shell [style*="grid-template-columns: repeat(3, 1fr)"]{grid-template-columns:1fr!important}.reset-password-page{padding:14px!important}.reset-password-page .glass-card{padding:16px!important}.reset-password-page .btn{justify-content:center;width:100%}.login-page-shell,.register-page-shell{padding-bottom:max(12px, env(safe-area-inset-bottom))}.login-forgot-overlay{align-items:flex-end!important;padding:12px!important}.login-forgot-overlay .glass-card{border-radius:14px;max-width:100%!important}}.tt-wrapper{border-radius:var(--radius-md);z-index:40;background:#00000040;border:1px solid #ffffff12;align-items:center;min-height:46px;margin-bottom:20px;display:flex;position:relative;overflow:visible}.tt-track-outer{flex:1;position:relative;overflow:hidden}.tt-loading{color:var(--text-secondary);white-space:nowrap;padding:0 20px;font-size:12px;line-height:46px}@keyframes tt-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.tt-track{width:max-content;animation:40s linear infinite tt-scroll;display:flex}.tt-track:hover{animation-play-state:paused}.tt-item{white-space:nowrap;border-right:1px solid #ffffff0f;align-items:center;gap:8px;height:46px;padding:0 24px;display:flex}.tt-symbol{color:var(--text-primary);letter-spacing:.03em;font-size:12px;font-weight:800}.tt-price{color:var(--text-primary);font-size:13px;font-weight:600}.tt-change{font-size:11px;font-weight:700}.tt-controls{border-left:1px solid #ffffff12;flex-shrink:0;align-items:center;gap:4px;height:46px;padding:0 10px;display:flex}.tt-ctrl-btn{width:30px;height:30px;color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;justify-content:center;align-items:center;font-size:14px;transition:all .15s;display:flex}.tt-ctrl-btn:hover{color:var(--text-primary);background:#ffffff1a}.tt-ctrl-btn--active{border-color:var(--accent-primary);color:var(--accent-primary);background:#6366f126}.tt-settings{border-radius:var(--radius-md);z-index:1200;background:#12141cfa;border:1px solid #ffffff1a;width:320px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 20px 60px #0009}.tt-settings-header{border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;padding:14px 16px;font-size:13px;font-weight:600;display:flex}.tt-settings-close{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:14px;transition:all .15s}.tt-settings-close:hover{color:var(--danger);background:#f43f5e26}.tt-settings-search-wrap{border-bottom:1px solid #ffffff0f;padding:12px 16px;position:relative}.tt-settings-input{border-radius:var(--radius-sm);width:100%;color:var(--text-primary);font-size:13px;font-family:var(--font-sans);box-sizing:border-box;text-transform:uppercase;background:#ffffff0d;border:1px solid #ffffff1a;outline:none;padding:9px 36px 9px 12px;transition:border-color .2s}.tt-settings-input:focus{border-color:var(--accent-primary)}.tt-settings-input::placeholder{text-transform:none}.tt-settings-spinner{color:var(--text-secondary);font-size:14px;animation:.6s linear infinite al-spin;display:block;position:absolute;top:50%;right:38px;transform:translateY(-50%)}.tt-settings-clear{width:22px;height:22px;color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;font-size:12px;line-height:1;transition:all .15s;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.tt-settings-clear:hover{color:var(--danger);background:#f43f5e1f;border-color:#f43f5e33}.tt-settings-suggestions{border-bottom:1px solid #ffffff0f;padding:12px 16px}.tt-settings-dropdown{background:#0b0d12fa;border:1px solid #6366f138;border-radius:14px;margin:0 16px 12px;overflow:hidden;box-shadow:0 18px 50px #0000006b}.tt-settings-dropdown-head{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:11px;font-weight:700;display:flex}.tt-settings-dropdown-list{max-height:240px;overflow-y:auto}.tt-settings-dropdown-item{width:100%;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #ffffff0a;align-items:center;gap:10px;padding:10px 12px;transition:background .15s;display:flex}.tt-settings-dropdown-item:hover{background:#6366f11a}.tt-settings-dropdown-item:last-child{border-bottom:none}.tt-settings-dropdown-icon{width:34px;height:34px;color:var(--accent-primary);background:#6366f124;border:1px solid #6366f138;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:flex}.tt-settings-dropdown-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.tt-settings-dropdown-title{color:var(--text-primary);font-size:13px;font-weight:700}.tt-settings-dropdown-subtitle{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.tt-settings-dropdown-badge{color:var(--accent-primary);letter-spacing:.02em;background:#6366f11f;border:1px solid #6366f140;border-radius:999px;flex-shrink:0;padding:3px 8px;font-size:10px;font-weight:700}.tt-settings-dropdown-empty{color:var(--text-secondary);padding:16px 12px;font-size:12px}.tt-settings-dropdown-hint{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;border-top:1px solid #ffffff0f;padding:9px 12px;font-size:10px}.tt-settings-results{border-bottom:1px solid #ffffff0f}.tt-settings-result-item{text-align:left;width:100%;color:var(--text-primary);cursor:pointer;font-family:var(--font-sans);background:0 0;border:none;border-bottom:1px solid #ffffff0a;flex-direction:column;gap:2px;padding:9px 16px;font-size:12px;transition:background .15s;display:flex}.tt-settings-result-item:hover{background:#6366f11a}.tt-settings-list{flex-direction:column;gap:6px;max-height:200px;padding:12px 16px;display:flex;overflow-y:auto}.tt-settings-chip{background:#ffffff0a;border:1px solid #ffffff12;border-radius:8px;align-items:center;gap:8px;padding:7px 10px;font-size:13px;font-weight:600;display:flex}.tt-settings-remove{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;margin-left:auto;padding:2px 5px;font-size:11px;transition:all .15s}.tt-settings-remove:hover{color:var(--danger);background:#f43f5e1a}.tt-settings-reset{border-radius:var(--radius-sm);width:calc(100% - 32px);color:var(--text-secondary);font-size:13px;font-weight:600;line-height:1.4;font-family:var(--font-sans);text-align:center;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;margin:0 16px 14px;padding:12px 14px;transition:all .15s;display:block}.tt-settings-reset:hover{color:var(--text-primary);background:#ffffff14}.tt-settings-reset:disabled{opacity:.55;cursor:not-allowed;color:var(--text-muted);background:#ffffff08}.am-dropdown{border-radius:var(--radius-md);z-index:1000;background:#12141cfa;border:1px solid #ffffff1a;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 16px 48px #0009}.am-dropdown-item{width:100%;color:var(--text-primary);cursor:pointer;font-family:var(--font-sans);text-align:left;background:0 0;border:none;border-bottom:1px solid #ffffff0a;padding:10px 14px;transition:background .15s;display:block}.am-dropdown-item:last-child{border-bottom:none}.am-dropdown-item:hover{background:#6366f11a}.am-dropdown-icon{width:32px;height:32px;color:var(--accent-primary);background:#6366f126;border:1px solid #6366f140;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:flex}.am-dropdown-badge{color:var(--text-secondary);background:#ffffff0f;border:1px solid #ffffff14;border-radius:4px;flex-shrink:0;margin-left:auto;padding:2px 8px;font-size:10px;font-weight:600}
