*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:"Inter",sans-serif;font-weight:300;color:var(--gray-10)}:root{--basic-text-size: 17px;--blue-1: #DCEEFB;--blue-2: #B6E0FE;--blue-3: #84C5F4;--blue-4: #62B0E8;--blue-5: #4098D7;--blue-6: #2680C2;--blue-7: #186FAF;--blue-8: #0F609B;--blue-9: #0A558C;--blue-10: #003E6B;--yellow-1: #FFFBEA;--yellow-2: #FFF3C4;--yellow-3: #FCE588;--yellow-4: #FADB5F;--yellow-5: #F7C948;--yellow-6: #F0B429;--yellow-7: #DE911D;--yellow-8: #CB6E17;--yellow-9: #B44D12;--yellow-10: #8D2B0B;--gray-1: #F0F4F8;--gray-2: #D9E2EC;--gray-3: #BCCCDC;--gray-4: #9FB3C8;--gray-5: #829AB1;--gray-6: #627D98;--gray-7: #486581;--gray-8: #334E68;--gray-9: #243B53;--gray-10: #102A43;--green-1: #E0FCFF;--green-2: #BEF8FD;--green-3: #87EAF2;--green-4: #54D1DB;--green-5: #38BEC9;--green-6: #2CB1BC;--green-7: #14919B;--green-8: #0E7C86;--green-9: #0A6C74;--green-10: #044E54;--red-1: #FFEEEE;--red-2: #FACDCD;--red-3: #F29B9B;--red-4: #E66A6A;--red-5: #D64545;--red-6: #BA2525;--red-7: #A61B1B;--red-8: #911111;--red-9: #780A0A;--red-10: #610404}html,body{overflow-x:hidden;overflow-x:clip;background-color:var(--gray-1)}a{text-decoration:none}img{max-width:100%;height:auto}button{cursor:pointer;background-repeat:no-repeat;background-color:rgba(0,0,0,0);transition:all 150ms ease;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:manipulation;user-select:none;-webkit-user-select:none}header{width:100%;height:60px;background-color:var(--blue-10);display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;z-index:100}header .title{font-size:20px;font-weight:500;color:var(--gray-1)}header .title.ios-active,header .title:active{text-decoration:underline}header #settings-menu-button{background-position-y:center;background-position-x:7px;background-size:30px;background-image:url(/assets/icons/menu.svg);height:100%;width:50px}header .clearfix{height:100%;width:50px}#refresh{--background-image: url(/assets/icons/refresh.svg)}#enable-notifications{--background-image: url(/assets/icons/notifications.svg)}#refresh,#enable-notifications{display:flex;flex-flow:row nowrap;align-items:center;height:35px;border:1px solid var(--gray-6);background-color:var(--gray-2);color:var(--gray-6);border-radius:4px;padding:0 15px;font-size:15px;font-weight:500;margin-bottom:20px}#refresh:last-child,#enable-notifications:last-child{margin-bottom:150px}#refresh::before,#enable-notifications::before{content:"";height:100%;width:25px;background-position-y:center;background-repeat:no-repeat;background-image:var(--background-image);background-size:25px}#nav-container{height:100vh;width:100vw;top:0;left:0;position:fixed;z-index:9999;backdrop-filter:blur(10px);transition:200ms all}#nav-container nav{height:100vh;width:75%;background-color:#fff;position:fixed;top:0;left:0;display:flex;justify-content:flex-end;flex-flow:column nowrap;align-items:center;padding-bottom:150px}#nav-container.closed{visibility:hidden;opacity:0;left:-100%}#loading-page{height:100vh;height:100svh;height:100dvh;inset:0;position:fixed;z-index:999999;background-color:var(--gray-1);display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;transition:opacity 150ms ease,visibility 0s linear 150ms;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}#loading-page img{width:100px;height:auto}#loading-page.hidden{visibility:hidden;opacity:0;pointer-events:none}#feed-container{width:100%;display:flex;flex-flow:column nowrap;align-items:center;padding:75px 10px 0}#empty-feed-container{display:flex;flex-flow:column nowrap;align-items:center;margin-bottom:50px}#empty-feed-container img{width:250px;height:auto;margin-bottom:20px}#empty-feed-container h2{color:var(--gray-9);font-size:25px;text-align:center;line-height:30px;width:150px;font-weight:500}.card{width:100%;background-color:#fff;padding:10px;margin-bottom:10px;border-radius:4px}.card .title{margin-bottom:5px;font-weight:500;line-height:1.5}.card .description{color:var(--gray-9);font-size:14px;line-height:1.5;transition:200ms all;filter:blur(0px)}.card hr{height:1px;width:100%;background-color:var(--gray-2);margin:10px 0}.card .card-top{--ai-button-width: 50px;display:flex;flex-flow:row nowrap;width:100%}.card .card-top .content-container{width:calc(100% - var(--ai-button-width));display:flex;flex-flow:column nowrap}.card .card-top .ai-overview-button{background-repeat:no-repeat;background-image:url(/assets/icons/ai-sparkles.svg);background-color:rgba(0,0,0,0);height:50px;width:var(--ai-button-width);border-radius:12px;background-position-x:center;background-position-y:4px}.card .card-top .ai-overview-button:active,.card .card-top .ai-overview-button.ios-active{background-color:var(--gray-1);background-size:25px;background-position-y:center;transform:scale(0.95)}.card .card-bottom{display:flex;flex-flow:row nowrap;width:100%;justify-content:space-between}.card .author-container{display:flex;flex-flow:row nowrap;align-items:center;position:relative}.card .author-container .author{display:flex;flex-flow:row nowrap}.card .author-container .name-and-date{display:flex;flex-flow:column nowrap}.card .author-container .name-and-date .author-name{font-size:14px;font-weight:500;text-decoration:underline;max-width:110px}.card .author-container .name-and-date .date{font-size:12px}.card .feedback-container{min-width:100px}@supports not (top: anchor(bottom)){.card .bias-popover{top:100%;left:50%;transform:translateX(-50%);margin-top:8px}}.card .bias-popover{border-radius:12px;padding:50px;position:absolute;bottom:anchor(top);left:anchor(center);transform:translateX(-50%) translateY(-8px);margin-top:8px;background-color:var(--gray-1)}.card .bias-popover:popover-open{display:block}.card .thumbs-down-feedback,.card .thumbs-up-feedback{height:45px;width:45px;background-position:center;background-size:25px;border-radius:6px}.card .thumbs-down-feedback:active,.card .thumbs-down-feedback.ios-active,.card .thumbs-up-feedback:active,.card .thumbs-up-feedback.ios-active{transform:scale(0.9);background-size:20px;background-color:var(--gray-1)}.card.contains-spoiler .title{pointer-events:none}.card.contains-spoiler .description{filter:blur(5px)}.card.contains-spoiler .reveal-spoiler{display:flex}.card.contains-spoiler .thumbs-down-feedback,.card.contains-spoiler .thumbs-up-feedback{display:none}.card .bias-pill:active,.card .bias-pill.ios-active{transform:scale(0.75)}.card .reveal-spoiler{display:none;flex-flow:row nowrap;align-items:center;height:30px;background-color:var(--blue-1);color:var(--gray-7);border-radius:4px;border:1px solid var(--blue-5);padding-left:5px;padding-right:10px;transition:150ms background-color}.card .reveal-spoiler.unlock::before{background-image:url(/assets/icons/lock-open.svg)}.card .reveal-spoiler::before{content:"";background-repeat:no-repeat;background-position-y:center;background-image:url(/assets/icons/lock.svg);transition:400ms all;background-size:20px;height:25px;width:25px}.card .reveal-spoiler.ios-active{background-color:var(--blue-2)}.card .thumbs-down-feedback{background-image:url(/assets/icons/thumbs-down.svg)}.card .thumbs-down-feedback.selected{background-image:url(/assets/icons/selected-thumbs-down.svg)}.card .thumbs-up-feedback{background-image:url(/assets/icons/thumbs-up.svg)}.card .thumbs-up-feedback.selected{background-image:url(/assets/icons/selected-thumbs-up.svg)}.author-avatar{height:35px;width:35px;border-radius:50px;margin-right:5px;background-repeat:no-repeat;background-size:35px;background-position:center}.bias-pill{padding:5px 10px;border-radius:50px;color:#fff;font-size:12px;font-weight:500;margin-left:10px}.bias-pill::first-letter{text-transform:uppercase}.bias-pill.official{background-color:var(--green-7)}.bias-pill.global{background-color:var(--yellow-7)}.bias-pill.right{background-color:var(--red-7)}.bias-pill.left{background-color:var(--blue-7)}.bias-pill.neutral{background-color:var(--gray-3);color:var(--gray-9)}.bias-pill.center{background:linear-gradient(90deg, var(--red-6), var(--blue-6))}#highlighted-headline{width:100%;background-color:#fff;border-top-left-radius:12px;border-top-right-radius:12px;z-index:150;position:fixed;bottom:0;left:0;top:auto !important;max-width:none;padding:20px;flex-flow:column nowrap;align-items:center}#highlighted-headline .header{--close-button-width: 50px;display:flex;flex-flow:row-reverse nowrap;justify-content:space-between;width:100%}#highlighted-headline .header #close-highlighted-headline{background-image:url(/assets/icons/x.svg);height:var(--close-button-width);width:var(--close-button-width);background-position-x:center;background-position-y:top;background-size:28px}#highlighted-headline .header h2{font-size:20px;font-weight:500;margin-bottom:10px;width:calc(100% - var(--close-button-width))}#highlighted-headline p{font-size:14px;color:var(--gray-9);line-height:25px;margin:10px 0}#highlighted-headline .author-container{display:flex;flex-flow:row nowrap;align-items:center;margin-bottom:20px;align-self:flex-start}#highlighted-headline .author-container .author-name{font-size:14px}#highlighted-headline .author-container .separation{margin:0 5px}#highlighted-headline a{height:40px;width:100%;border:2px solid var(--blue-10);background-color:rgba(0,0,0,0);color:var(--blue-10);border-radius:4px;font-weight:500;font-size:16px;text-transform:uppercase;display:flex;justify-content:center;align-items:center;transition:150ms all;margin-bottom:20px}#highlighted-headline a.ios-active,#highlighted-headline a:active{background-color:var(--blue-10);color:#fff;transform:scale(0.95)}#highlighted-headline[open]{display:flex}#highlighted-headline::backdrop{background-color:rgba(0,0,0,.3);backdrop-filter:blur(5px)}
