/* ==========================================================================
   © TONi. All Rights Reserved.
   PROPRIETARY & PROTECTED DESIGN STYLE SHEET (CSS ASSET).
   WARNING: Protected Trade Dress and Copyrighted Design Material of TONi.
   Unauthorized copying or replication of stylesheet rules is prohibited.
   ========================================================================== */
.auth-body{margin:0;padding:0;min-height:100vh;overflow-y:auto}.auth-body .page-wrapper,.auth-body main{display:block;width:100%;min-height:100vh}.auth-container{flex-direction:column;justify-content:flex-start;min-height:100vh;max-width:1200px;margin:0 auto;padding:var(--space-8) var(--space-6) var(--space-16) var(--space-6);gap:var(--space-8)}.auth-container,.auth-illustration{display:flex;align-items:center;width:100%}.auth-illustration{flex:none;max-width:200px;height:200px;justify-content:center;background-color:transparent;position:sticky;top:var(--space-16);z-index:1}.auth-illustration img{width:100%;height:100%;border-radius:var(--radius-2xl);-o-object-fit:contain;object-fit:contain;transition:transform var(--duration-slow) var(--ease-out)}.auth-illustration:active img,.auth-illustration:hover img{transform:scale(1.05)}.auth-content-wrapper{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;padding:var(--space-10) var(--space-6);box-shadow:var(--shadow-3);position:relative;z-index:2}.auth-box{width:100%;text-align:center}.auth-logo-container{display:flex;align-items:center;justify-content:center;gap:var(--space-3);margin-bottom:var(--space-5);font-size:var(--text-3xl);font-weight:var(--weight-bold);color:var(--secondary-color);text-decoration:none}.auth-logo-container img{height:32px}.auth-box h1{font-size:var(--text-3xl);margin-bottom:var(--space-2)}.auth-box p{color:var(--text-color);font-size:var(--text-sm)}.auth-box p,.auth-options{margin-bottom:var(--space-6)}.auth-options{display:flex;flex-direction:column;gap:var(--space-3)}.auth-footer p{font-size:var(--text-sm);color:var(--form-label-color);margin-bottom:0}.auth-footer a{font-weight:var(--weight-bold);color:var(--primary-color)}.auth-box .btn{padding:var(--space-2) var(--space-4);font-size:var(--text-sm);height:auto;min-height:44px}.auth-box .btn-large{padding:var(--space-3) var(--space-5);font-size:var(--text-sm)}.auth-content-wrapper #back-button{position:absolute;top:var(--space-5);left:var(--space-5);z-index:10}@media (min-width:768px){.auth-container{display:grid;grid-template-columns:1fr 1fr;align-content:center;gap:var(--space-20);padding:var(--space-8) var(--space-16)}.auth-illustration{max-width:none;height:auto;max-height:400px;position:sticky;top:8rem;align-self:start;z-index:1;justify-self:end}.auth-content-wrapper{padding:var(--space-12);z-index:2;margin:0;justify-self:start;max-width:460px}}.dashboard-main{padding:6rem 0}.dashboard-main section{padding:3rem 0;border-bottom:1px solid var(--border-subtle)}.dashboard-main section:last-child{border-bottom:none}.dashboard-hero{padding-top:1rem;padding-bottom:2rem}.welcome-card{padding:2.5rem;border-radius:var(--radius-2xl)}.welcome-header h1{font-size:2.5rem;font-weight:900;margin-bottom:.75rem;letter-spacing:-1px}.welcome-header h1 .user-name{background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:transparent}.time-greeting{font-size:1.1rem;opacity:.75;margin-bottom:1.5rem;line-height:1.6;max-width:750px}.cta-row{display:flex;gap:1rem;flex-wrap:wrap}.btn-sm{padding:.65rem 1.25rem;font-size:.95rem}.quick-actions h2{font-size:2rem;font-weight:900;margin-bottom:2rem;color:var(--text-color);text-align:center}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;isolation:isolate}.action-card{padding:2rem;border-radius:var(--radius-2xl);text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:1rem;position:relative;overflow:hidden}.action-card>*{will-change:transform}.action-card:active{animation:action-card-press-wave .52s var(--ease-premium) both}.action-card:active>*{animation:action-card-content-wave .52s var(--ease-premium) both reverse}.action-icon{--icon-size:2.5rem;color:var(--primary-color);width:-moz-fit-content;width:fit-content}.action-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.action-card p{font-size:.95rem;opacity:.7;flex:1;margin-bottom:.5rem;line-height:1.5}.action-arrow{align-self:flex-end;color:var(--primary-color)}@keyframes action-card-content-wave{0%{transform:translateY(0)}45%{transform:translateY(-8px)}70%{transform:translateY(3px)}to{transform:translateY(0)}}@keyframes action-card-press-wave{0%{transform:translateY(-6px)}45%{transform:translateY(-1px)}75%{transform:translateY(-5px)}to{transform:translateY(-3px)}}.featured-insights{padding:2.5rem 0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.75rem;flex-wrap:wrap;gap:1rem}.featured-insights h2{font-size:1.75rem;font-weight:800;color:var(--text-color);margin-bottom:0}.view-all{color:var(--primary-color);font-weight:700;font-size:.95rem;text-decoration:none;transition:transform .3s ease;display:inline-flex;align-items:center;gap:.35rem}.view-all:hover{transform:translateX(4px)}.insights-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.insight-preview-card{padding:1.75rem 1.5rem;border-radius:var(--radius-2xl);display:flex;flex-direction:column;gap:.85rem;position:relative;cursor:pointer;box-sizing:border-box}.insight-preview-card *{cursor:pointer}.insight-preview-card:focus-visible{outline:2px solid var(--primary-color);outline-offset:3px}.card-badge{display:inline-block;padding:.35rem .85rem;background:var(--primary-color);color:#fff;border-radius:var(--radius-xl);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.75px;width:-moz-fit-content;width:fit-content}.insight-preview-card h3{font-size:1.15rem;font-weight:700;line-height:1.4}.card-excerpt,.insight-preview-card h3{margin:0;word-break:break-word;overflow-wrap:break-word}.card-excerpt{font-size:.92rem;opacity:.8;flex:1;line-height:1.55}.card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.85rem;border-top:1px solid var(--border-subtle);margin-top:auto}.card-date{font-size:.8rem;opacity:.55;text-transform:uppercase;letter-spacing:.5px}.read-more{color:var(--primary-color);font-weight:700;font-size:.9rem;text-decoration:none;transition:transform .3s ease;cursor:pointer}.insight-preview-card:hover .read-more,.read-more:hover{transform:translateX(4px)}.insights-preview-grid .insight-error-card{grid-column:1/-1;width:100%;max-width:520px;margin:1.5rem auto;text-align:center;padding:clamp(2rem,5vw,2.75rem) clamp(1.25rem,4vw,2rem);border-radius:var(--radius-2xl);box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;word-break:break-word;overflow-wrap:break-word;cursor:default}.insights-preview-grid .insight-error-card *{cursor:default}.insights-preview-grid .insight-error-card .loader{margin:0 auto 1.5rem}.insights-preview-grid .insight-error-card .insight-error-icon{--icon-size:clamp(2.75rem, 7vw, 3.5rem);color:var(--primary-color);margin-bottom:1rem;display:inline-block;flex-shrink:0}.insights-preview-grid .insight-error-card h3{font-size:clamp(1.15rem,3.5vw,1.4rem);margin-bottom:.75rem;font-weight:700;line-height:1.35;max-width:100%;width:100%;word-break:break-word;overflow-wrap:anywhere}.insights-preview-grid .insight-error-card p{color:var(--muted-text);max-width:100%;width:100%;box-sizing:border-box;margin:0 auto 1.5rem;line-height:1.6;font-size:clamp(.9rem,2.5vw,.98rem);word-break:break-word;overflow-wrap:anywhere}.insights-preview-grid .insight-error-card p:last-child{margin-bottom:0}.insights-preview-grid .insight-error-card .btn{cursor:pointer!important;max-width:100%;white-space:normal;word-break:break-word;overflow-wrap:anywhere;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.insights-preview-grid .insight-error-actions{display:flex;gap:.75rem;justify-content:center;align-items:center;flex-wrap:wrap;width:100%;max-width:100%}.quote-entrance-start{transition:none;filter:blur(8px);opacity:0;transform:translateY(-15px)}.quote-entrance-active{transition:all .5s cubic-bezier(.16,1,.3,1);filter:blur(0);opacity:1;transform:translateY(0) scale(1)}@media (max-width:768px){.dashboard-main section{padding:2rem 0}.dashboard-hero{padding-top:1rem}.welcome-card{padding:1.75rem}.welcome-header h1{font-size:1.5rem}.time-greeting{font-size:1rem}.actions-grid{grid-template-columns:1fr}.action-card{padding:1.5rem}.insights-preview-grid{grid-template-columns:1fr;gap:1rem}.featured-insights{padding:1.75rem 0}.featured-insights h2{font-size:1.35rem}.insight-preview-card{padding:1.25rem 1.15rem;border-radius:var(--radius-xl);gap:.75rem}.insight-preview-card h3{font-size:1.05rem;line-height:1.35}}@media (min-width:769px) and (max-width:1024px){.welcome-header h1{font-size:2rem}}#app-content{overflow:visible;will-change:auto;transform:none;transition:none}#app-content.slide-in-left,#app-content.slide-in-right,#app-content.slide-out-left,#app-content.slide-out-right{will-change:transform,opacity,filter;transform:translateZ(0)}main{min-height:100vh}main,main>section{position:relative;width:100%}.error-container,.loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;width:100%;text-align:center;gap:var(--space-6);animation:fade-in var(--duration-slow) var(--ease-out)}.loader-text{color:var(--text-muted);font-size:var(--text-base);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-wide);text-transform:uppercase;opacity:.8}.error-container{padding:var(--space-12);color:var(--text-color)}.error-icon{color:var(--primary-color);margin-bottom:var(--space-2)}.error-icon .material{--icon-size:var(--text-6xl)}.error-container h2{color:var(--secondary-color);margin:0;font-size:var(--text-4xl)}.error-container p{opacity:.7;margin:0 0 var(--space-4) 0;line-height:var(--leading-relaxed)}.card-subtitle{opacity:.7;margin-bottom:var(--space-4)}#profile-section h1{text-align:center;margin-bottom:2rem}#profile-section{padding-top:8rem}.profile-card{max-width:600px;margin:0 auto;padding:2rem}.profile-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem}.avatar-upload{position:relative;width:120px;height:120px;margin:0 auto 1rem}#avatar-preview{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border:3px solid var(--primary-color)}#avatar-preview,.upload-btn{border-radius:var(--radius-circle)}.upload-btn{position:absolute;bottom:0;right:0;width:36px;height:36px;background-color:var(--primary-color);color:var(--bg-color);display:flex;align-items:center;justify-content:center;cursor:pointer;border:2px solid var(--bg-color)}#settings-section h1{text-align:center;margin-left:auto;margin-right:auto;margin-bottom:2rem;width:100%}#settings-section{padding-top:8rem;position:relative}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;opacity:0;visibility:hidden;transform:scale(1);transition:opacity .4s ease,visibility .4s ease,transform .4s ease;display:none}.settings-grid.view-active{display:grid;opacity:1;visibility:visible;animation:fade-in-scale-up .5s cubic-bezier(.2,.8,.2,1)}.settings-grid.view-hidden{display:none!important;opacity:0!important;visibility:hidden!important}.setting-head-bar{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;position:relative;width:100%;z-index:1!important}.setting-head-bar h1{margin:0!important;font-size:2.2rem;font-weight:800;text-align:center}#setting-head-btn,#settings-back-btn,#view-in-tabs-btn{position:absolute!important;left:0!important;top:50%!important;transform:translateY(-50%)!important;z-index:1!important;margin:0!important}.settings-card{padding:2rem;border-radius:var(--radius-2xl);display:flex;flex-direction:column;text-align:center}.settings-card h2{font-size:1.5rem;display:flex;align-items:center;gap:.75rem;justify-content:center;margin-bottom:1rem}.settings-card p{color:var(--text-color);margin-bottom:1.25rem;font-size:.95rem;line-height:1.5}.form-group.disabled,.form-group.ghost-muted{opacity:.4!important;pointer-events:none!important;filter:grayscale(1)!important}.about-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;font-size:.9rem}.card-button-group{display:flex;flex-wrap:wrap;gap:.65rem;width:100%;margin:0 0 1.5rem;justify-content:center}.btn-card-subtab{flex:1 1 calc(50% - 0.65rem);min-width:120px;display:inline-flex;align-items:center;justify-content:center;text-align:center;white-space:normal;line-height:1.3;font-size:.85rem;padding:.55rem .85rem;border-radius:var(--radius-xl);background:hsla(0,0%,100%,.08);border:1px solid var(--form-border-color);color:var(--text-color);cursor:pointer;transition:all .2s ease}.btn-card-subtab:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-1px)}.settings-card .btn-card-footer{align-self:center;width:-moz-fit-content;width:fit-content;margin-top:auto}.danger-zone{border:2px solid #e53935}.danger-zone .material,.danger-zone h2{color:#e53935}.btn-danger{background:#e53935;color:#fff;border:none}.btn-danger:hover{background:#d32f2f;box-shadow:0 12px 40px rgba(229,57,53,.25)}.btn-danger:active{transform:translateY(2px);box-shadow:0 2px 8px rgba(229,57,53,.5)}.mobile-only-message{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:var(--radius-2xl);background-color:rgba(0,0,0,.05)}.mobile-only-message p{margin:0;font-weight:500}#settings-section .tabbed-layout{display:none}#settings-section .tabbed-layout.view-active{display:flex!important;opacity:1!important;visibility:visible!important;animation:settings-view-enter .3s cubic-bezier(.2,.8,.2,1)}#settings-section .tabbed-layout.view-hidden{display:none!important;opacity:0!important;visibility:hidden!important}@keyframes settings-view-enter{0%{opacity:0;filter:blur(8px);transform:translateY(10px) scale(.98)}to{opacity:1;filter:blur(0);transform:translateY(0) scale(1)}}.node-placeholder{padding:2.5rem 2rem;border-radius:24px;text-align:center;margin-top:1.5rem;border:1px dashed var(--form-border-color)}.node-placeholder .glow-icon{--icon-size:3rem;color:var(--secondary-color);margin-bottom:1rem}.node-placeholder h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-color)}.node-placeholder p{color:var(--muted-text);max-width:500px;margin:0 auto;font-size:.95rem}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;border-bottom:1px solid var(--form-border-color)}.setting-item:last-child{border-bottom:none}.setting-item h4{margin:0;font-size:1rem;font-weight:700}.setting-item p{margin:.25rem 0 0;color:var(--muted-text);font-size:.9rem;max-width:60%}.setting-item>div:first-child{flex-grow:1;padding-right:1rem}.switch{position:relative;display:inline-block;width:60px;height:34px;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--form-bg-color);border:1px solid var(--form-border-color);box-shadow:inset 0 1px 4px rgba(0,0,0,.1)}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{content:"";height:26px;width:26px;left:2px;bottom:2px;background-color:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 5px rgba(0,0,0,.6)}.slider.round{border-radius:35px}.slider.round:before{border-radius:var(--radius-circle)}input:checked+.slider{background-color:var(--primary-color)}input:checked+.slider:before{transform:translateX(26px)}.switch-label{margin-left:70px;white-space:nowrap}.segmented-control{display:flex;border:1px solid var(--form-border-color);border-radius:var(--form-border-radius);overflow:hidden}.segmented-control button{font-family:var(--font-family-base);background:none;border:none;padding:.5rem 1rem;cursor:pointer;color:var(--muted-text);transition:all .3s ease;border-left:1px solid var(--form-border-color)}.segmented-control button:first-child{border-left:none}.segmented-control button.active{background-color:var(--primary-color);color:#fff}.avatar-upload-detailed{display:flex;align-items:center;gap:2rem;margin-top:2rem;flex-wrap:wrap}#avatar-preview-detailed{width:120px;height:120px;border-radius:var(--radius-circle);-o-object-fit:cover;object-fit:cover;border:4px solid var(--primary-color);box-shadow:0 5px 15px rgba(0,0,0,.1)}.setting-item.offline-muted{opacity:.5;pointer-events:none;filter:grayscale(.8);transition:opacity .4s ease,filter .4s ease}.offline-muted label,.offline-muted p{color:var(--muted-text)!important}@media (min-width:769px) and (max-width:1024px){.settings-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}#settings-section h1{font-size:2.2rem;text-align:center}}@media (max-width:768px){#settings-section{padding-top:6rem}#settings-section h1{font-size:2rem}.setting-head-bar{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:.75rem!important;margin-bottom:1.5rem!important;width:100%!important}.setting-head-bar h1{font-size:1.5rem!important;text-align:left!important;margin:0!important;width:auto!important}.settings-grid{grid-template-columns:1fr;gap:1.25rem}#setting-head-btn,#settings-back-btn,#view-in-tabs-btn{position:relative!important;top:auto!important;left:auto!important;transform:none!important;width:auto!important;margin:0!important;padding:.5rem .9rem!important;font-size:.85rem!important;z-index:1!important}.setting-item{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 0}.setting-item>div:first-child{flex:1 1 auto;min-width:0;padding-right:.5rem}.setting-item h3,.setting-item h4{margin:0;font-size:1.05rem;font-weight:700;line-height:1.35}.setting-item p{margin:.35rem 0 0;font-size:.88rem;line-height:1.45;color:var(--muted-text);max-width:100%}.setting-item .switch{flex-shrink:0;align-self:flex-start;margin-top:.1rem;width:52px;height:28px}.setting-item .switch .slider:before{height:20px;width:20px;left:3px;bottom:3px}.setting-item .switch input:checked+.slider:before{transform:translateX(24px)}.setting-item:has(.btn),.setting-item:has(.segmented-control){flex-direction:column;align-items:flex-start;gap:.85rem}.segmented-control{width:100%}.segmented-control button{flex:1;text-align:center}.avatar-upload-detailed{flex-direction:column;align-items:center;text-align:center;gap:1rem}.node-placeholder{padding:1.5rem 1rem}}#insight-main{padding:clamp(6.5rem,12vw,8rem) 0 4rem}#insight-main>.container>h2,.insight-updates-container>h2{text-align:center}.insight-quote-box,body.dark-mode .insight-quote-box,html.dark-theme .insight-quote-box{border-left:4px solid var(--primary-color)!important;padding:clamp(1.25rem,4vw,2rem);margin-bottom:3rem;position:relative}.insight-quote-box i{position:absolute;top:1rem;left:1rem;font-size:2rem;color:var(--muted-text)}.insight-quote-box p{font-size:clamp(1.05rem,3vw,1.3rem);font-style:italic;text-align:center;margin:0}.insight-quote-author{display:block;font-size:.95rem;font-weight:600;color:var(--primary-color);text-align:center;margin-top:.75rem;letter-spacing:.5px}.quote-exit{transition:all .35s cubic-bezier(.4,0,.2,1);filter:blur(10px);opacity:0;transform:translateY(-12px) scale(.97)}.quote-entrance-start{transition:none!important;filter:blur(8px)!important;opacity:0!important;transform:translateY(-15px)!important}.quote-entrance-active{transition:all .5s cubic-bezier(.16,1,.3,1)!important;filter:blur(0)!important;opacity:1!important;transform:translateY(0) scale(1)!important}.insight-controls-container{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.insight-updates-header h3{border-bottom:1px solid var(--form-border-color);padding-bottom:1.5rem}.insight-refresh-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-2xl)!important;font-family:var(--font-family-base);font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;border:1px solid var(--form-border-color);color:var(--text-color);background-color:var(--component-color);border-radius:var(--form-border-radius);transition:all .3s ease;flex-shrink:0}.insight-refresh-btn:active,.insight-refresh-btn:hover{background-color:var(--primary-color);color:var(--bg-color);border-color:var(--primary-color)}.insight-refresh-text{transition:all .3s ease}.insight-refresh-btn.loading .material{animation:spin 1s linear infinite}.insight-refresh-btn.loading{opacity:.8;cursor:not-allowed;filter:brightness(.9)}.insight-loading-message{text-align:center;color:var(--muted-text);font-style:italic;padding:2rem}.insight-filter-buttons{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:flex-start;flex-grow:1}.insight-filter-btn{padding:.75rem 1.5rem;border:1px solid var(--form-border-color);color:var(--text-color);background-color:var(--component-color);border-radius:var(--form-border-radius);cursor:pointer;font-family:var(--font-family-base);font-weight:600;text-transform:uppercase;font-size:.9rem;transition:all .3s ease}.insight-filter-btn.active,.insight-filter-btn:hover{background-color:var(--primary-color);color:var(--bg-color);border-color:var(--primary-color)}.insight-spotlight-card{display:flex;flex-direction:column;border-radius:var(--radius-2xl);margin-bottom:2.5rem;overflow:hidden;cursor:pointer}.insight-spotlight-media-wrapper{width:100%;height:280px;overflow:hidden;position:relative}.insight-spotlight-media{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease}.insight-spotlight-card:hover .insight-spotlight-media{transform:scale(1.05)}.insight-spotlight-content{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.insight-spotlight-tag{align-self:flex-start;background-color:var(--primary-color);color:var(--bg-color);font-weight:700;text-transform:uppercase;font-size:.8rem;padding:.4rem 1rem;border-radius:var(--radius-xl)}.insight-spotlight-content h2{font-size:clamp(1.25rem,4vw,1.8rem);line-height:1.3;-webkit-line-clamp:2}.insight-spotlight-content h2,.insight-spotlight-content p{margin:0;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.insight-spotlight-content p{font-size:clamp(.95rem,2.5vw,1.1rem);line-height:1.6;opacity:.9;-webkit-line-clamp:3}.insight-spotlight-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;flex-wrap:wrap;gap:.75rem}.insight-spotlight-date{font-size:.9rem;color:var(--muted-text)}.insight-spotlight-btn{background:transparent;border:none;color:var(--primary-color);font-weight:700;font-size:1rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:0}.insight-spotlight-btn .material{transition:transform .3s ease}.insight-spotlight-card:hover .insight-spotlight-btn .material{transform:translateX(6px)}.insight-updates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:clamp(1.25rem,4vw,2rem);width:100%}.insight-update-card{display:flex;flex-direction:column;border-radius:var(--radius-2xl);overflow:hidden;cursor:pointer}.insight-card-media-wrapper{position:relative;width:100%;height:200px;overflow:hidden}.insight-card-media{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease}.insight-update-card:hover .insight-card-media{transform:scale(1.05)}.insight-card-badge{position:absolute;top:1rem;left:1rem;background-color:var(--component-color);border:1px solid var(--primary-color);color:var(--primary-color);font-weight:700;text-transform:uppercase;font-size:.75rem;padding:.3rem .8rem;border-radius:15px}.insight-card-content{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1;gap:.75rem}.insight-card-content h4{font-size:1.15rem;margin:0;line-height:1.4}.insight-card-content p{font-size:.95rem;line-height:1.5;opacity:.85;margin:0;flex-grow:1}.insight-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid var(--form-border-color)}.insight-card-date{font-size:.85rem;color:var(--muted-text)}.insight-card-action{color:var(--primary-color);transition:transform .3s ease}.insight-update-card:hover .insight-card-action{transform:translateX(4px)}.insight-card-meta{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:var(--muted-text)}.insight-card-title{font-size:1.1rem;line-height:1.4;font-weight:600}.insight-card-excerpt,.insight-card-title{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.insight-card-excerpt{font-size:.95rem;line-height:1.5;color:var(--muted-text)}.insight-bookmark-btn{position:absolute;top:.75rem;right:.75rem;z-index:5;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-circle);border:1px solid var(--form-border-color);background-color:var(--component-color);color:var(--text-color);cursor:pointer;transition:all .2s ease}.insight-bookmark-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}.insight-bookmark-btn .material{--icon-size:20px}.insight-bookmark-btn.active{background-color:var(--primary-color);color:var(--bg-color);border-color:var(--primary-color)}.insight-card-source-tag{width:auto;min-width:-moz-max-content;min-width:max-content;max-width:calc(100% - 20px);height:auto;padding:.35rem .75rem;border-radius:var(--radius-sm);display:inline-flex;align-items:center;white-space:nowrap;font-size:.75rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;background-color:var(--component-color);color:var(--primary-color);border:1px solid var(--form-border-color)}.insight-card-media-wrapper .insight-card-source-tag,.insight-spotlight-media-wrapper .insight-card-source-tag{position:absolute;bottom:.75rem;left:.75rem;z-index:4}.insight-error-card{grid-column:1/-1;width:100%;max-width:540px;margin:2.5rem auto;text-align:center;padding:clamp(2rem,5vw,3rem) clamp(1.25rem,4vw,2.25rem);border-radius:var(--radius-2xl);box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;word-break:break-word;overflow-wrap:break-word}.insight-error-card .loader{margin:0 auto 1.5rem}.insight-error-card .insight-error-icon{--icon-size:clamp(2.75rem, 7vw, 3.75rem);color:var(--primary-color);margin-bottom:1rem;display:inline-block;flex-shrink:0}.insight-error-card h3{font-size:clamp(1.15rem,3.5vw,1.45rem);margin-bottom:.75rem;font-weight:700;line-height:1.35}.insight-error-card h3,.insight-error-card p{max-width:100%;width:100%;word-break:break-word;overflow-wrap:anywhere}.insight-error-card p{color:var(--muted-text);box-sizing:border-box;margin:0 auto 1.5rem;line-height:1.6;font-size:clamp(.9rem,2.5vw,.98rem)}.insight-error-card p:last-child{margin-bottom:0}.insight-error-card .btn{white-space:normal;word-break:break-word;overflow-wrap:anywhere;display:inline-flex;gap:.5rem}.insight-error-actions,.insight-error-card .btn{max-width:100%;align-items:center;justify-content:center}.insight-error-actions{display:flex;gap:.75rem;flex-wrap:wrap;width:100%}.insight-grid-message{grid-column:1/-1;text-align:center;padding:3rem 1rem;color:var(--muted-text)}.insight-grid-message-italic{font-style:italic}.insight-offline-banner{width:100%;text-align:center;padding:.6rem 1rem;margin-bottom:1.5rem;background-color:var(--form-bg-color);border:1px solid var(--form-border-color);border-radius:var(--radius-sm);color:var(--muted-text);font-size:.85rem}.insight-offline-banner .material{vertical-align:middle;--icon-size:1rem;margin-right:.4rem}.insight-modal.modal-container{max-width:800px;width:90%;max-height:85vh;display:flex;flex-direction:column}.insight-modal .modal-body{flex-grow:1;overflow-y:auto;max-height:75vh;padding-right:.75rem;scroll-behavior:smooth;touch-action:pan-y;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.insight-modal .modal-body img{display:block;max-width:70%;width:auto;height:auto;margin:0 auto 1rem;border-radius:var(--radius-2xl)}.news-modal-thumb-box{float:left;width:200px;height:200px;border-radius:var(--radius-2xl);overflow:hidden;margin:0 1.5rem .5rem 0;cursor:pointer;transition:transform .3s ease}.insight-modal .modal-body .news-modal-thumb-box img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:var(--radius-2xl);display:block;border:none;max-width:none;margin:0}.news-modal-thumb-box:hover{transform:scale(1.03)}.news-modal-wrapper{min-height:200px;text-align:left;padding:.5rem 0}.news-modal-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;font-size:.85rem;color:var(--muted-text);border-bottom:1px solid var(--form-border-color);padding-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.news-content{line-height:1.8;font-size:1.05rem}.news-content p{margin-bottom:1.25rem}.insight-continue-reading{clear:both;margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--form-border-color);font-weight:500;font-size:.95rem}.insight-continue-reading a{color:var(--primary-color);text-decoration:underline;text-underline-offset:3px}@media (min-width:769px){.insight-spotlight-card{flex-direction:row;height:380px}.insight-spotlight-media-wrapper{width:45%;height:100%}.insight-spotlight-content{width:55%;padding:2.5rem;justify-content:center}}@media (max-width:768px){#insight-main{padding-top:6.5rem;padding-bottom:3rem}.insight-quote-box,body.dark-mode .insight-quote-box,html.dark-theme .insight-quote-box{padding:2rem 1.5rem 2.25rem;margin-bottom:2rem}.insight-quote-box .material{display:block;text-align:center;margin-bottom:.75rem}.insight-quote-box p{line-height:1.7}.insight-quote-author{margin-top:1rem}.insight-updates-grid{grid-template-columns:1fr;gap:1.25rem}.insight-spotlight-card{margin-bottom:1.5rem}.insight-spotlight-media-wrapper{height:200px}.insight-filter-buttons{gap:.35rem}.insight-filter-btn{padding:.5rem .9rem;font-size:.8rem}.insight-bookmark-btn{width:44px;height:44px;top:.6rem;right:.6rem}.insight-spotlight-card:hover,.insight-update-card:hover{transform:none}.insight-channel-body{flex-direction:column;padding:1.25rem;gap:1rem}.insight-channel-media{width:100%;height:180px}.insight-controls-container{flex-direction:column;align-items:stretch}.insight-refresh-btn{align-self:center;width:auto;min-height:40px;padding:.5rem .9rem;font-size:.8rem;gap:.35rem}.insight-refresh-btn .material{--icon-size:1.1rem}}@media (max-width:600px){#insight-hero{padding:2.5rem 1rem}.insight-social-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.news-modal-thumb-box{float:none;width:100%;height:200px;margin:0 0 1rem}.insight-card-content,.insight-spotlight-content{padding:1rem}}