:root{--newscast-background: hsl(0 0% 100%);--newscast-foreground: hsl(222.2 84% 4.9%);--newscast-card: hsl(0 0% 100%);--newscast-card-foreground: hsl(222.2 84% 4.9%);--newscast-popover: hsl(0 0% 100%);--newscast-popover-foreground: hsl(222.2 84% 4.9%);--newscast-primary: hsl(222.2 47.4% 11.2%);--newscast-primary-foreground: hsl(210 40% 98%);--newscast-secondary: hsl(210 40% 96.1%);--newscast-secondary-foreground: hsl(222.2 47.4% 11.2%);--newscast-muted: hsl(210 40% 96.1%);--newscast-muted-foreground: hsl(215.4 16.3% 46.9%);--newscast-accent: hsl(210 40% 96.1%);--newscast-accent-foreground: hsl(222.2 47.4% 11.2%);--newscast-destructive: hsl(0 84.2% 60.2%);--newscast-destructive-foreground: hsl(210 40% 98%);--newscast-border: hsl(214.3 31.8% 91.4%);--newscast-input: hsl(214.3 31.8% 91.4%);--newscast-ring: hsl(222.2 84% 4.9%);--newscast-radius: .5rem}.newscast-dark{--newscast-background: hsl(222.2 84% 4.9%);--newscast-foreground: hsl(210 40% 98%);--newscast-card: hsl(222.2 84% 4.9%);--newscast-card-foreground: hsl(210 40% 98%);--newscast-popover: hsl(222.2 84% 4.9%);--newscast-popover-foreground: hsl(210 40% 98%);--newscast-primary: hsl(210 40% 98%);--newscast-primary-foreground: hsl(222.2 47.4% 11.2%);--newscast-secondary: hsl(217.2 32.6% 17.5%);--newscast-secondary-foreground: hsl(210 40% 98%);--newscast-muted: hsl(217.2 32.6% 17.5%);--newscast-muted-foreground: hsl(215 20.2% 65.1%);--newscast-accent: hsl(217.2 32.6% 17.5%);--newscast-accent-foreground: hsl(210 40% 98%);--newscast-destructive: hsl(0 62.8% 30.6%);--newscast-destructive-foreground: hsl(210 40% 98%);--newscast-border: hsl(217.2 32.6% 17.5%);--newscast-input: hsl(217.2 32.6% 17.5%);--newscast-ring: hsl(212.7 26.8% 83.9%)}*{border-color:var(--newscast-border)}body{background-color:var(--newscast-background);color:var(--newscast-foreground)}a{color:#2563eb}a:hover{color:#1e40af}.newscast-container{width:100%;margin-left:auto;margin-right:auto}.newscast-min-h-screen{min-height:100vh}.newscast-min-h-300{min-height:300px}.newscast-w-full{width:100%}.newscast-mx-auto{margin-left:auto;margin-right:auto}.newscast-p-4{padding:1rem}.newscast-py-4{padding-top:1rem;padding-bottom:1rem}.newscast-pb-4{padding-bottom:1rem}.newscast-px-2{padding-left:.5rem;padding-right:.5rem}.newscast-px-4{padding-left:1rem;padding-right:1rem}.newscast-px-6{padding-left:1.5rem;padding-right:1.5rem}.newscast-py-1{padding-top:.25rem;padding-bottom:.25rem}.newscast-py-2{padding-top:.5rem;padding-bottom:.5rem}.newscast-py-6{padding-top:1.5rem;padding-bottom:1.5rem}.newscast-mt-2{margin-top:.5rem}.newscast-mt-4{margin-top:1rem}.newscast-mb-2{margin-bottom:.5rem}.newscast-my-4{margin-top:1rem;margin-bottom:1rem}.newscast-gap-1{gap:.25rem}.newscast-gap-1-5{gap:.375rem}.newscast-gap-2{gap:.5rem}.newscast-gap-4{gap:1rem}.newscast-gap-6{gap:1.5rem}.newscast-space-y-2>*+*{margin-top:.5rem}.newscast-flex{display:flex}.newscast-inline-flex{display:inline-flex}.newscast-flex-col{flex-direction:column}.newscast-flex-col-reverse{flex-direction:column-reverse}.newscast-flex-wrap{flex-wrap:wrap}.newscast-items-center{align-items:center}.newscast-items-start{align-items:flex-start}.newscast-justify-center{justify-content:center}.newscast-justify-between{justify-content:space-between}.newscast-justify-end{justify-content:flex-end}.newscast-grid{display:grid}.newscast-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.newscast-grid-cols-image-content{grid-template-columns:100px 1fr}.newscast-text-center{text-align:center}.newscast-text-left{text-align:left}.newscast-text-xs{font-size:.75rem;line-height:1rem}.newscast-text-sm{font-size:.875rem;line-height:1.25rem}.newscast-text-base{font-size:1rem;line-height:1.5rem}.newscast-text-lg{font-size:1.125rem;line-height:1.75rem}.newscast-text-xl{font-size:1.25rem;line-height:1.75rem}.newscast-font-medium{font-weight:500}.newscast-font-semibold{font-weight:600}.newscast-leading-none{line-height:1}.newscast-break-all{word-break:break-all}.newscast-whitespace-pre-wrap{white-space:pre-wrap}.newscast-whitespace-nowrap{white-space:nowrap}.newscast-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.newscast-text-primary{color:var(--newscast-primary)}.newscast-text-primary-foreground{color:var(--newscast-primary-foreground)}.newscast-text-secondary{color:var(--newscast-secondary)}.newscast-text-secondary-foreground{color:var(--newscast-secondary-foreground)}.newscast-text-muted-foreground{color:var(--newscast-muted-foreground)}.newscast-text-destructive{color:var(--newscast-destructive)}.newscast-text-blue-600{color:#2563eb}.newscast-text-blue-800{color:#1e40af}.newscast-bg-background{background-color:var(--newscast-background)}.newscast-bg-primary{background-color:var(--newscast-primary)}.newscast-bg-secondary{background-color:var(--newscast-secondary)}.newscast-bg-muted{background-color:var(--newscast-muted)}.newscast-bg-destructive{background-color:var(--newscast-destructive)}.newscast-bg-card{background-color:var(--newscast-card)}.newscast-bg-accent{background-color:var(--newscast-accent)}.newscast-bg-gray-100{background-color:#f3f4f6}.newscast-bg-gray-200{background-color:#e5e7eb}.newscast-bg-black-80{background-color:#000c}.newscast-border{border-width:1px}.newscast-border-b{border-bottom-width:1px}.newscast-border-l{border-left-width:1px}.newscast-border-t{border-top-width:1px}.newscast-border-4{border-width:4px}.newscast-border-gray-200{border-color:#e5e7eb}.newscast-border-gray-300{border-color:#d1d5db}.newscast-border-l-transparent{border-left-color:transparent}.newscast-border-primary-30{border-color:rgba(var(--newscast-primary),.3)}.newscast-border-primary{border-color:var(--newscast-primary)}.newscast-border-t-transparent{border-top-color:transparent}.newscast-rounded-md{border-radius:.375rem}.newscast-rounded-lg{border-radius:.5rem}.newscast-rounded-xl{border-radius:.75rem}.newscast-rounded-full{border-radius:9999px}.newscast-rounded-xs{border-radius:.125rem}.newscast-h-8{height:2rem}.newscast-h-9{height:2.25rem}.newscast-h-10{height:2.5rem}.newscast-h-60vh{height:60vh}.newscast-h-80{height:80px}.newscast-w-8{width:2rem}.newscast-w-80{width:80px}.newscast-w-90vw{width:90vw}.newscast-max-w-full{max-width:100%}.newscast-max-w-800{max-width:800px}.newscast-max-w-lg{max-width:32rem}.newscast-size-4{width:1rem;height:1rem}.newscast-size-5{width:1.25rem;height:1.25rem}.newscast-size-8{width:2rem;height:2rem}.newscast-size-9{width:2.25rem;height:2.25rem}.newscast-size-full{width:100%;height:100%}.newscast-shrink-0{flex-shrink:0}.newscast-object-cover{-o-object-fit:cover;object-fit:cover}.newscast-relative{position:relative}.newscast-absolute{position:absolute}.newscast-fixed{position:fixed}.newscast-inset-0{top:0;right:0;bottom:0;left:0}.newscast-bottom-10p{bottom:10%}.newscast-left-50p{left:50%}.newscast-top-4{top:1rem}.newscast-right-4{right:1rem}.newscast-z-50{z-index:50}.newscast-translate-x-minus-50p{transform:translate(-50%)}.newscast-shadow-xs,.newscast-shadow-sm{box-shadow:0 1px 2px #0000000d}.newscast-shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.newscast-opacity-70{opacity:.7}.newscast-opacity-100{opacity:1}.newscast-transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.newscast-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.newscast-transition-none{transition-property:none}.newscast-transform-none{transform:none}.newscast-animate-spin{animation:newscast-spin 1s linear infinite}@keyframes newscast-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes newscast-accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes newscast-accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.newscast-animate-accordion-down{animation:newscast-accordion-down .2s ease-out}.newscast-animate-accordion-up{animation:newscast-accordion-up .2s ease-out}@media (min-width: 640px){.newscast-sm-max-w-lg{max-width:32rem}.newscast-sm-text-left{text-align:left}.newscast-sm-flex-row{flex-direction:row}.newscast-sm-justify-end{justify-content:flex-end}.newscast-sm-max-w-800{max-width:800px}}@media (min-width: 1536px){.newscast-2xl-container{max-width:1400px}}@media (prefers-reduced-motion: reduce){.newscast-motion-reduce-transition-none{transition-property:none}.newscast-motion-reduce-transform-none{transform:none}}.newscast-portal{width:100%;margin-left:auto;margin-right:auto}.newscast-loading-container{display:flex;align-items:center;justify-content:center;min-height:300px}.newscast-spinner-container{position:relative;height:2rem;width:2rem}.newscast-spinner-track{position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid;border-color:rgba(var(--newscast-primary),.3);border-radius:9999px}.newscast-spinner-indicator{position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid;border-color:var(--newscast-primary);border-top-color:transparent;border-radius:9999px;animation:newscast-spin 1s linear infinite}.newscast-error-message{padding:1rem;color:var(--newscast-destructive)}.newscast-news-list{margin-top:.5rem;margin-bottom:.5rem}.newscast-more-link-container{margin-top:1rem;text-align:center}.newscast-more-link{display:inline-block;color:#2563eb}.newscast-more-link:hover{color:#1e40af}.newscast-row{width:100%;padding-bottom:1rem;display:grid;grid-template-columns:100px 1fr;gap:.5rem;border-bottom-width:1px}.newscast-image-container{display:flex;justify-content:center}.newscast-news-image{width:80px;height:80px;-o-object-fit:cover;object-fit:cover}.newscast-content{display:flex;flex-direction:column}.newscast-title{font-size:1.125rem;line-height:1.75rem;font-weight:500;margin-bottom:.5rem}.newscast-title-link{color:var(--newscast-primary)}.newscast-title-link:hover{text-decoration:underline}.newscast-subtitle{font-size:.875rem;line-height:1.25rem;color:var(--newscast-muted-foreground);margin-bottom:.5rem}.newscast-tags-container{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.newscast-tag{font-size:.75rem;line-height:1rem;background-color:var(--newscast-muted);padding:.25rem .5rem}.newscast-datetime{font-size:.75rem;line-height:1rem;color:var(--newscast-muted-foreground)}.newscast-dialog-content{max-width:800px;width:90vw}@media (prefers-reduced-motion: reduce){.newscast-dialog-content{transition-property:none;transform:none}}.newscast-dialog-header{display:flex;justify-content:space-between;align-items:flex-start}.newscast-dialog-title{font-size:1.25rem;line-height:1.75rem;word-break:break-all;white-space:pre-wrap}.newscast-dialog-spacer{width:3rem;flex-shrink:0}.newscast-dialog-description{font-size:1rem;line-height:1.5rem;word-break:break-all;white-space:pre-wrap;margin-top:.5rem}.newscast-dialog-scroll-area{height:60vh;width:100%;border-radius:.375rem;border:1px solid;border-color:#d1d5db;box-shadow:0 1px 2px #0000000d}.newscast-dialog-html-content{padding:1rem;width:100%;word-break:break-all;white-space:pre-wrap}.newscast-dialog-html-content h2,.newscast-dialog-html-content h3,.newscast-dialog-html-content h4{margin-top:1.5rem;margin-bottom:1rem}.newscast-html-image-container{display:flex;justify-content:center;margin-top:1rem;margin-bottom:1rem}.newscast-html-image{max-width:100%}.newscast-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.375rem;font-size:.875rem;font-weight:500;transition-property:color,box-shadow;outline:none;height:2.25rem;padding:.5rem 1rem}.newscast-button:disabled{pointer-events:none;opacity:.5}.newscast-button svg{pointer-events:none;flex-shrink:0}.newscast-button svg:not([class*=size-]){width:1rem;height:1rem}.newscast-button:focus-visible{border-color:var(--newscast-ring);box-shadow:0 0 0 3px rgba(var(--newscast-ring),.5)}.newscast-button[aria-invalid=true]{box-shadow:0 0 0 3px rgba(var(--newscast-destructive),.2);border-color:var(--newscast-destructive)}.newscast-dark .newscast-button[aria-invalid=true]{box-shadow:0 0 0 3px rgba(var(--newscast-destructive),.4)}.newscast-button-default{background-color:var(--newscast-primary);color:var(--newscast-primary-foreground);box-shadow:0 1px 2px #0000000d}.newscast-button-default:hover{background-color:rgba(var(--newscast-primary),.9)}.newscast-button-destructive{background-color:var(--newscast-destructive);color:#fff;box-shadow:0 1px 2px #0000000d}.newscast-button-destructive:hover{background-color:rgba(var(--newscast-destructive),.9)}.newscast-button-destructive:focus-visible{box-shadow:0 0 0 3px rgba(var(--newscast-destructive),.2)}.newscast-dark .newscast-button-destructive:focus-visible{box-shadow:0 0 0 3px rgba(var(--newscast-destructive),.4)}.newscast-button-outline{border:1px solid var(--newscast-input);background-color:var(--newscast-background);box-shadow:0 1px 2px #0000000d}.newscast-button-outline:hover{background-color:var(--newscast-accent);color:var(--newscast-accent-foreground)}.newscast-button-secondary{background-color:var(--newscast-secondary);color:var(--newscast-secondary-foreground);box-shadow:0 1px 2px #0000000d}.newscast-button-secondary:hover{background-color:rgba(var(--newscast-secondary),.8)}.newscast-button-ghost{background-color:transparent}.newscast-button-ghost:hover{background-color:var(--newscast-accent);color:var(--newscast-accent-foreground)}.newscast-button-link{color:var(--newscast-primary);text-underline-offset:4px}.newscast-button-link:hover{text-decoration:underline}.newscast-button-sm{height:2rem;border-radius:.375rem;gap:.375rem;padding-left:.75rem;padding-right:.75rem}.newscast-button-sm>svg{padding-left:.625rem;padding-right:.625rem}.newscast-button-lg{height:2.5rem;border-radius:.375rem;padding-left:1.5rem;padding-right:1.5rem}.newscast-button-lg>svg{padding-left:1rem;padding-right:1rem}.newscast-button-icon{width:2.25rem;height:2.25rem}.newscast-card{background-color:var(--newscast-card);color:var(--newscast-card-foreground);display:flex;flex-direction:column;gap:1.5rem;border-radius:.75rem;border-width:1px;padding-top:1.5rem;padding-bottom:1.5rem;box-shadow:0 1px 2px #0000000d}.newscast-card-header{display:flex;flex-direction:column;gap:.375rem;padding-left:1.5rem;padding-right:1.5rem}.newscast-card-title{line-height:1;font-weight:600}.newscast-card-description{color:var(--newscast-muted-foreground);font-size:.875rem}.newscast-card-content{padding-left:1.5rem;padding-right:1.5rem}.newscast-card-footer{display:flex;align-items:center;padding-left:1.5rem;padding-right:1.5rem}.newscast-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background-color:#000c}.newscast-dialog-content{background-color:var(--newscast-background);position:fixed;bottom:10%;left:50%;z-index:50;display:grid;width:100%;max-width:calc(100% - 2rem);transform:translate(-50%);gap:1rem;border-radius:.5rem;border-width:1px;padding:1.5rem 2.5rem 1.5rem 1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media (min-width: 640px){.newscast-dialog-content{max-width:720px}}.newscast-dialog-close-button{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:none;position:absolute;top:1.25rem;right:1.25rem;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.25rem;color:var(--newscast-muted-foreground);opacity:.8;transition-property:opacity,background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.newscast-dialog-close-button:hover{opacity:1;background-color:var(--newscast-accent);color:var(--newscast-accent-foreground)}.newscast-dialog-close-button:focus{outline:none}.newscast-dialog-close-button:disabled{pointer-events:none;opacity:.5}.newscast-dialog-header{display:flex;flex-direction:column;gap:.5rem;text-align:center}@media (min-width: 640px){.newscast-dialog-header{text-align:left}}.newscast-dialog-footer{display:flex;flex-direction:column-reverse;gap:.5rem}@media (min-width: 640px){.newscast-dialog-footer{flex-direction:row;justify-content:flex-end}}.newscast-dialog-title{font-size:1.125rem;line-height:1;font-weight:600}.newscast-dialog-description{color:var(--newscast-muted-foreground);font-size:.875rem}.newscast-scroll-area{position:relative;overflow:hidden}.newscast-scroll-area.newscast-border{border:1px solid}.newscast-scroll-area.newscast-border.newscast-border-gray-300{border-color:#d1d5db}.newscast-scroll-area-viewport{width:100%;height:100%;border-radius:inherit;transition-property:color,box-shadow}.newscast-scroll-area-viewport:focus-visible{box-shadow:0 0 0 4px rgba(var(--newscast-ring),.1);outline-width:1px;outline-color:rgba(var(--newscast-ring),.5)}.newscast-dark .newscast-scroll-area-viewport:focus-visible{box-shadow:0 0 0 4px rgba(var(--newscast-ring),.2);outline-color:rgba(var(--newscast-ring),.4)}.newscast-scroll-area-scrollbar{display:flex;touch-action:none;padding:1px;transition-property:color,background-color,border-color;-webkit-user-select:none;-moz-user-select:none;user-select:none}.newscast-scroll-area-scrollbar[data-orientation=vertical]{height:100%;width:.625rem;border-left-width:1px;border-left-color:transparent}.newscast-scroll-area-scrollbar[data-orientation=horizontal]{height:.625rem;flex-direction:column;border-top-width:1px;border-top-color:transparent}.newscast-scroll-area-thumb{background-color:var(--newscast-border);position:relative;flex:1;border-radius:9999px}.newscast-hover-underline:hover{text-decoration:underline}.newscast-hover-bg-accent:hover{background-color:var(--newscast-accent)}.newscast-hover-text-accent-foreground:hover{color:var(--newscast-accent-foreground)}.newscast-hover-bg-primary-90:hover{background-color:rgba(var(--newscast-primary),.9)}.newscast-hover-bg-destructive-90:hover{background-color:rgba(var(--newscast-destructive),.9)}.newscast-hover-bg-secondary-80:hover{background-color:rgba(var(--newscast-secondary),.8)}.newscast-hover-opacity-100:hover{opacity:1}.newscast-hover-text-blue-800:hover{color:#1e40af}.newscast-disabled-pointer-events-none:disabled{pointer-events:none}.newscast-disabled-opacity-50:disabled{opacity:.5}.newscast-pointer-events-none{pointer-events:none}.newscast-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.newscast-touch-none{touch-action:none}.newscast-focus-outline-none:focus{outline:none}.newscast-focus-ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.newscast-focus-ring-offset-2:focus{--tw-ring-offset-width: 2px}.newscast-focus-ring-ring:focus{--tw-ring-color: var(--newscast-ring)}.newscast-focus-visible-ring-4:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.newscast-focus-visible-outline-1:focus-visible{outline-width:1px}.newscast-focus-visible-ring-ring:focus-visible{--tw-ring-color: var(--newscast-ring)}.newscast-focus-visible-border-ring:focus-visible{border-color:var(--newscast-ring)}.newscast-focus-visible-ring-ring-50:focus-visible{--tw-ring-color: rgba(var(--newscast-ring), .5)}.newscast-focus-visible-ring-3:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.newscast-focus-visible-ring-destructive-20:focus-visible{--tw-ring-color: rgba(var(--newscast-destructive), .2)}.newscast-dark-focus-visible-ring-destructive-40:focus-visible{--tw-ring-color: rgba(var(--newscast-destructive), .4)}.newscast-focus-outline-hidden:focus{outline:none}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}
