.pin-button{border:1px solid var(--border);width:2.25rem;height:2.25rem;color:var(--text-tertiary);cursor:pointer;background:#0f172a66;border-radius:9999px;justify-content:center;align-items:center;padding:0;line-height:1;transition:all .2s;display:inline-flex}[data-theme=light] .pin-button{background:#f1f5f999}.pin-button:hover:not(:disabled),.pin-button:focus-visible{color:var(--primary);background:linear-gradient(135deg,#f5620040 0%,#2f004940 100%);border-color:#f5620099;outline:none;transform:translateY(-.0625rem)}.pin-button:active:not(:disabled){transform:translateY(0)}.pin-button:disabled{opacity:.35;cursor:not-allowed}.pin-button--active{color:var(--primary);background:linear-gradient(135deg,#f5620059 0%,#2f004959 100%);border-color:#f56200cc}.pin-button__icon{font-size:1.1rem;display:inline-block}
.news-card{background:var(--card-bg);border:1px solid var(--border);border-radius:1.5rem;flex-direction:column;height:100%;transition:all .3s;display:flex;position:relative;overflow:hidden}[data-theme=light] .news-card{border:none}[data-theme=light] .news-card:after{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#dcdcdc 0%,#e6e6e6 100%);border-radius:1.5rem;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.news-card:hover{border-color:#94a3b899;transform:translateY(-.125rem)}.news-card__content{flex-direction:column;flex:1;min-width:0;padding:clamp(1.5rem,3vw,2.25rem);display:flex;overflow:hidden}.news-card__header{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:.75rem;min-width:0;margin-bottom:1rem;display:flex}@media (max-width:48rem){.news-card__header{flex-wrap:wrap}}.news-card__header-info{flex-wrap:wrap;flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.news-card__header-right{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.news-card__pin-button{flex-shrink:0}.news-card__country-badge{color:var(--text-muted);background-color:#37415180;border-radius:.5rem;flex-shrink:0;padding:.25rem .5rem;font-size:.875rem}@media (max-width:48rem){.news-card__country-badge{padding:.2rem .4rem;font-size:.8125rem}}[data-theme=light] .news-card__country-badge{background-color:#e2e8f099}.news-card__date{color:var(--text-muted);flex-shrink:0;font-size:.875rem}@media (max-width:48rem){.news-card__date{font-size:.8125rem}}.news-card__title{font-size:1.25rem;font-weight:500;font-family:var(--font-poppins),sans-serif;color:var(--text-primary);letter-spacing:.02em;-webkit-line-clamp:2;word-wrap:break-word;overflow-wrap:break-word;-webkit-box-orient:vertical;min-height:2.5rem;margin-bottom:.75rem;line-height:1.25;display:-webkit-box;overflow:hidden}@media (max-width:48rem){.news-card__title{min-height:auto;font-size:1.125rem}}.news-card__recap-container{flex-direction:column;height:12rem;min-height:0;margin-bottom:1rem;display:flex;overflow:hidden auto}@media (max-width:48rem){.news-card__recap-container{height:auto;max-height:15rem}}.news-card__recap-container::-webkit-scrollbar{width:.375rem}.news-card__recap-container::-webkit-scrollbar-track{background:#3741514d;border-radius:.1875rem}.news-card__recap-container::-webkit-scrollbar-thumb{background:#47556980;border-radius:.1875rem}.news-card__recap-container::-webkit-scrollbar-thumb:hover{background:#475569cc}.news-card__recap{color:var(--text-secondary);word-wrap:break-word;overflow-wrap:break-word;font-size:.875rem;line-height:1.6}@media (max-width:48rem){.news-card__recap{font-size:.8125rem}}.news-card__condition-badges{flex-wrap:wrap;flex-shrink:0;align-content:flex-start;gap:.25rem;display:flex}.news-card__condition-badge{color:var(--primary);text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;background:linear-gradient(135deg,#f5620033 0%,#2f004933 100%);border:1px solid #f5620066;border-radius:.375rem;padding:.25rem .5rem;font-size:.625rem;font-weight:600;transition:all .2s}@media (max-width:48rem){.news-card__condition-badge{white-space:normal;word-break:break-word}}.news-card__condition-badge:hover{background:linear-gradient(135deg,#f562004d 0%,#2f00494d 100%);transform:translateY(-.0625rem)}.news-card__examples-section{border-top:1px solid var(--border);margin-bottom:1rem;padding-top:1rem}.news-card__examples-title{color:var(--text-primary);margin-bottom:.75rem;font-size:.875rem;font-weight:600}.news-card__examples-list{flex-direction:column;gap:.75rem;max-height:20rem;display:flex;overflow-y:auto}.news-card__examples-list::-webkit-scrollbar{width:6px}.news-card__examples-list::-webkit-scrollbar-track{background:var(--border-light);border-radius:3px}.news-card__examples-list::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}.news-card__examples-list::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.news-card__example-item{border-left:3px solid var(--secondary);background-color:#f9fafb;border-radius:.25rem;padding:.75rem}.news-card__example-quote{color:var(--text-primary);margin-bottom:.5rem;font-size:.875rem;font-style:italic;line-height:1.5}.news-card__example-link{color:var(--primary);align-items:center;font-size:.75rem;display:inline-flex}.news-card__example-link:hover{text-decoration:underline}.news-card__actions-section{border-top:1px solid var(--border);flex-shrink:0;margin-bottom:1rem;padding-top:1rem}.news-card__actions-title{color:var(--text-primary);margin-bottom:.75rem;font-size:.875rem;font-weight:500}.news-card__actions-list{flex-direction:column;gap:.5rem;padding-left:1.25rem;display:flex}@media (max-width:48rem){.news-card__actions-list{padding-left:.75rem}}.news-card__action-item{padding-left:.5rem;position:relative}.news-card__action-item:before{content:"•";color:var(--primary);font-size:1rem;font-weight:700;position:absolute;left:-.75rem}.news-card__action-summary{color:var(--text-secondary);word-wrap:break-word;overflow-wrap:break-word;margin-bottom:.25rem;font-size:.875rem;line-height:1.5}@media (max-width:48rem){.news-card__action-summary{font-size:.8125rem}}.news-card__action-link{color:var(--primary);align-items:center;font-size:.75rem;font-weight:500;transition:all .3s;display:inline-flex}.news-card__action-link:hover{color:#ff8533;text-decoration:underline}.news-card__read-more{color:var(--primary);flex-shrink:0;align-items:center;gap:.25rem;margin-bottom:1rem;font-size:.875rem;font-weight:600;transition:all .3s;display:inline-flex}.news-card__read-more:hover{color:#ff8533;text-decoration:underline;transform:translate(.25rem)}
.patient-voice-card{background:var(--card-bg);border:1px solid var(--border);border-radius:1.5rem;flex-direction:column;height:100%;transition:all .3s;display:flex;position:relative;overflow:hidden}[data-theme=light] .patient-voice-card{border:none}[data-theme=light] .patient-voice-card:after{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#dcdcdc 0%,#e6e6e6 100%);border-radius:1.5rem;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.patient-voice-card:hover{border-color:#94a3b899;transform:translateY(-.125rem)}.patient-voice-card__content{flex-direction:column;flex:1;min-height:0;padding:clamp(1.5rem,3vw,2.25rem);display:flex}.patient-voice-card__header{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.patient-voice-card__title{font-size:1.25rem;font-weight:500;font-family:var(--font-poppins),sans-serif;color:var(--text-primary);letter-spacing:.02em;text-transform:capitalize;word-wrap:break-word;overflow-wrap:break-word;flex:1;min-width:0;margin:0;line-height:1.4}@media (max-width:48rem){.patient-voice-card__title{font-size:1.125rem}}.patient-voice-card__recap{color:var(--text-secondary);flex-shrink:0;height:8.4rem;margin:0;font-size:.875rem;line-height:1.6;overflow:hidden auto}@media (max-width:48rem){.patient-voice-card__recap{height:auto;max-height:12rem}}.patient-voice-card__recap::-webkit-scrollbar{width:.25rem}.patient-voice-card__recap::-webkit-scrollbar-track{background:#3741514d;border-radius:.125rem}.patient-voice-card__recap::-webkit-scrollbar-thumb{background:#47556980;border-radius:.125rem}.patient-voice-card__recap::-webkit-scrollbar-thumb:hover{background:#475569cc}.patient-voice-card__translation-note{color:var(--primary);background:#3b82f614;border:1px solid #3b82f633;border-radius:.5rem;margin:0 0 .75rem;padding:.5rem .75rem;font-size:.75rem;font-weight:500}.patient-voice-card__original-text{color:var(--text-secondary);margin:.5rem 0 0;font-size:.75rem}.patient-voice-card__original-text summary{cursor:pointer;color:var(--primary);outline:none;font-weight:500;list-style:none}.patient-voice-card__original-text summary::-webkit-details-marker{display:none}.patient-voice-card__original-text p{color:var(--text-tertiary);margin:.35rem 0 0;line-height:1.4}.patient-voice-card__original-text--quote{margin-top:.25rem}.patient-voice-card__pin-button{flex-shrink:0}.patient-voice-card__examples{border-top:1px solid var(--border);flex-shrink:0;margin-top:1rem;padding-top:1rem}.patient-voice-card__examples-title{color:var(--text-primary);margin:0 0 .75rem;font-size:.875rem;font-weight:500}.patient-voice-card__example{margin-bottom:.75rem}.patient-voice-card__example:last-child{margin-bottom:0}.patient-voice-card__quote{color:var(--text-tertiary);border-left:.1875rem solid var(--primary);word-wrap:break-word;overflow-wrap:break-word;margin:0 0 .375rem;padding-left:.75rem;font-size:.8125rem;font-style:italic;line-height:1.5}@media (max-width:48rem){.patient-voice-card__quote{font-size:.75rem}}.patient-voice-card__source-link{color:var(--primary);word-break:break-all;align-items:center;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}@media (max-width:48rem){.patient-voice-card__source-link{font-size:.6875rem}}.patient-voice-card__source-link:hover{color:#ff8533;text-decoration:underline}
.topline-summary{background:radial-gradient(at top,#f5620014,#0000 50%),radial-gradient(at 100% 100%,#2f00491f,#0000 50%),linear-gradient(135deg,#1f293766 0%,#2f004933 100%);border:1px solid #f5620026;border-radius:2rem;width:100%;margin-bottom:3rem;padding:2rem 1rem;position:relative;overflow:hidden}[data-theme=light] .topline-summary{background:var(--card-bg);border:none}[data-theme=light] .topline-summary:before{content:"";-webkit-mask-composite:xor;pointer-events:none;z-index:1;background:linear-gradient(135deg,#dcdcdc 0%,#e6e6e6 100%);border-radius:2rem;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@media (min-width:48rem){.topline-summary{padding:2.5rem 1.5rem}}@media (min-width:64rem){.topline-summary{padding:3rem 2rem}}.topline-summary:before{content:"";background:linear-gradient(90deg,#0000,#f5620080 50%,#0000);height:1px;position:absolute;top:0;left:0;right:0}.topline-summary__header{border-bottom:1px solid #47556933;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex;position:relative}.topline-summary__header:after{content:"";background:linear-gradient(90deg,var(--primary),#f562004d,transparent);width:7.5rem;height:.125rem;position:absolute;bottom:-.0625rem;left:0}.topline-summary__title{font-size:1.75rem;font-weight:300;font-family:var(--font-poppins),sans-serif;color:var(--text-primary);letter-spacing:.05em;margin:0}.topline-summary__date{color:var(--text-muted);letter-spacing:.02em;font-size:.875rem;font-weight:400}.topline-summary__sections{flex-direction:column;gap:2.5rem;display:flex}.topline-summary__section{position:relative}.topline-summary__section-title{font-size:1.25rem;font-weight:500;font-family:var(--font-poppins),sans-serif;color:var(--text-primary);letter-spacing:.02em;border-left:.1875rem solid var(--primary);margin:0 0 1.5rem;padding-left:1rem}.topline-summary__section-title--articles{border-left-color:var(--primary)}.topline-summary__section-title--insights{border-left-color:#8b5cf6cc}.topline-summary__summary-box{border-radius:1.25rem;width:100%;padding:2rem;transition:all .3s;position:relative;overflow:hidden}@media (max-width:48rem){.topline-summary__summary-box{padding:1.5rem}}.topline-summary__summary-box--interactive{cursor:pointer}.topline-summary__summary-box--interactive:focus-visible{outline:.125rem solid var(--primary);outline-offset:.25rem}.topline-summary__summary-box:before{content:"";width:.25rem;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.topline-summary__summary-box--articles{background:linear-gradient(135deg,#f5620014 0%,#1f293726 100%);border:1px solid #f5620033}.topline-summary__summary-box--articles:before{background:linear-gradient(180deg,var(--primary),#f5620099)}.topline-summary__summary-box--articles:hover{border-color:#f5620066}.topline-summary__summary-box--insights{background:linear-gradient(135deg,#2f004926 0%,#1f293726 100%);border:1px solid #8b5cf640}.topline-summary__summary-box--insights:before{background:linear-gradient(#8b5cf6cc,#2f004999)}.topline-summary__summary-box--insights:hover{border-color:#8b5cf666}.topline-summary__summary-text{color:var(--text-secondary);letter-spacing:.01em;word-wrap:break-word;overflow-wrap:break-word;margin:0;font-size:1rem;line-height:1.8}@media (max-width:48rem){.topline-summary__summary-text{font-size:.9375rem;line-height:1.6}}@media (max-width:640px){.topline-summary{padding:2rem 1rem}.topline-summary__header{flex-direction:column;align-items:flex-start;gap:.75rem}.topline-summary__title{font-size:1.5rem}.topline-summary__sections{gap:2rem}.topline-summary__summary-box{padding:1.5rem}.topline-summary__summary-text{font-size:.9375rem}}
.introjs-tour{transition:all .3s ease-out}.introjs-overlay{box-sizing:content-box;z-index:999999;opacity:0;transition:all .3s ease-out;position:absolute}.introjs-showElement{z-index:9999999!important}tr.introjs-showElement>td,tr.introjs-showElement>th{position:relative;z-index:9999999!important}.introjs-disableInteraction{opacity:0;background-color:#fff;position:absolute;z-index:99999999!important}.introjs-relativePosition{position:relative}.introjs-helperLayer{box-sizing:content-box;z-index:9999998;border-radius:4px;transition:all .3s ease-out;position:absolute}.introjs-helperLayer *,.introjs-helperLayer :before,.introjs-helperLayer :after{box-sizing:content-box}.introjs-tooltipReferenceLayer{box-sizing:content-box;visibility:hidden;z-index:100000000;background-color:#0000;font-family:Helvetica Neue,Inter,ui-sans-serif,Apple Color Emoji,Helvetica,Arial,sans-serif;transition:all .3s ease-out;position:absolute}.introjs-tooltipReferenceLayer *{font-family:Helvetica Neue,Inter,ui-sans-serif,Apple Color Emoji,Helvetica,Arial,sans-serif}.introjs-helperNumberLayer{color:#9e9e9e;text-align:center;padding-top:10px;padding-bottom:10px;font-family:Helvetica Neue,Inter,ui-sans-serif,Apple Color Emoji,Helvetica,Arial,sans-serif}.introjs-arrow{content:"";border:5px solid #0000;position:absolute}.introjs-arrow.top{border-bottom-color:#fff;top:-10px;left:10px}.introjs-arrow.top-right{border-bottom-color:#fff;top:-10px;right:10px}.introjs-arrow.top-middle{border-bottom-color:#fff;margin-left:-5px;top:-10px;left:50%}.introjs-arrow.right{border-left-color:#fff;top:10px;right:-10px}.introjs-arrow.right-bottom{border-left-color:#fff;bottom:10px;right:-10px}.introjs-arrow.bottom{border-top-color:#fff;bottom:-10px;left:10px}.introjs-arrow.bottom-right{border-top-color:#fff;bottom:-10px;right:10px}.introjs-arrow.bottom-middle{border-top-color:#fff;margin-left:-5px;bottom:-10px;left:50%}.introjs-arrow.left{border-right-color:#fff;top:10px;left:-10px}.introjs-arrow.left-bottom{border-right-color:#fff;bottom:10px;left:-10px}.introjs-tooltip{box-sizing:content-box;visibility:visible;background-color:#fff;border-radius:5px;min-width:250px;max-width:300px;transition:opacity .1s ease-out;position:absolute;box-shadow:0 3px 30px #2121214d}.introjs-tooltiptext{padding:20px}.introjs-dontShowAgain{padding-left:20px;padding-right:20px}.introjs-dontShowAgain input{width:10px;height:10px;margin:0 0 2px;padding:0;display:inline}.introjs-dontShowAgain label{color:#616161;-webkit-user-select:none;user-select:none;background-color:#fff;margin:0 0 0 5px;padding:0;font-size:14px;font-weight:400;display:inline-block}.introjs-tooltip-title{width:90%;min-height:1.5em;margin:0;padding:0;font-size:18px;font-weight:700;line-height:1.5}.introjs-tooltip-header{min-height:1.5em;padding-top:10px;padding-left:20px;padding-right:20px;position:relative}.introjs-tooltipbuttons{text-align:right;white-space:nowrap;border-top:1px solid #e0e0e0;padding:10px}.introjs-tooltipbuttons:after{content:"";visibility:hidden;clear:both;height:0;display:block}.introjs-button{box-sizing:content-box;text-shadow:1px 1px #fff;color:#424242;white-space:nowrap;cursor:pointer;zoom:1;background-color:#f4f4f4;border:1px solid #bdbdbd;border-radius:.2em;outline:0;padding:.5rem 1rem;font-size:14px;text-decoration:none;display:inline;position:relative;overflow:visible}.introjs-button:hover{color:#212121;background-color:#e0e0e0;border-color:#9e9e9e;outline:0;text-decoration:none}.introjs-button:focus{color:#212121;background-color:#eee;border:1px solid #616161;outline:0;text-decoration:none;box-shadow:0 0 0 .2rem #9e9e9e80}.introjs-button:active{color:#212121;background-color:#e0e0e0;border-color:#9e9e9e;outline:0;text-decoration:none}.introjs-button::-moz-focus-inner{border:0;padding:0}.introjs-skipbutton{color:#616161;cursor:pointer;text-align:center;width:45px;height:45px;font-size:22px;font-weight:700;line-height:45px;text-decoration:none;display:inline-block;position:absolute;top:0;right:0}.introjs-skipbutton:focus,.introjs-skipbutton:hover{color:#212121;outline:0;text-decoration:none}.introjs-prevbutton{float:left}.introjs-nextbutton{float:right}.introjs-disabled,.introjs-disabled:focus,.introjs-disabled:hover{color:#9e9e9e;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;border-color:#bdbdbd;text-decoration:none}.introjs-hidden{display:none}.introjs-bullets{text-align:center;padding-top:10px;padding-bottom:10px}.introjs-bullets ul{box-sizing:content-box;clear:both;margin:0 auto;padding:0;display:inline-block}.introjs-bullets ul li{box-sizing:content-box;float:left;margin:0 2px;list-style:none}.introjs-bullets ul li a{box-sizing:content-box;cursor:pointer;background:#ccc;border-radius:10px;width:6px;height:6px;text-decoration:none;transition:width .1s ease-in;display:block}.introjs-bullets ul li a:focus,.introjs-bullets ul li a:hover{background:#999;outline:0;width:15px;text-decoration:none}.introjs-bullets ul li a.active{background:#999;width:15px}.introjs-progress{box-sizing:content-box;background-color:#e0e0e0;border-radius:4px;height:10px;margin:10px;overflow:hidden}.introjs-progressbar{box-sizing:content-box;float:left;text-align:center;background-color:#08c;width:0%;height:100%;font-size:10px;line-height:10px}.introjsFloatingElement{width:0;height:0;position:absolute;top:50%;left:50%}.introjs-fixedTooltip{position:fixed}.introjs-hint{box-sizing:content-box;cursor:pointer;background:0 0;width:20px;height:15px;position:absolute}.introjs-hint:focus{border:0;outline:0}.introjs-hint:hover>.introjs-hint-pulse{background-color:#3c3c3c91}.introjs-hidehint{display:none}.introjs-fixedhint{position:fixed}@keyframes introjspulse{0%{transform:scale(.95);box-shadow:0 0 #000000b3}70%{transform:scale(1);box-shadow:0 0 0 10px #0000}to{transform:scale(.95);box-shadow:0 0 #0000}}.introjs-hint-pulse{box-sizing:content-box;z-index:10;background-color:#8888883d;border-radius:30px;width:15px;height:15px;transition:all .2s ease-out;animation:2s infinite introjspulse;position:absolute}.introjs-hint-no-anim .introjs-hint-pulse{animation:none}.introjs-hint-dot{box-sizing:content-box;z-index:1;opacity:0;background:0 0;border-radius:60px;width:50px;height:50px;position:absolute;top:-18px;left:-18px}
.introjs-tooltip{background:var(--card-bg);color:var(--text-primary);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border:1px solid #f5620066;border-radius:.5rem;max-width:90vw}@media (max-width:48rem){.introjs-tooltip{max-width:85vw;font-size:.875rem}}[data-theme=light] .introjs-tooltip{background:#fffffff2}.introjs-tooltiptext{color:var(--text-secondary);word-wrap:break-word;overflow-wrap:break-word;font-size:.875rem;line-height:1.5}@media (max-width:48rem){.introjs-tooltiptext{font-size:.8125rem}}.introjs-tooltip-title{color:var(--text-primary);word-wrap:break-word;overflow-wrap:break-word;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}@media (max-width:48rem){.introjs-tooltip-title{font-size:1rem}}.introjs-button{border:1px solid #0000;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.introjs-button.introjs-nextbutton,.introjs-button.introjs-donebutton{color:#fff;background:linear-gradient(135deg,#f56200 0%,#d45500 100%);border:1px solid #f5620099}.introjs-button.introjs-nextbutton:hover,.introjs-button.introjs-donebutton:hover{background:linear-gradient(135deg,#d45500 0%,#b84800 100%);transform:translateY(-1px)}.introjs-button.introjs-prevbutton,.introjs-button.introjs-skipbutton{color:var(--text-secondary);background:#94a3b833;border:1px solid #94a3b84d}.introjs-button.introjs-prevbutton:hover,.introjs-button.introjs-skipbutton:hover{color:var(--text-primary);background:#94a3b84d}.introjs-helperLayer{background:#f562000d;border:2px solid #f5620099;border-radius:.5rem;box-shadow:0 0 0 9999px #000000b3}.introjs-progress{background:#10b98140;border-radius:.375rem}.introjs-progressbar{background:linear-gradient(90deg,#10b981 0%,#34d399 100%);transition:width .25s}.introjs-arrow{border-color:var(--card-bg)}[data-theme=light] .introjs-arrow{border-color:#fffffff2}
.footer{border-top:1px solid var(--border);margin-top:3rem;padding-top:2rem}.footer__content{text-align:center}.footer__links{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin-bottom:1rem;display:flex}@media (max-width:48rem){.footer__links{gap:1rem}}.footer__link{color:var(--text-muted);font-size:.875rem;text-decoration:none;transition:color .2s}@media (max-width:48rem){.footer__link{font-size:.8125rem}}.footer__link:hover{color:var(--primary);text-decoration:underline}.footer__made-with{color:var(--text-muted);margin-bottom:1rem;font-size:.875rem}.footer__heart{margin:0 .25rem}.footer__theme-toggle{color:var(--primary);cursor:pointer;background:#f562001a;border:1px solid #f562004d;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s;display:inline-flex}.footer__theme-toggle svg{width:1.25rem;height:1.25rem}.footer__theme-toggle:hover{border-color:var(--primary);background:#f5620033;transform:translateY(-.125rem)}.footer__theme-toggle:active{transform:translateY(0)}.footer__copyright{color:var(--text-muted);font-size:.875rem}
.feed-page{background:radial-gradient(circle at top left,#2f004926,transparent 50%),radial-gradient(circle at bottom right,#f562001a,transparent 50%),var(--background);min-height:100vh;font-family:var(--font-inter),sans-serif;width:100%;display:flex;overflow-x:hidden}[data-theme=light] .feed-page{background:var(--background)}.feed-page__main{flex-direction:column;align-items:center;width:100%;min-height:100vh;padding:2rem 0;display:flex}@media (max-width:48rem){.feed-page__main{padding:1rem 0}}.feed-page__container{width:100%;max-width:80rem;padding:0 1rem;overflow-x:hidden}@media (min-width:48rem){.feed-page__container{padding:0 1.5rem}}@media (min-width:64rem){.feed-page__container{padding:0 2rem}}.feed-page__header{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:2rem;display:flex}.feed-page__title{font-size:1.875rem;font-weight:300;font-family:var(--font-poppins),sans-serif;color:var(--text-primary);letter-spacing:.05em;margin:0}.feed-page__subtitle{color:var(--text-muted);letter-spacing:.04em;word-wrap:break-word;overflow-wrap:break-word;margin:0;font-size:.95rem;font-weight:400}@media (max-width:48rem){.feed-page__subtitle{font-size:.875rem}}.feed-page__subtitle-emphasis{color:var(--primary);font-weight:600}.feed-page__function-selector{flex-direction:column;gap:.5rem;display:flex}.feed-page__function-options{flex-wrap:wrap;gap:.5rem;display:flex}.feed-page__function-link{color:var(--primary);cursor:pointer;background:#ffffff0a;border:.0625rem solid #0000;border-radius:999px;padding:.35rem .9rem;font-size:.85rem;font-weight:500;transition:background .2s,border-color .2s,color .2s}.feed-page__function-link:hover{background:#f562001f}.feed-page__function-link:focus-visible{outline:none;box-shadow:0 0 0 .125rem #f5620059}.feed-page__function-link--active{border-color:var(--primary);color:#fff;background:#f5620026}.feed-page__function-link--locked{color:var(--text-muted);background:0 0;border-color:#94a3b866}.feed-page__function-link--locked:hover{background:#94a3b81a}.feed-page__function-link-note{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-left:.35rem;font-size:.65rem}.feed-page__function-contact-link{color:var(--primary);font-weight:600;text-decoration:underline}.feed-page__function-contact-link:hover{text-decoration:none}.feed-page__modal-overlay{z-index:1000;background:#0f172ab3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.feed-page__modal{background:var(--surface,#0f172af2);border:.0625rem solid #ffffff14;border-radius:.75rem;width:100%;max-width:24rem;padding:1.75rem 2rem 1.5rem 1.5rem;position:relative;box-shadow:0 1.5rem 3.75rem #0f172a73}[data-theme=light] .feed-page__modal{background:#fff;border-color:#0f172a1a}.feed-page__modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1.25rem;line-height:1;position:absolute;top:.75rem;right:.75rem}.feed-page__modal-close:focus-visible{border-radius:999px;outline:none;box-shadow:0 0 0 .125rem #f5620080}.feed-page__modal-title{color:var(--text-primary);margin:0 0 .5rem;font-size:1rem;font-weight:600}.feed-page__modal-text{color:var(--text-muted);margin:0;font-size:.95rem}.feed-page__newsfeed-container{background:radial-gradient(at 0 0,#f562000f,#0000 50%),radial-gradient(at 100% 100%,#2f004914,#0000 50%),linear-gradient(135deg,#1f29374d 0%,#2f004926 100%);border:1px solid #f5620026;border-radius:2rem;width:100%;margin-bottom:3rem;padding:2rem}@media (max-width:48rem){.feed-page__newsfeed-container{border-radius:1rem;padding:1rem}}[data-theme=light] .feed-page__newsfeed-container{background:var(--card-bg);border:none;position:relative}[data-theme=light] .feed-page__newsfeed-container:before{content:"";-webkit-mask-composite:xor;pointer-events:none;z-index:0;background:linear-gradient(135deg,#dcdcdc 0%,#e6e6e6 100%);border-radius:2rem;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@media (max-width:48rem){[data-theme=light] .feed-page__newsfeed-container:before{border-radius:1rem}}.feed-page__content{width:100%}.feed-page__newsfeed-title{font-size:1.5rem;font-weight:300;font-family:var(--font-poppins),sans-serif;color:var(--text-primary);letter-spacing:.05em;text-align:center;margin:0 0 .75rem}@media (max-width:48rem){.feed-page__newsfeed-title{font-size:1.25rem}}.feed-page__section-explainer{color:var(--text-muted);text-align:center;max-width:42rem;margin:0 auto 1.5rem;font-size:.925rem;line-height:1.5}.feed-page__drop-zone{min-height:31.25rem;padding:0;overflow:visible}@media (max-width:48rem){.feed-page__drop-zone{min-height:25rem}}.feed-page__drop-zone--dragging{background:#3b82f60d;border:.125rem dashed #3b82f680;border-radius:1.5rem}.feed-page__drop-message{text-align:center;padding:3rem 0}.feed-page__drop-message-title{color:var(--text-muted);margin-bottom:.75rem;font-size:1.25rem}.feed-page__drop-message-subtitle{color:var(--text-muted);font-size:.875rem}.feed-page__error-message{text-align:center;padding:3rem 0}.feed-page__error-title{color:#94a3b8;margin-bottom:.75rem;font-size:1.25rem}.feed-page__error-text{color:#ef4444;margin-bottom:1rem;font-size:.875rem}.feed-page__news-carousel{position:relative}.feed-page__news-title{font-size:1.25rem;font-weight:300;font-family:var(--font-poppins),sans-serif;color:#fff;letter-spacing:.05em;margin:0 0 1.5rem}.feed-page__carousel-container{align-items:center;width:100%;display:flex;position:relative}.feed-page__carousel-track{border-radius:.5rem;flex:1;overflow:hidden}.feed-page__carousel-slides{transition:transform .5s ease-in-out;display:flex}.feed-page__carousel-slide{flex-shrink:0;grid-template-columns:1fr;gap:1.5rem;width:100%;max-width:100%;padding:1rem .25rem;display:grid;overflow:hidden}@media (max-width:48rem){.feed-page__carousel-slide{gap:1rem;padding:.5rem 0}}@media (min-width:40rem){.feed-page__carousel-slide{grid-template-columns:repeat(2,1fr);align-items:stretch}}.feed-page__carousel-slide>*{min-width:0;max-width:100%}.feed-page__carousel-button{border:.125rem solid var(--primary);color:#fff;cursor:pointer;z-index:10;background:linear-gradient(135deg,#f56200e6 0%,#f56200b3 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}@media (max-width:48rem){.feed-page__carousel-button{width:2rem;height:2rem}}.feed-page__carousel-button svg{stroke-width:2.5px;width:1.125rem;height:1.125rem}@media (max-width:48rem){.feed-page__carousel-button svg{width:1rem;height:1rem}}.feed-page__carousel-button:hover:not(:disabled){background:linear-gradient(135deg,var(--primary)0%,#ff8533e6 100%);color:#fff;border-color:#ff8533;transform:translateY(-50%)scale(1.1)}.feed-page__carousel-button:active:not(:disabled){transform:translateY(-50%)scale(.95)}.feed-page__carousel-button:disabled{opacity:.3;cursor:not-allowed}.feed-page__carousel-button:focus{outline:none}.feed-page__carousel-button--prev{left:-3.5rem}@media (max-width:64rem){.feed-page__carousel-button--prev{left:.5rem}}@media (max-width:48rem){.feed-page__carousel-button--prev{left:.25rem}}.feed-page__carousel-button--next{right:-3.5rem}@media (max-width:64rem){.feed-page__carousel-button--next{right:.5rem}}@media (max-width:48rem){.feed-page__carousel-button--next{right:.25rem}}.feed-page__carousel-indicators{justify-content:center;gap:.75rem;margin-top:1.5rem;padding-top:.5rem;display:flex}@media (max-width:48rem){.feed-page__carousel-indicators{gap:.5rem}.feed-page__carousel-indicators--many{display:none}}.feed-page__carousel-counter{color:var(--text-muted);justify-content:center;margin-top:1.5rem;padding-top:.5rem;font-size:.875rem;font-weight:500;display:none}@media (max-width:48rem){.feed-page__carousel-counter{display:flex}}.feed-page__carousel-counter span{color:var(--primary);margin:0 .25rem;font-weight:600}.feed-page__carousel-indicator{cursor:pointer;background-color:#47556999;border:.125rem solid #f562004d;border-radius:50%;width:.75rem;height:.75rem;padding:0;transition:all .3s}.feed-page__carousel-indicator:hover{background-color:#f56200b3;border-color:#f56200cc;transform:scale(1.3)}.feed-page__carousel-indicator--active{background:linear-gradient(135deg,var(--primary)0%,#f56200e6 100%);border-color:var(--primary);border-radius:.375rem;width:2rem}.feed-page__carousel-indicator--active:hover{background:var(--primary)}.feed-page__carousel-indicator:focus{outline:none}.feed-page__loading{background:var(--background);min-height:100vh;font-family:var(--font-inter),sans-serif;justify-content:center;align-items:center;display:flex}.feed-page__loading-text{color:var(--text-muted);font-size:1.25rem}.feed-page__tweets-section{border-top:1px solid #94a3b826;width:100%;margin-top:2rem;padding-top:2rem}[data-theme=light] .feed-page__tweets-section{border-top-color:#00000014}.feed-page__tweets-subtitle{font-size:1.125rem;font-weight:400;font-family:var(--font-poppins),sans-serif;color:var(--text-primary);text-align:center;letter-spacing:.03em;margin:0 0 1.25rem}@media (max-width:48rem){.feed-page__tweets-subtitle{font-size:1rem}}.feed-page__tweets-drop-zone{padding:0}.feed-page__tweets-drop-zone--dragging{background:#3b82f60d;border:.125rem dashed #3b82f680;border-radius:1.5rem}.feed-page__tweets-carousel{position:relative}.feed-page__patient-voices-container{background:radial-gradient(at 100% 0,#f562000f,#0000 50%),radial-gradient(at 0 100%,#2f004914,#0000 50%),linear-gradient(135deg,#1f29374d 0%,#2f004926 100%);border:1px solid #f5620026;border-radius:2rem;width:100%;margin-bottom:3rem;padding:2rem}@media (max-width:48rem){.feed-page__patient-voices-container{border-radius:1rem;padding:1rem}}[data-theme=light] .feed-page__patient-voices-container{background:var(--card-bg);border:none;position:relative}[data-theme=light] .feed-page__patient-voices-container:before{content:"";-webkit-mask-composite:xor;pointer-events:none;z-index:0;background:linear-gradient(135deg,#dcdcdc 0%,#e6e6e6 100%);border-radius:2rem;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@media (max-width:48rem){[data-theme=light] .feed-page__patient-voices-container:before{border-radius:1rem}}.feed-page__patient-voices{width:100%}.feed-page__patient-voices-title{font-size:1.5rem;font-weight:300;font-family:var(--font-poppins),sans-serif;color:var(--text-primary);letter-spacing:.05em;text-align:center;margin:0 0 .75rem}@media (max-width:48rem){.feed-page__patient-voices-title{font-size:1.25rem}}.feed-page__patient-voices-carousel{padding:0;position:relative}
.tweet-card{background:var(--card-bg);border:1px solid var(--border);cursor:pointer;border-radius:1rem;flex-direction:column;width:100%;max-width:100%;height:20rem;padding:clamp(1.5rem,3vw,2.25rem);transition:all .3s;display:flex;position:relative;overflow:hidden}@media (max-width:48rem){.tweet-card{height:22rem;min-height:22rem;max-height:22rem}}[data-theme=light] .tweet-card{border:none}[data-theme=light] .tweet-card:after{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#dcdcdc 0%,#e6e6e6 100%);border-radius:1rem;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.tweet-card:hover{border-color:#94a3b899}.tweet-card__header{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.5rem;display:flex}.tweet-card__header-left{flex:1;align-items:flex-start;gap:.75rem;min-width:0;display:flex}.tweet-card__header-right{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.tweet-card__avatar{flex-shrink:0;width:2.5rem;height:2.5rem}.tweet-card__avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.tweet-card__avatar-placeholder{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.125rem;font-weight:700;display:flex}.tweet-card__author-info{flex:1;min-width:0}.tweet-card__author-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9375rem;font-weight:700;line-height:1.25;overflow:hidden}@media (max-width:48rem){.tweet-card__author-name{font-size:.875rem}}.tweet-card__author-handle{color:var(--text-muted);margin:0;font-size:.875rem;line-height:1.25}.tweet-card__time{color:var(--text-muted);white-space:nowrap;font-size:.875rem}@media (max-width:48rem){.tweet-card__time{font-size:.8125rem}}.tweet-card__pin-button{flex-shrink:0}.tweet-card__content{flex:1;max-width:100%;min-height:0;margin-bottom:.75rem;overflow:hidden auto}@media (max-width:48rem){.tweet-card__content{overflow-y:auto}}.tweet-card__content::-webkit-scrollbar{width:.375rem}.tweet-card__content::-webkit-scrollbar-track{background:#3741514d;border-radius:.1875rem}.tweet-card__content::-webkit-scrollbar-thumb{background:#47556980;border-radius:.1875rem}.tweet-card__content::-webkit-scrollbar-thumb:hover{background:#475569cc}.tweet-card__text{color:var(--text-secondary);white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;margin:0 0 .75rem;font-size:.9375rem;line-height:1.6}.tweet-card__translation-note{color:var(--primary);background:#f562001f;border:1px solid #f562004d;border-radius:9999px;align-items:center;gap:.35rem;margin-bottom:.5rem;padding:.2rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.tweet-card__original-text{color:var(--text-secondary);background:#94a3b81a;border:1px dashed #94a3b866;border-radius:.85rem;max-width:100%;margin-top:-.25rem;margin-bottom:.75rem;padding:.75rem;font-size:.85rem;overflow:hidden}.tweet-card__original-text summary{cursor:pointer;color:var(--text-primary);outline:none;margin-bottom:.35rem;padding-right:1.5rem;font-weight:600;list-style:none;position:relative}.tweet-card__original-text summary::-webkit-details-marker{display:none}.tweet-card__original-text summary:after{content:"▾";color:var(--text-muted);font-size:.85rem;transition:transform .2s;position:absolute;top:0;right:0}.tweet-card__original-text[open] summary:after{transform:rotate(180deg)}.tweet-card__original-text p{white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word;margin:0;line-height:1.45}.tweet-card__link{color:var(--primary);word-break:break-all;overflow-wrap:anywhere;text-decoration:none;transition:all .2s}.tweet-card__link:hover{color:#ff8533;text-decoration:underline}.tweet-card__media{border-radius:.75rem;gap:2px;max-width:100%;margin-top:.75rem;display:grid;overflow:hidden}.tweet-card__media:has(>:nth-child(2)){grid-template-columns:repeat(2,1fr)}.tweet-card__media:has(>:nth-child(3)){grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr)}.tweet-card__media:has(>:nth-child(3))>:first-child{grid-row:span 2}.tweet-card__media-img{object-fit:cover;width:100%;height:100%;max-height:18.75rem}.tweet-card__actions{flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:1rem;max-width:100%;margin-top:.5rem;display:flex;overflow:hidden}@media (max-width:48rem){.tweet-card__actions{gap:.5rem}}.tweet-card__action{color:var(--text-muted);pointer-events:none;background:0 0;border:none;border-radius:9999px;flex-shrink:1;align-items:center;gap:.5rem;min-width:0;padding:.5rem;font-size:.875rem;transition:all .3s;display:flex}.tweet-card__action:first-child:hover{color:var(--secondary)}.tweet-card__action:nth-child(2):hover{color:var(--primary)}.tweet-card__action:nth-child(3):hover{color:#f87171}.tweet-card__view-link{color:var(--primary);white-space:nowrap;background:linear-gradient(135deg,#f5620033 0%,#2f004933 100%);border:1px solid #f5620066;border-radius:9999px;flex-shrink:0;max-width:fit-content;margin-left:auto;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s}@media (max-width:48rem){.tweet-card__view-link{padding:.4rem .85rem;font-size:.8125rem}}.tweet-card__view-link:hover{border-color:var(--primary);color:#ff8533;background:linear-gradient(135deg,#f562004d 0%,#2f00494d 100%);transform:translate(.125rem)}.tweet-card__action-icon{font-size:1rem}.tweet-card__action-count{font-weight:500}
/*# sourceMappingURL=0eed7c34a1c8213f.css.map*/