:root{--color-base: #1A1F36;--color-primary: dodgerblue;--color-secondary: #FFC107;--color-accent: #FF6F00;--color-background: white;--color-background-light: white}*{margin:0;padding:0;box-sizing:border-box}html{hanging-punctuation:first last}body{text-size-adjust:100%;background-color:#fff}img{vertical-align:middle;max-width:100%}a{text-decoration:none;text-decoration-skip-ink:auto;color:inherit;text-decoration-line:underline;text-decoration-style:solid;text-decoration-color:transparent;transition:.3s color,.3s text-decoration-color,.3s scale}a:not(:has(*)):hover{text-decoration-color:inherit}@media (prefers-reduced-motion: no-preference){:has(:target){scroll-behavior:smooth;scroll-padding-top:3rem}}body{line-height:1.5;color:#262626;font-family:BeVietnamPro,Helvetica,Arial,sans-serif;font-size:18px}p{line-height:1.5;text-wrap:pretty;max-width:75ch}h1,h2,h3,h4,h5,h6{line-height:1.2;text-wrap:balance}h6{font-size:1.1rem;font-weight:700}h5{font-size:1.3rem;font-weight:400}h4{font-size:1.5rem;font-weight:700}h3{font-size:1.7rem;font-weight:400}h2{font-size:1.9rem;font-weight:700}h1{font-size:2.1rem;font-weight:700;margin-block:1rem}h1.dense{margin:0}pre{font-family:Hack}.navbar-root{background-color:#fff;color:#1a1f36;overflow:hidden;margin:0;border-bottom:.5px solid lightgrey}.navbar-root .navbar{max-width:1024px;margin:auto;display:flex;flex-direction:row;align-items:center;padding-inline:2px}.navbar-root .spacer{flex:1}.navbar-root a{display:block;text-align:center;padding:14px 12px;text-decoration:none;transition:.2s background-color;max-width:64ch;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar-root a:hover{background-color:#ddd2}.navbar-root .navbar-hamburger{display:inline-flex;flex-direction:column;gap:3px;background:none;border:0;cursor:pointer;padding:12px;margin-right:4px}.navbar-root .bar{width:18px;height:2px;background:currentColor;display:block}.navbar-root .navbar-logo{font-weight:700;padding:14px 8px}.navbar-root .navbar-links{margin-left:8px;display:none}.navbar-root .navbar-links.show{display:block}.navbar-root .navbar-profile{margin-left:8px}.navbar-root .profileButton{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;padding:0;border-radius:9999px;color:inherit;line-height:0;position:relative;text-decoration:none}.navbar-root .profileButton:hover{background-color:#ddd2}.navbar-root .iconWrap{display:block;place-items:center;line-height:0;width:24px;height:24px;position:relative}.navbar-root .icon{width:22px;height:22px;display:block;pointer-events:none;stroke:currentColor;position:static;transform:none}.dropdown{overflow:hidden;max-height:0;transition:max-height .18s ease-in-out,border-color .18s ease-in-out;border-top:0 solid #eee;background-color:#fff}.dropdown.open{max-height:200px;border-top-width:1px}.dropdownInner{max-width:1024px;margin:0 auto;padding:8px 0;display:flex;flex-direction:column}.dropdownLink{display:block;padding:10px 12px;color:inherit;text-decoration:none;transition:background-color .2s}.dropdownLink:hover{background-color:#ddd2}.footer{background-color:#1a1f36;color:#fff;padding:20px 10px;display:flex;flex-direction:column;gap:10px;align-items:center}.footer__link{display:inline;color:inherit;text-decoration:none}.footer__link+.footer__link{margin-left:6px}.footer__copyright{font-size:.9rem}.layout--start{display:flex;flex-direction:column;align-items:start}.layout--center{display:flex;flex-direction:column;align-items:center}.layout--end{display:flex;flex-direction:column;align-items:end}.layout--stretch{display:flex;flex-direction:column;align-items:stretch}.container{max-width:1024px;display:flex;flex-direction:column;align-items:stretch}.container h1:first-child{margin-top:0}.container{padding:0 12px;margin:32px auto}.container--dense{padding:0;margin:0 auto}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.btn{display:block;text-align:center;padding:8px 12px;color:#fff;background-color:#1e90ff;border:none;border-radius:4px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .2s ease,transform .2s ease,filter .2s ease;text-decoration:none;background-color:var(--color-primary);box-sizing:border-box}form .btn{width:100%}.btn:hover{filter:brightness(85%);transform:scale(1.02)}.btn:focus{outline:none;box-shadow:0 0 0 3px #0003}.btn:disabled{background-color:#ccc;cursor:not-allowed}.btn--text{background-color:transparent;color:var(--color-primary)}.btn--dense{width:auto!important}.btn--inline{display:inline-block}.btn--red{background-color:red}.btn--white{background-color:#fff}.btn--inverse{background-color:transparent;color:var(--color-primary)}.btn--big{font-weight:700;font-size:1.2rem;padding-top:10px;padding-bottom:10px;text-transform:uppercase}.btn--jumbo{font-size:1.4rem;padding:8px 24px;text-transform:uppercase}.btn--icon>*:not(:last-child){margin-right:8px}input,select{padding:10px 14px;border:1px solid grey;border-radius:4px;font-size:1.1rem}.search-results{position:static;border:1px solid #e2e8f0;background-color:#fff;border-radius:0 0 .375rem .375rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;max-height:15rem;overflow-y:auto;text-align:left;margin-top:0}.search-result-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;cursor:pointer;transition:background-color .2s ease-in-out}.search-result-item__ticker{font-weight:600;color:#2d3748}.search-result-item__name{font-size:.875rem;color:#718096}.search-result-item .btn{margin-left:1rem;white-space:nowrap}.form-root{display:flex;flex-direction:column;align-items:stretch;gap:.1rem}.form-group{padding:4px 0;display:flex;flex-direction:column;align-items:stretch;gap:2px}.form-group label{font-weight:700}.form-group input:not([type=submit]),.form-group select,.form-group textarea{padding:10px 8px;border:.5px solid grey;border-radius:3px}.form-group input:not([type=submit]):active,.form-group select:active,.form-group textarea:active{outline:4px solid rgba(135,206,250,.5333333333)}.form-row{display:flex;flex-direction:row;justify-content:space-evenly;align-items:stretch;gap:1rem}.form-row>.form-group{flex:1}img{display:block;width:100%}.img--inline{display:inline-block;width:auto}@media screen and (min-width: 600px){.solo-box{margin-top:50px;padding-top:20px}}.solo-box__title{margin-bottom:20px}.main-action{margin-top:6rem}.nothing-here{max-width:400px;margin-top:60px;margin-inline:auto}.nothing-here .btn{margin-top:20px}.recaptcha-notice{font-size:.8rem;font-weight:400;color:gray}.recaptcha-notice a{color:#1e90ff;text-decoration:none}.recaptcha-notice a:hover{text-decoration:underline}.card{border:.5px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:18px;margin-bottom:20px}.card h2{margin-top:0}.card ul{list-style:none;padding:0;margin:0}.card ul li{padding:5px 0;border-bottom:1px solid #eee}.card ul li:last-child{border-bottom:none}.quick-links{margin:20px 0}.quick-links h2{margin-top:0}.quick-links-row{display:flex;flex-wrap:wrap;gap:15px}.quick-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;padding:8px 4px;border-radius:8px;border:1px solid #e0e0e0;transition:all .2s ease;flex:1 1 calc(25% - 15px);min-width:120px}.quick-link:hover{background-color:#f5f5f5;transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.quick-link{flex:1 1 calc(25% - 15px)}}@media (max-width: 480px){.quick-link{flex:1 1 calc(25% - 15px)}}.quick-link-icon{font-size:18px;margin-bottom:5px}.quick-link-text{font-size:12px;text-align:center}.symbol-hero{position:relative;width:100%;min-height:220px;height:clamp(220px,36vw,320px);background:center/cover no-repeat;display:flex;align-items:flex-end}.symbol-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,.25) 0%,rgba(0,0,0,.55) 75%)}.symbol-hero__title{position:relative;padding:28px 0;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.45),0 0 1px rgba(0,0,0,.3)}.symbol-hero__title h1{margin:6px 0 0;font-weight:800;font-size:clamp(28px,5vw,44px);line-height:1.1}.symbol-hero__ticker{display:inline-block;background:rgba(0,0,0,.55);color:#fff;border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:6px 12px;font-weight:700;letter-spacing:.4px}.bull-bear-base #thesis-content{transition:height .3s ease}.bull-bear-base .loading{text-align:center;padding:1rem;transition:opacity .3s ease;min-height:80px}.bull-bear-base .loading .spinner{border:4px solid rgba(0,0,0,.1);border-left-color:#007bff;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 1rem}.bull-bear-base .loading p{margin:0;color:#666}.bull-bear-base .thesis-loaded{transition:opacity .3s ease}.bull-bear-base .thesis-loaded[style*="display: none"]{display:block!important;opacity:0!important}.bull-bear-base .case-toggles{display:flex;gap:1rem;margin-bottom:1rem}.bull-bear-base .case-toggles .case-toggle{padding:.5rem 1rem;border:1px solid #ddd;background:#f5f5f5;cursor:pointer;border-radius:4px;transition:all .2s ease}.bull-bear-base .case-toggles .case-toggle:hover{background:#e8e8e8}.bull-bear-base .case-toggles .case-toggle.active{background:#007bff;color:#fff;border-color:#007bff}.bull-bear-base .case-toggles .case-toggle .emoji{display:inline-block;width:24px;height:24px;line-height:24px;text-align:center;background:white;border-radius:50%;margin-right:.5rem;box-shadow:0 1px 2px #0000001a}.bull-bear-base .case-content .case-text{display:none}.bull-bear-base .case-content .case-text.active{display:block}@keyframes spin{to{transform:rotate(360deg)}}.article-card{display:flex;flex-direction:column;background:var(--color-background);border:1px solid rgba(15,23,42,.08);border-radius:14px;overflow:hidden;box-shadow:0 10px 22px #0000000f;transition:transform .18s ease,box-shadow .18s ease}.article-card:hover{transform:translateY(-2px);box-shadow:0 16px 30px #0000001a}.article-card__media img,.article-card__placeholder{display:block;width:100%;height:220px;object-fit:cover}.article-card__placeholder{background:linear-gradient(135deg,#e2e8f0,#f8fafc)}.article-card__body{padding:14px;display:flex;flex-direction:column;gap:8px}.article-card__title{font-weight:800;font-size:18px;color:inherit;text-decoration:none}.article-card__title:hover{text-decoration:underline}.article-card__meta{color:#64748b;font-size:13px;display:flex;align-items:center;gap:8px}.article-card__blurb{color:#334155;font-size:14px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card__cta{margin-top:2px;font-weight:700;color:#1e90ff;text-decoration:none}.article-card__cta:hover{text-decoration:underline}@media (min-width: 1001px){.article-card__media img,.article-card__placeholder{height:200px}}.m-comment{border-left:1px solid #e5e7eb;border-radius:4px;padding:1rem 1.25rem;background-color:#fff;transition:all .2s ease-in-out;width:100%}.m-comment--nested{margin-left:1.5rem;border-left:2px solid #e5e7eb}@media (max-width: 640px){.m-comment--nested{margin-left:1rem}}.m-comment:hover{box-shadow:0 2px 4px #0000000d;transform:translateY(-1px)}.m-comment__body{margin-top:.5rem;line-height:1.5;color:#374151;word-break:break-word}.m-comment__body a{color:#2563eb;text-decoration:none}.m-comment__body a:hover{text-decoration:underline}.m-comment__author-box{display:flex;flex-direction:row;align-items:center;gap:.5rem}.m-comment__author-icon{width:1.2rem;height:1.2rem;font-size:.9rem;border:1px solid #e5e7eb;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#f3f4f6;color:#4b5563}.m-comment__author{font-size:.9rem;font-weight:600;color:#111827}.m-comment__metadata{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.8rem;color:#6b7280}@media (max-width: 640px){.m-comment{padding:1rem}.m-comment__author-box{gap:.375rem}}.auth-form-container{max-width:450px;margin:2rem auto;padding:2rem;background:white;border-radius:8px;box-shadow:0 4px 12px #0000001a}.auth-header{text-align:center;margin-bottom:1.5rem}.auth-header h1{font-size:1.75rem;margin-bottom:.5rem;color:#1a1f36}.auth-header p{color:#666}.social-auth{margin-bottom:1.5rem}.btn--google{display:flex;align-items:center;justify-content:center;width:100%;padding:12px;background:#fff;color:#757575;border:1px solid #ddd;border-radius:4px;font-weight:500;font-size:1rem;cursor:pointer;text-decoration:none;transition:all .2s ease}.btn--google:hover{background:#f5f5f5;transform:none;filter:none}.google-icon{background:#fff;color:#db4437;font-weight:700;font-size:1.2rem;width:30px;height:30px;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-right:10px;border:1px solid #ddd}.divider{display:flex;align-items:center;margin:1.5rem 0}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #eee}.divider span{padding:0 1rem;color:#777;font-size:.9rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:1rem;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#08d;box-shadow:0 0 0 3px #0088dd1a}.btn--auth{background:#0088DD;color:#fff;border:none;padding:12px;font-size:1rem;font-weight:500;border-radius:4px;cursor:pointer;transition:background .2s ease;width:100%;margin-top:.5rem}.btn--auth:hover{background:#0077cc;transform:none;filter:none}.error{background:#ffebee;color:#c62828;padding:.75rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem}.auth-link{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee;color:#666}.auth-link a{color:#08d;text-decoration:none;font-weight:500}.auth-link a:hover{text-decoration:underline}.form-footer{text-align:center;margin:1rem 0}.form-footer a{color:#08d;text-decoration:none;font-size:.9rem}.form-footer a:hover{text-decoration:underline}.terminal__ticker{--bg:#0b0f12;--grid:#111820;--muted:#7f8a99;--up:#1fbf75;--down:#ff4d4f;padding:16px 0;overflow:hidden}.newsletter{position:relative;isolation:isolate;margin:32px 0 12px;padding:28px 18px;background:linear-gradient(180deg,rgba(15,23,42,.85) 0%,rgba(15,23,42,.92) 100%),radial-gradient(800px 220px at 0% 0%,rgba(37,99,235,.28),rgba(0,0,0,0) 70%),radial-gradient(900px 260px at 100% 20%,rgba(56,189,248,.22),rgba(0,0,0,0) 70%);color:#fffffff2;border-radius:16px;box-shadow:0 18px 40px #02061740;overflow:hidden}.newsletter__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(600px 180px at 50% 0%,rgba(255,255,255,.08),rgba(0,0,0,0) 70%);pointer-events:none;z-index:0}.newsletter__content{position:relative;z-index:1;max-width:1000px;margin:0 auto}.newsletter__title{font-weight:800;font-size:clamp(22px,3vw,32px);margin:0 0 6px}.newsletter__subtitle{margin:0 0 16px;color:#ffffffd9;font-size:clamp(14px,2vw,16px)}.newsletter__form{width:100%}.newsletter__input{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:10px;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.6);border-radius:12px;padding:12px 14px;box-shadow:0 12px 24px #0000002e}.newsletter__input i{color:#334155}.newsletter__input input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;outline:none;background:transparent;width:100%;font-size:16px;color:#0f172a}.newsletter__btn{margin-left:6px}.newsletter__error{color:#ef4444;margin-top:8px;font-size:14px}.newsletter__success{color:#22c55e;margin-top:8px;font-size:14px}@media (min-width: 768px){.newsletter{padding:34px 28px}.newsletter__input{grid-template-columns:24px 1fr auto}}html[x-page-id="/"] .container{max-width:1356px}html[x-page-id="/"] .landing-hero{position:relative;background:transparent;display:flex;align-items:center;justify-content:center;overflow:visible;margin-top:8px;padding:clamp(56px,10vw,140px) 0 clamp(28px,6vw,72px)}html[x-page-id="/"] .landing-hero__overlay{display:none}html[x-page-id="/"] .landing-hero__content{position:relative;width:100%;max-width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:clamp(12px,2.4vw,22px);padding:0 18px;color:var(--color-base);z-index:1}html[x-page-id="/"] .landing-hero__badge{display:inline-block;background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.25);color:#1e293b;border-radius:999px;padding:6px 12px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;font-size:12px;margin-bottom:6px}html[x-page-id="/"] .landing-hero__title{margin:0;font-weight:800;font-size:clamp(34px,6vw,64px);line-height:1.08;letter-spacing:-.02em;text-shadow:none;max-width:24ch}html[x-page-id="/"] .landing-hero__subtitle{margin:8px 0 18px;font-size:clamp(15px,2.2vw,18px);color:#475569;line-height:1.6;max-width:60ch}html[x-page-id="/"] .landing-search{width:100%;max-width:800px;margin:clamp(8px,2vw,16px) auto 0;position:relative;z-index:3}html[x-page-id="/"] .landing-search__input{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid rgba(15,23,42,.12);border-radius:14px;padding:12px 16px;box-shadow:0 8px 22px #00000014;transition:box-shadow .2s ease,border-color .2s ease,background-color .2s ease}html[x-page-id="/"] .landing-search__input:hover{box-shadow:0 12px 26px #0000001f}html[x-page-id="/"] .landing-search__input:focus-within{border-color:#3b82f699;box-shadow:0 0 0 4px #3b82f626,0 10px 26px #0000001f;background:#fff}html[x-page-id="/"] .landing-search__input i{color:#64748b}html[x-page-id="/"] .landing-search__input input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;outline:none;width:100%;font-size:17px;color:#0f172a;padding:6px 2px}html[x-page-id="/"] .landing-search__input input::placeholder{color:#94a3b8}html[x-page-id="/"] .landing-search .search-results{position:absolute!important;left:0;right:0;top:calc(100% + 8px);margin-top:0;border:1px solid rgba(15,23,42,.12);background-color:#fff;border-radius:12px;box-shadow:0 20px 40px #0000002e;max-height:320px;overflow-y:auto;text-align:left;z-index:10}html[x-page-id="/"] .landing-search .search-result-item{padding:12px 14px;border-bottom:1px solid rgba(226,232,240,.75);display:flex;align-items:center;justify-content:space-between}html[x-page-id="/"] .landing-search .search-result-item:hover{background-color:#f8fafc}html[x-page-id="/"] .landing-search .search-result-item:last-child{border-bottom:0}html[x-page-id="/"] .landing-search .search-result-item .search-result-item__ticker{font-weight:800;letter-spacing:.2px;color:#0f172a}html[x-page-id="/"] .landing-search .search-result-item .search-result-item__name{font-size:14px;color:#64748b}@media (min-width: 1024px){html[x-page-id="/"] .landing-hero__content{max-width:100%}html[x-page-id="/"] .landing-search{width:100%}html[x-page-id="/"] .landing-search__input input{font-size:18px}}html[x-page-id="/"] .articles-box{margin-top:28px;display:grid;gap:24px;grid-template-columns:1fr}@media screen and (min-width: 801px) and (max-width: 1000px){html[x-page-id="/"] .articles-box{grid-template-columns:1fr 1fr}}@media screen and (min-width: 1001px){html[x-page-id="/"] .articles-box{grid-template-columns:1fr 1fr 1fr}}html[x-page-id="/"] .articles-box .article-card{height:100%}html[x-page-id="/"] .news-article{background-color:var(--color-background-light);padding:10px;border-radius:5px}html[x-page-id="/"] .news-article img{width:100%;min-height:200px;height:auto;object-fit:cover}html[x-page-id="/"] .news-article h2{font-size:1.5rem;margin-top:10px}html[x-page-id="/"] .news-article ul{list-style-type:disc;margin-left:20px}html[x-page-id="/"] .news-article__content--short{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:200px}html[x-page-id="/"] .articles-section{margin-top:clamp(48px,7vw,112px)}html[x-page-id="/"] .articles-section__title{text-align:center;font-size:clamp(22px,3vw,28px);font-weight:800;margin:22px 0 6px}html[x-page-id="/"] .newsletter{margin-top:clamp(64px,10vw,128px)}html[x-page-id="/"] .article-listed{background:var(--color-background);border:1px solid rgba(15,23,42,.08);border-radius:12px;padding:14px;margin:8px 4px;box-shadow:0 10px 22px #0000000f;transition:transform .18s ease,box-shadow .18s ease}html[x-page-id="/"] .article-listed:hover{transform:translateY(-2px);box-shadow:0 16px 30px #0000001a}html[x-page-id="/"] .article-listed__image{border-radius:10px}html[x-page-id="articles.show"] .container{gap:32px;margin-bottom:100px}html[x-page-id="articles.show"] .article-content{margin:0 auto}html[x-page-id="articles.show"] .author{text-align:center}html[x-page-id="articles.show"] ul,html[x-page-id="articles.show"] li{list-style-position:inside}html[x-page-id="articles.show"] .full-article{padding:16px;border-radius:2px}html[x-page-id="articles.show"] .full-article__category{font-size:1rem;color:#1e90ff;margin-bottom:4px}html[x-page-id="articles.show"] .full-article__title{letter-spacing:1.2px;margin-block-start:0}html[x-page-id="articles.show"] .full-article__blurb{font-size:1.2rem;margin-block-start:.5rem;margin-block-end:1rem}html[x-page-id="articles.show"] .article-metadata__author{font-weight:700;font-size:.9rem}html[x-page-id="articles.show"] .article-metadata__author a{text-decoration:underline}html[x-page-id="articles.show"] .article-image{--aspect-ratio: (16/9);margin-block:1.5rem}html[x-page-id="articles.show"] .article-image__image{display:block;max-width:100%}html[x-page-id="articles.show"] .article-image__caption{margin-block-start:.2rem;font-size:.8rem;color:#444}html[x-page-id="articles.show"] .article-content{margin-top:1rem}html[x-page-id="articles.show"] .article-content>*{margin-block-end:.7rem}html[x-page-id="articles.show"] .article-chart{margin-top:.5rem;padding:16px;height:320px}html[x-page-id="articles.show"] .comments{margin-top:1.5rem;padding:16px}html[x-page-id="articles.show"] .comments .comments-form__input{width:75ch;min-height:10ch;max-width:100%;padding:4px}html[x-page-id="articles.show"] .comments .comments-form__submit{padding-inline:1.5rem}html[x-page-id="articles.show"] .comments .comments-root{display:flex;flex-direction:column;gap:1rem;width:100%}html[x-page-id="articles.show"] .comments .comments-root:empty{display:none}html[x-page-id="/articles/create"] .article-create{padding:3rem 0}html[x-page-id="/articles/create"] .article-create__container{max-width:1200px;margin:0 auto;padding:0 1rem}html[x-page-id="/articles/create"] .article-create__card{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;padding:2rem}html[x-page-id="/articles/create"] .article-create__title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}html[x-page-id="/articles/create"] .article-form__field{margin-bottom:1.5rem}html[x-page-id="/articles/create"] .article-form__label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}html[x-page-id="/articles/create"] .article-form__input,html[x-page-id="/articles/create"] .article-form__select,html[x-page-id="/articles/create"] .article-form__textarea{width:100%;padding:.5rem;border:1px solid #e2e8f0;border-radius:.25rem;background-color:#fff}html[x-page-id="/articles/create"] .article-form__input:focus,html[x-page-id="/articles/create"] .article-form__select:focus,html[x-page-id="/articles/create"] .article-form__textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e533}html[x-page-id="/articles/create"] .article-form__textarea{resize:vertical}html[x-page-id="/articles/create"] .article-form__textarea--small{min-height:100px}html[x-page-id="/articles/create"] .article-form__textarea--large{min-height:200px}html[x-page-id="/articles/create"] .article-form__file{display:block;width:100%;padding:.5rem 0}html[x-page-id="/articles/create"] .article-form__file::-webkit-file-upload-button{padding:.5rem 1rem;border:none;border-radius:.25rem;background-color:#f3f4f6;cursor:pointer;margin-right:1rem}html[x-page-id="/articles/create"] .article-form__file::-webkit-file-upload-button:hover{background-color:#e5e7eb}html[x-page-id="/articles/create"] .article-form__error{color:#dc2626;font-size:.75rem;margin-top:.25rem}html[x-page-id="/articles/create"] .article-form__actions{display:flex;justify-content:flex-end;margin-top:2rem}html[x-page-id="/articles/create"] .article-form__button{background-color:#4f46e5;color:#fff;padding:.75rem 1.5rem;border-radius:.25rem;border:none;cursor:pointer;font-weight:500;transition:background-color .2s}html[x-page-id="/articles/create"] .article-form__button:hover{background-color:#4338ca}html[x-page-id="/articles/create"] .article-form__button:focus{outline:none;box-shadow:0 0 0 2px #4f46e533}html[x-page-id=about] h1{font-size:28px;color:#007bff}html[x-page-id=about] p{font-size:16px;line-height:1.5;margin-bottom:20px}html[x-page-id=about] ul{list-style-type:disc;margin-left:20px}html[x-page-id=about] li{font-size:14px}html[x-page-id="login.create"] .container{max-width:800px}html[x-page-id="login.create"] .container{padding-left:1rem;padding-right:1rem}html[x-page-id="users.create"] .container{max-width:800px}html[x-page-id="users.create"] .container{padding-left:1rem;padding-right:1rem}[x-cloak]{display:none!important}.stock-ticker-search{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;transition:all .3s ease;outline:none}.stock-ticker-search:focus{border-color:#4299e1;box-shadow:0 0 0 3px #4299e133}.stock-ticker-search:hover{border-color:#cbd5e0}.search-results{max-height:200px;overflow-y:auto;border:1px solid #ccc;border-top:none;background-color:#fff;box-shadow:0 2px 4px #0000001a;border-radius:0 0 12px 12px}.search-result-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid #eee;transition:background-color .2s ease}.search-result-item:hover{background-color:#f7fafc}.search-result-item:last-child{border-bottom:none}.search-result-ticker{font-weight:700;color:#2d3748}.search-result-name{font-size:.9em;color:#718096}.watchlist-item{display:flex;justify-content:space-between;align-items:center;padding:16px;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:12px;background-color:#fff;box-shadow:0 1px 3px #0000000d;transition:box-shadow .3s ease}.watchlist-item:hover{box-shadow:0 4px 6px #0000001a}.watchlist-item-info{flex-grow:1}.watchlist-item-symbol{font-weight:700;font-size:18px;color:#2d3748}.watchlist-item-name{font-size:14px;color:#718096;margin-top:4px}.watchlist-item-price{font-size:18px;font-weight:700;color:#2d3748}.watchlist-item-change{font-size:14px;margin-top:4px}.watchlist-item-change.positive{color:#48bb78}.watchlist-item-change.negative{color:#e53e3e}.watchlist-item-remove{background-color:#e53e3e;color:#fff;border:none;border-radius:6px;padding:8px 12px;cursor:pointer;transition:background-color .3s ease;margin-left:16px}.watchlist-item-remove:hover{background-color:#c53030}.explore-feed{position:relative;width:100%;min-height:100vh;overflow-y:auto;scroll-snap-type:y mandatory;display:flex;flex-direction:column}.explore-item{position:relative;width:100%;min-height:100vh;scroll-snap-align:start;overflow:hidden}.explore-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:-2}.explore-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.7) 100%);z-index:-1}.explore-content{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:2rem;color:#fff;max-width:1200px;margin:0 auto;width:100%}.explore-header{display:flex;justify-content:space-between;align-items:flex-start}.symbol-info .symbol{font-size:2.5rem;font-weight:700;margin:0}.symbol-info .name{font-size:1.2rem;opacity:.9}.symbol-info .exchange{font-size:.9rem;opacity:.7;background:rgba(255,255,255,.1);padding:.2rem .5rem;border-radius:4px;margin-top:.5rem;display:inline-block}.symbol-stats{text-align:right}.symbol-stats .price{font-size:2rem;font-weight:700}.symbol-stats .change{font-size:1.2rem;font-weight:600}.symbol-stats .change.positive{color:#4ade80}.symbol-stats .change.negative{color:#f87171}.symbol-stats .market-cap{font-size:1rem;opacity:.8;margin-top:.5rem}.explore-thesis{flex:1;display:flex;flex-direction:column;justify-content:center;max-width:800px;margin:0 auto;text-align:center}.explore-thesis h2{font-size:1.8rem;margin-bottom:1.5rem}.explore-thesis ul{text-align:left;max-width:600px;margin:0 auto}.explore-thesis ul li{font-size:1.2rem;margin-bottom:1rem;line-height:1.6}.explore-thesis p{font-size:1.2rem;line-height:1.6;margin-bottom:1rem}.explore-footer{display:flex;justify-content:space-between;align-items:center}.sentiment-badge{padding:.5rem 1rem;border-radius:20px;font-weight:600}.sentiment-badge.bull{background:rgba(76,175,80,.2);color:#4caf50;border:1px solid #4caf50}.sentiment-badge.bear{background:rgba(244,67,54,.2);color:#f44336;border:1px solid #f44336}.sentiment-badge.neutral{background:rgba(158,158,158,.2);color:#9e9e9e;border:1px solid #9e9e9e}.explore-actions{display:flex;gap:1rem}.explore-actions .action-button{background:rgba(255,255,255,.1);border:none;width:50px;height:50px;border-radius:50%;color:#fff;font-size:1.2rem;cursor:pointer;transition:all .2s ease}.explore-actions .action-button:hover{background:rgba(255,255,255,.2);transform:scale(1.1)}.explore-loading{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:1000}.spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.explore-content{padding:1rem}.explore-header{flex-direction:column;align-items:center;text-align:center;gap:1rem}.symbol-stats{text-align:center}.explore-thesis h2{font-size:1.5rem}.explore-thesis ul li,.explore-thesis p{font-size:1rem}.explore-footer{flex-direction:column;gap:1rem}}.terminal{--bg:#0b0f12;--panel:#0f1419;--grid:#111820;--txt:#d6dde5;--muted:#7f8a99;--up:#1fbf75;--down:#ff4d4f;--accent:#2bd1ff;background:var(--bg);color:var(--txt)}.terminal__header{display:grid;grid-template-columns:240px 1fr 420px;align-items:center;gap:16px;padding:16px;border-bottom:1px solid var(--grid);background:linear-gradient(180deg,#0c1217 0%,#0b0f12 100%);position:sticky;top:0;z-index:20}.terminal__brand{display:flex;align-items:center;gap:10px}.terminal__logo{height:24px;width:auto;opacity:.9}.terminal__title{font-weight:700;letter-spacing:.6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--accent)}.terminal__ticker{overflow:hidden}.ticker-tape{display:flex;gap:24px;white-space:nowrap;animation:tape 28s linear infinite;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:var(--muted)}.ticker-item{padding-right:24px;border-right:1px solid var(--grid)}.ticker-item.up{color:var(--up)}.ticker-item.down{color:var(--down)}@keyframes tape{0%{transform:translate(0)}to{transform:translate(-50%)}}.terminal__body{display:grid;grid-template-columns:200px 1fr 320px;gap:16px;padding:16px}.terminal__rail-left,.terminal__rail-right{position:sticky;top:68px;height:calc(100vh - 84px);overflow:auto}.nav-rail{display:flex;flex-direction:column;gap:6px}.nav-item{padding:10px 12px;color:var(--muted);text-decoration:none;border-left:2px solid transparent}.nav-item:hover,.nav-item.active{background:var(--panel);color:var(--txt);border-left-color:var(--accent)}.panel{background:var(--panel);border:1px solid var(--grid);border-radius:8px;overflow:hidden}.panel__head{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid var(--grid);font-weight:600;letter-spacing:.4px}.panel--snapshot .snapshot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:12px}.snapshot-card{background:#0c1217;border:1px solid var(--grid);border-radius:6px;padding:10px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.snapshot-card .k{color:var(--muted);font-size:12px}.snapshot-card .v{font-size:18px;margin-top:4px}.snapshot-card .d{margin-top:2px;font-size:12px}.snapshot-card.up .d{color:var(--up)}.snapshot-card.down .d{color:var(--down)}.panel--movers .movers{padding:6px 8px}.mover-row{display:grid;grid-template-columns:64px 1fr 80px 72px;gap:10px;padding:8px 10px;border-bottom:1px dashed var(--grid);align-items:center}.mover-row .sym{font-weight:700}.mover-row .price{text-align:right;color:var(--txt)}.mover-row .chg{text-align:right;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.mover-row.up .chg{color:var(--up)}.mover-row.down .chg{color:var(--down)}.panel--feed .articles-box--terminal{padding:8px;display:grid;gap:12px}.panel--watchlist .watchlist{padding:6px 8px}.watch-row{display:grid;grid-template-columns:1fr 80px 60px;gap:8px;padding:8px;border-bottom:1px dashed var(--grid);text-decoration:none;color:var(--txt)}.watch-row:hover{background:#0c1217}.ghost{color:var(--muted)}.terminal__search .cmd-palette{position:relative}.cmd-input{width:100%;background:#0c1217;border:1px solid var(--grid);color:var(--txt);padding:10px 12px;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.cmd-input::placeholder{color:#5a6875}.cmd-results{position:absolute;top:42px;left:0;right:0;background:#0c1217;border:1px solid var(--grid);border-top:none;border-radius:0 0 6px 6px;max-height:300px;overflow:auto;z-index:30}.cmd-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-top:1px dashed var(--grid);cursor:pointer}.cmd-row:hover{background:#0f1419}.cmd-ticker{font-weight:700;letter-spacing:.4px}.cmd-name{color:var(--muted)}.btn{background:transparent;border:1px solid var(--accent);color:var(--accent);padding:6px 10px;border-radius:4px;cursor:pointer}.btn--secondary{border-color:var(--muted);color:var(--muted)}.btn--compact{padding:4px 8px;font-size:12px}@media (max-width: 1100px){.terminal__header{grid-template-columns:1fr;gap:8px}.terminal__body{grid-template-columns:1fr}.terminal__rail-left,.terminal__rail-right{position:static;height:auto}}
