body.mobile-menu-open{overflow:hidden}.mobile-menu-backdrop{position:fixed;top:56px;left:0;right:0;bottom:0;background-color:#000000bf;z-index:40;opacity:0;pointer-events:none;transition:opacity .25s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-menu-backdrop[data-state=open]{opacity:1;pointer-events:all}.mobile-menu-panel{position:fixed;top:56px;left:0;bottom:0;width:80%;max-width:320px;background-color:var(--background);z-index:50;transform:translate(-100%);transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;border-right:1px solid var(--border);box-shadow:0 4px 20px #00000026;overflow-y:auto}.mobile-menu-panel[data-state=open]{transform:translate(0)}.mobile-menu-header{padding:1.25rem;border-bottom:1px solid rgba(var(--border),.2);background-color:rgba(var(--primary),.03)}.mobile-menu-footer{padding:1.25rem;border-top:1px solid rgba(var(--border),.2);background-color:rgba(var(--muted),.1)}.mobile-menu-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-bottom:.5rem;border-radius:.5rem;color:var(--foreground);transition:all .2s ease;font-weight:500}.mobile-menu-item:hover,.mobile-menu-item:active{background-color:rgba(var(--primary),.08);transform:translate(2px)}.mobile-menu-item .icon{width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center;color:var(--foreground)}.mobile-menu-user{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.mobile-menu-user-avatar{width:3.5rem;height:3.5rem;border-radius:9999px;background-color:rgba(var(--primary),.1);display:flex;align-items:center;justify-content:center;color:var(--primary);font-weight:700;border:2px solid rgba(var(--primary),.2)}@media (min-width: 768px){.mobile-menu-backdrop,.mobile-menu-panel{top:60px}.mobile-menu-backdrop,.mobile-menu-panel{display:none!important}}@media (min-width: 1024px){.mobile-menu-backdrop,.mobile-menu-panel{top:64px}}.header{position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid rgba(var(--border),.4);background-color:#fff;box-shadow:0 1px 2px #0000000d;height:56px;transition:height .3s ease}.header-content{display:flex;height:100%;align-items:center;justify-content:space-between;padding-left:1rem;padding-right:1rem;max-width:1800px;margin:0 auto;transition:padding .3s ease}.site-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.site-logo img{height:2rem;width:2rem;transition:height .3s ease,width .3s ease}.site-name{font-size:1.25rem;font-weight:600;color:var(--foreground)}.header-actions{display:flex;align-items:center;gap:.5rem;transition:gap .3s ease}.header-icon-button{display:flex;align-items:center;justify-content:center;height:2.5rem;width:2.5rem;border-radius:.5rem;color:var(--foreground);background-color:transparent;transition:all .2s ease}.header-icon-button:hover{background-color:rgba(var(--muted),.2)}.header-icon-button svg{height:1.25rem;width:1.25rem}.menu-button{background-color:rgba(var(--primary),.05);border-radius:.5rem}.menu-button:hover{background-color:rgba(var(--primary),.1)}.user-profile-button{border-radius:50%;overflow:hidden}.user-profile-avatar{height:2.25rem;width:2.25rem;background-color:rgba(var(--primary),.1);border-radius:50%;display:flex;align-items:center;justify-content:center}.notification-wrapper{position:relative}.auth-buttons{display:flex;gap:.5rem}.auth-buttons .btn{font-weight:500;letter-spacing:-.02em}.info-panel{border-radius:.5rem;border:1px solid hsl(var(--border));background-color:hsl(var(--card));box-shadow:0 1px 3px #0000000d;overflow:hidden}.info-panel-header{padding:1rem 1.25rem;border-bottom:1px solid hsl(var(--border))}.info-panel-title{font-size:1.25rem;font-weight:600;line-height:1.5;color:hsl(var(--foreground))}.info-panel-content{padding:1.25rem}.info-panel-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid hsl(var(--border) / .5)}.info-panel-row:last-child{border-bottom:none}.info-panel-label{font-size:1rem;font-weight:500;color:hsl(var(--foreground));margin-bottom:.25rem}.info-panel-value{font-size:1rem;color:hsl(var(--muted-foreground))}.info-panel-value-highlight{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground))}.info-panel-icon{height:1.25rem;width:1.25rem;color:hsl(var(--muted-foreground));flex-shrink:0}.info-panel-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.metadata-id{font-family:monospace;background-color:hsl(var(--muted) / .3);padding:.5rem;border-radius:.25rem;font-size:.875rem;overflow-wrap:break-word;word-break:break-all;border:1px solid hsl(var(--border) / .8)}.status-badge{display:inline-flex;font-size:.875rem;padding:.25rem .5rem;border-radius:9999px}.status-badge-active{background-color:hsl(var(--primary) / .1);color:hsl(var(--primary));border:1px solid hsl(var(--primary) / .2)}.status-badge-inactive{background-color:hsl(var(--muted) / .3);color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border))}@media (min-width: 768px){.info-panel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}@media (max-width: 640px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}}@media (min-width: 768px){.page-header{padding:1.5rem 2rem;margin-bottom:1.5rem}}@media (min-width: 1024px){.page-header{padding:2rem 3rem;margin-bottom:2rem}}@media (min-width: 1440px){.page-header{padding:2.5rem 4rem}}.floating-action-bar{position:fixed;bottom:0;left:0;right:0;background-color:hsl(var(--background));padding:.75rem 1rem;border-top:1px solid hsl(var(--border));box-shadow:0 -4px 10px #0000000d;z-index:50;animation:slide-up .3s ease-out;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.floating-action-button{min-height:2.5rem;flex:1;font-weight:500}.floating-button-icon{margin-right:.5rem;animation:pulse 2s infinite}@keyframes float-in{0%{opacity:0;transform:translateY(1rem) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.dashboard-grid{display:grid;gap:.75rem;width:100%;padding:0 .5rem}.dashboard-grid{grid-template-columns:1fr}@media (min-width: 768px){.dashboard-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:0 .75rem}.dashboard-grid>:nth-child(2){grid-column:1 / -1}}@media (min-width: 1024px){.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:minmax(0,1fr);gap:.75rem;padding:0 .75rem;height:calc(100% - .75rem)}.dashboard-grid>:nth-child(1),.dashboard-grid>:nth-child(2),.dashboard-grid>:nth-child(3){grid-column:span 1;overflow:hidden;display:flex;flex-direction:column;min-height:0}}@media (min-width: 1440px){.dashboard-grid{gap:.875rem;padding:0 1rem}}.dashboard-welcome{margin-bottom:.75rem;padding:1rem;border-radius:.5rem;background-color:var(--card);border:1px solid rgba(var(--border),.2)}@media (min-width: 768px){.dashboard-welcome{padding:1.25rem;margin-bottom:.75rem;margin-left:.75rem;margin-right:.75rem}}@media (min-width: 1024px){.page-container{height:100vh;max-height:100vh;display:flex;flex-direction:column;overflow:hidden}.dashboard-welcome{flex-shrink:0;margin-bottom:.5rem}.dashboard-grid{flex:1;max-height:calc(100vh - 95px);overflow:hidden}.notification-list{flex:1;overflow-y:auto;min-height:0;padding-right:.5rem}.notification-item.neo-profile-card{margin-bottom:.5rem;padding:.75rem;transition:transform .2s ease}.notification-item.neo-profile-card:hover{transform:translateY(-3px)}}.chart-bar-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;gap:.25rem}.chart-bar{width:100%;max-width:2rem;background-color:var(--primary);border-radius:.25rem;opacity:.8;transition:height .3s ease,opacity .3s ease;height:var(--chart-height, 3%);min-height:3%}.chart-bar-wrapper:hover .chart-bar{opacity:1}.chart-label{font-size:.7rem;color:var(--muted-foreground);text-align:center}.pie-chart-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;min-height:150px}.pie-chart-wrapper{position:relative;width:150px;height:150px;display:flex;align-items:center;justify-content:center}.legend-item{display:flex;align-items:center;gap:.25rem;font-size:.75rem}@media (max-height: 800px) and (min-width: 1024px){.dashboard-welcome{margin-bottom:.5rem;padding:.75rem 1.5rem}.notification-item{padding:.5rem;margin-bottom:.5rem}.notification-item-title{font-size:.875rem}.notification-item-content{font-size:.75rem}}.chart-bar[data-height="3"]{height:3%}.chart-bar[data-height="5"]{height:5%}.chart-bar[data-height="10"]{height:10%}.chart-bar[data-height="15"]{height:15%}.chart-bar[data-height="20"]{height:20%}.chart-bar[data-height="25"]{height:25%}.chart-bar[data-height="30"]{height:30%}.chart-bar[data-height="35"]{height:35%}.chart-bar[data-height="40"]{height:40%}.chart-bar[data-height="45"]{height:45%}.chart-bar[data-height="50"]{height:50%}.chart-bar[data-height="55"]{height:55%}.chart-bar[data-height="60"]{height:60%}.chart-bar[data-height="65"]{height:65%}.chart-bar[data-height="70"]{height:70%}.chart-bar[data-height="75"]{height:75%}.chart-bar[data-height="80"]{height:80%}.chart-bar[data-height="85"]{height:85%}.chart-bar[data-height="90"]{height:90%}.chart-bar[data-height="95"]{height:95%}.chart-bar[data-height="100"]{height:100%}.chart-bar:not([data-height="3"]):not([data-height="5"]):not([data-height="10"]):not([data-height="15"]):not([data-height="20"]):not([data-height="25"]):not([data-height="30"]):not([data-height="35"]):not([data-height="40"]):not([data-height="45"]):not([data-height="50"]):not([data-height="55"]):not([data-height="60"]):not([data-height="65"]):not([data-height="70"]):not([data-height="75"]):not([data-height="80"]):not([data-height="85"]):not([data-height="90"]):not([data-height="95"]):not([data-height="100"]){height:var(--chart-height, 3%)}.source-bubble{border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;transition:transform .2s ease}.source-bubble:hover{transform:scale(1.05)}.notification-list{display:flex;flex-direction:column;width:100%}.notification-list-compact{gap:.125rem}@media (min-width: 768px){.notification-list{gap:.25rem}.notification-list-compact{gap:.125rem}}.notification-preview{display:block;padding:.625rem .5rem;border-radius:.375rem;transition:background-color .15s ease;text-decoration:none;color:inherit}.notification-preview:hover{background-color:rgba(var(--muted),.1)}.notification-preview.unread{background-color:rgba(var(--primary),.05)}.notification-preview-content{display:flex;flex-direction:column;gap:.25rem}.notification-preview-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.notification-preview-title{font-size:.875rem;font-weight:500;line-height:1.25;margin:0;flex:1;color:var(--foreground);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.notification-preview-meta{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center;flex-shrink:0}.notification-preview-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.25rem}.notification-preview-time{font-size:.7rem;color:var(--muted-foreground)}.notification-source-tag{font-size:.625rem;padding:.125rem .25rem;border-radius:.25rem;background-color:rgba(var(--muted),.15);color:var(--muted-foreground);white-space:nowrap;font-weight:500}.notification-tag{font-size:.625rem;padding:.125rem .25rem;border-radius:.25rem;background-color:rgba(var(--primary),.1);color:var(--primary);white-space:nowrap;font-weight:500}.notification-item{padding:.75rem .5rem;transition:background-color .15s ease;border-bottom:1px solid rgba(var(--border),.1)}.notification-item:last-child{border-bottom:none}.notification-item:hover{background-color:rgba(var(--muted),.15)}.notification-content-wrapper{display:flex;flex-direction:column;gap:.25rem}.notification-item-header{display:flex;align-items:flex-start;gap:.5rem}.notification-title-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-right:.5rem}.notification-item-title{font-weight:500;font-size:.875rem;line-height:1.25;margin:0;flex-grow:1}.notification-time{font-size:.75rem;color:var(--muted-foreground);white-space:nowrap;margin-left:auto}.notification-item-content{font-size:.75rem;color:var(--muted-foreground);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notification-item-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.25rem}.notification-source{display:inline-flex;align-items:center;padding:.125rem .375rem;border-radius:.25rem;font-size:.625rem;font-weight:500}.notification-actions{display:flex;align-items:center;gap:.25rem}@media (min-width: 768px){.notification-item{padding:.625rem .75rem}.notification-item-content{font-size:.8125rem}.notification-source,.notification-tag{font-size:.6875rem}}@media (min-width: 1024px){.notification-item{padding:.625rem 1rem}.notification-item-title{font-size:.9375rem}.notification-preview{padding:.625rem .75rem}.notification-preview-title{font-size:.9375rem}}.notification-item.neo-profile-card{box-shadow:none;border:none;margin-bottom:0;padding:.625rem .5rem}.notification-item.neo-profile-card:hover{transform:none}@media (min-width: 1024px){.dashboard-action-button{min-width:12rem;height:2.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease}.dashboard-action-button:hover{transform:translateY(-2px)}}@media (max-width: 767px){.page-container{height:auto;overflow-y:auto}.dashboard-grid{display:flex;flex-direction:column;gap:.75rem;height:auto;overflow:visible;padding-bottom:1.5rem}.notification-list{overflow:visible!important;height:auto!important}.activity-chart,.source-chart{min-height:140px;margin:.75rem 0}}@media (min-width: 1024px) and (max-width: 1279px){.dashboard-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}}@media (min-width: 900px) and (max-width: 1023px){.dashboard-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}}@media (min-width: 1800px){.dashboard-grid{grid-template-columns:repeat(3,1fr);gap:.875rem;padding:0 1.5rem}}.dashboard-notification-source{font-size:.8125rem;color:var(--primary-foreground);background-color:var(--primary);padding:.125rem .5rem;border-radius:.25rem;font-weight:500;display:inline-block}.dashboard-notification-subscription-name{font-size:.75rem;color:var(--muted-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}@media (min-width: 1024px){.dashboard-notification-subscription-name{max-width:150px}}.dashboard-chart-container{width:100%;min-height:140px;display:flex;align-items:center;justify-content:center}.chart-container{width:100%;min-height:150px;height:100%;display:flex;align-items:center;justify-content:center;padding:.25rem 0}.dashboard-bar-chart{display:flex;width:100%;height:100%;min-height:150px;align-items:flex-end;justify-content:space-between;gap:2px;padding:0 .25rem}.dashboard-bar-item{display:flex;flex-direction:column;align-items:center;gap:1px}.dashboard-bar{width:2rem;border-radius:.25rem .25rem 0 0;transition:all .2s ease}.dashboard-bar:hover{opacity:.9}.dashboard-bar-label{font-size:.75rem;color:var(--muted-foreground)}.dashboard-pie-container{display:flex;justify-content:center;padding:.5rem 0;position:relative;height:100%;min-height:150px}.dashboard-pie-chart{display:flex;align-items:center;gap:1.5rem}.dashboard-pie-bubble{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.75rem;border-radius:9999px;transition:transform .2s ease}.dashboard-pie-bubble:hover{opacity:.9;transform:scale(1.05)}.dashboard-pie-label{font-size:.75rem;margin-top:.5rem;color:var(--muted-foreground);max-width:5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.dashboard-mobile-refresh{display:flex;justify-content:center;margin-top:1.25rem}@media (min-width: 1024px){.dashboard-mobile-refresh{display:none}}.dashboard-refresh-button{width:12rem}@media (min-width: 1024px){.dashboard-panel{display:flex;flex-direction:column;max-height:100%;overflow:hidden}.dashboard-panel-header{flex-shrink:0}.dashboard-panel-content{flex:1;overflow:auto;display:flex;flex-direction:column;min-height:0}.dashboard-panel-footer{flex-shrink:0}}@media (max-height: 800px) and (min-width: 1024px){.dashboard-panel-title{font-size:1rem}.dashboard-panel-description{font-size:.75rem}}.dashboard-panel{display:flex;flex-direction:column;height:100%;border-radius:.5rem;background-color:var(--card);transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a;overflow:hidden}@media (min-width: 1024px){.dashboard-panel{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}}.dashboard-panel:hover{border-color:rgba(var(--primary),.2);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.dashboard-panel-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem .875rem;border-bottom:1px solid rgba(var(--border),.1)}@media (min-width: 768px){.dashboard-panel-header{padding:.75rem 1rem;align-items:center}}@media (min-width: 1024px){.dashboard-panel-header{padding:.875rem 1.25rem}}.dashboard-panel-title{font-size:1rem;font-weight:600;color:var(--foreground);display:flex;align-items:center;gap:.5rem}@media (min-width: 768px){.dashboard-panel-title{font-size:1.125rem}}@media (min-width: 1024px){.dashboard-panel-title{font-size:1.25rem}}.dashboard-panel-title svg{color:var(--primary)}.dashboard-panel-description{font-size:.875rem;color:var(--muted-foreground);margin-top:.125rem}.dashboard-panel-content{flex:1;padding:.375rem .5rem;overflow-y:auto}@media (min-width: 768px){.dashboard-panel-content{padding:.5rem .75rem}}@media (min-width: 1024px){.dashboard-panel-content{padding:.625rem 1rem;scrollbar-width:thin;scrollbar-color:rgba(var(--muted),.3) transparent}.dashboard-panel-content::-webkit-scrollbar{width:6px}.dashboard-panel-content::-webkit-scrollbar-track{background:transparent}.dashboard-panel-content::-webkit-scrollbar-thumb{background-color:rgba(var(--muted),.3);border-radius:3px}}.dashboard-panel:nth-child(2) .dashboard-panel-content{overflow:hidden}.dashboard-panel-footer{padding:.5rem .875rem;border-top:1px solid rgba(var(--border),.1);font-size:.75rem;color:var(--muted-foreground)}@media (min-width: 768px){.dashboard-panel-footer{padding:.5rem 1rem}}@media (min-width: 1024px){.dashboard-panel-footer{padding:.625rem 1.25rem;display:flex;justify-content:space-between;align-items:center}}.panel-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:10rem;text-align:center;color:var(--muted-foreground);padding:1rem}.panel-loading svg{color:var(--primary);opacity:.5;margin-bottom:.625rem}.panel-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:10rem;text-align:center;color:var(--muted-foreground);padding:1rem}.panel-empty svg{color:var(--muted-foreground);margin-bottom:.625rem}.panel-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:10rem;text-align:center;color:var(--destructive);padding:1rem}.panel-error svg{color:var(--destructive);opacity:.7;margin-bottom:.625rem}.debug-panel{margin-top:1.5rem;padding:1rem;border-radius:.375rem;border:1px solid rgba(var(--border),.2);background-color:var(--background)}.debug-content{font-size:.75rem;font-family:monospace;white-space:pre-wrap;background-color:var(--muted);padding:.75rem;border-radius:.25rem;max-height:20rem;overflow-y:auto}@media (max-width: 767px){.dashboard-panel{height:auto!important;min-height:auto;max-height:none!important;overflow:visible!important}.dashboard-panel-content{flex:0 1 auto;overflow:visible!important;height:auto!important;max-height:none!important}.dashboard-panel-content{overflow:visible!important;height:auto!important}}.profile-panel{display:flex;flex-direction:column;height:100%}.profile-avatar-container{display:flex;align-items:center;gap:1rem;padding:.375rem 0;margin-bottom:.75rem}.profile-avatar{height:3.75rem;width:3.75rem;border-radius:9999px;background-color:rgba(var(--primary),.1);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.profile-info{flex:1;min-width:0}.profile-name{font-weight:600;font-size:1.125rem;color:var(--foreground)}.profile-email{font-size:.875rem;color:var(--muted-foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.profile-summary{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.25rem}.profile-summary-header{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--foreground)}.profile-summary-content{border:1px solid rgba(var(--border),.2);border-radius:.5rem;padding:.625rem;background-color:rgba(var(--muted),.1)}.profile-detail-row{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:.3125rem 0;font-size:.875rem}.profile-detail-row:not(:last-child){border-bottom:1px solid rgba(var(--border),.1)}.profile-detail-label{color:var(--muted-foreground)}.profile-detail-value{font-weight:500;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-actions{margin-top:auto;padding-top:.625rem}.profile-action-button{width:100%;padding:.5rem 1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;background-color:var(--background);border:1px solid rgba(var(--border),.2);border-radius:.375rem;color:var(--foreground);font-weight:500;transition:all .2s ease;text-decoration:none;height:2.25rem;cursor:pointer}.profile-action-button:hover{background-color:rgba(var(--muted),.1);border-color:rgba(var(--primary),.3);color:var(--primary);text-decoration:none}.profile-last-session{font-size:.75rem;color:var(--muted-foreground);text-align:center}.dashboard-debug-panel{margin-top:.375rem;overflow:auto}@media (min-width: 1024px){.dashboard-debug-panel{position:absolute;bottom:1rem;right:1rem;max-width:24rem;max-height:24rem}}.dashboard-debug-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width: 768px){.dashboard-debug-grid{grid-template-columns:repeat(2,1fr)}}.dashboard-debug-section{margin-bottom:.75rem}.dashboard-debug-title{font-size:1.125rem;font-weight:500;margin-bottom:.375rem}.dashboard-debug-subtitle{font-weight:600;margin-bottom:.375rem}.dashboard-debug-toggle{margin-top:.75rem;text-align:center}.neo-profile-card{position:relative;border-radius:8px;overflow:hidden;transition:transform .3s ease-in-out}.neo-profile-card:hover{transform:translateY(-8px)}.neo-profile-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid rgba(0,0,0,.85);border-radius:8px;box-shadow:5px 5px #000000bf;pointer-events:none;z-index:10;transition:box-shadow .3s ease}.neo-profile-card:hover:after{box-shadow:7px 7px #000000bf}.neo-profile-title{font-size:1.25rem;font-weight:700;position:relative;display:inline-block;margin-bottom:.5rem}.neo-profile-title:after{content:"";position:absolute;height:6px;width:50%;background-color:#00000014;left:0;bottom:0;z-index:-1}.neo-profile-description{font-size:.875rem;color:#000000b3;line-height:1.5}.neo-section-title{font-size:2.5rem;font-weight:800;position:relative;display:inline-block;margin-bottom:1rem}.neo-section-title:after{content:"";position:absolute;height:.75rem;width:60%;background-color:#00000014;left:0;bottom:.25rem;z-index:-1}.neo-section-description{font-size:1.125rem;max-width:36rem;margin-left:auto;margin-right:auto;line-height:1.6}.neo-steps-section{position:relative;padding:6rem 0;margin-bottom:5rem;border-radius:1rem;overflow:hidden;background-image:linear-gradient(to bottom right,#2e3191,#1e3a8a,#312e81);box-shadow:6px 6px #0003;border:1px solid rgba(255,255,255,.1)}.neo-step-number{position:relative;width:4rem;height:4rem;background-color:#fff;color:#1e3a8a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:3px 3px #0000004d;border:1px solid rgba(0,0,0,.2);transition:all .2s ease;z-index:10}.neo-step:hover .neo-step-number{transform:translateY(-5px) rotate(-5deg);box-shadow:5px 5px #0003}.neo-step-title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.75rem;position:relative;display:inline-block;text-shadow:2px 2px 0 rgba(0,0,0,.2)}.neo-step-description{background-color:#ffffff1a;padding:1rem;border-radius:.5rem;color:#ffffffe6;font-size:.875rem;max-width:15rem;margin:0 auto;border:1px solid rgba(255,255,255,.2);box-shadow:2px 2px #0000001a;transition:all .2s ease}.neo-step:hover .neo-step-description{transform:translateY(-3px);box-shadow:3px 3px #0003}.neo-step-line{position:absolute;top:2rem;left:50%;height:2px;width:100%;background:linear-gradient(to right,transparent,rgba(255,255,255,.6),rgba(255,255,255,.3));z-index:1}.neo-steps-badge{background-color:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.25rem .75rem;border-radius:.375rem;font-weight:500;margin-bottom:1.5rem;display:inline-block;box-shadow:2px 2px #0000001a;text-shadow:1px 1px 0 rgba(0,0,0,.2)}@media (max-width: 768px){.neo-profile-content{width:95%;padding:1rem}.neo-section-title{font-size:2rem}.neo-section-description{font-size:1rem}.neo-step-number{width:3.5rem;height:3.5rem;font-size:1.25rem}.neo-step-line{display:none}}@media (max-width: 480px){.neo-profile-card:after{box-shadow:4px 4px #000000bf}.neo-profile-card:hover:after{box-shadow:5px 5px #000000bf}}.btn-neobrutalism-dashboard{background-color:#222;color:#fff;font-weight:600;border:2px solid rgba(0,0,0,.85);border-radius:8px;box-shadow:5px 5px #000000bf;transition:all .2s ease;padding:.75rem 1.5rem;text-align:center}.btn-neobrutalism-dashboard:hover{background-color:#333;transform:translateY(-2px);box-shadow:6px 6px #000000bf}.btn-neobrutalism-dashboard:active{transform:translateY(0);box-shadow:4px 4px #000000bf}.neo-solution-number{position:relative;display:inline-block;font-size:1.25rem;font-weight:700;color:#000;background:#ffeb3b;padding:.25rem .75rem;border:2px solid #000;border-radius:4px;box-shadow:3px 3px #000000bf;transform:rotate(-2deg);margin-bottom:.75rem;z-index:1}.neo-solution-title{position:relative;font-weight:700;z-index:1}.neo-solution-title:after{content:"";position:absolute;height:8px;width:40%;background-color:#00000014;left:0;bottom:4px;z-index:-1}.neo-solution-image{border:2px solid rgba(0,0,0,.85);border-radius:8px;box-shadow:5px 5px #0009;transition:transform .3s ease,box-shadow .3s ease}.neo-solution-image:hover{transform:translate(-3px,-3px);box-shadow:8px 8px #00000080}.neo-solution-link{position:relative;font-weight:600;display:inline-flex;align-items:center;color:#000;text-decoration:none;padding:.25rem 0;overflow:hidden}.neo-solution-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#000;transform:scaleX(.3);transform-origin:left;transition:transform .3s ease}.neo-solution-link:hover:after{transform:scaleX(1)}.neo-cta-section{position:relative;text-align:center;border-radius:1.5rem;overflow:hidden;border:2px solid rgba(0,0,0,.9);box-shadow:6px 6px #000c;transition:transform .3s ease,box-shadow .3s ease}.neo-cta-section:hover{transform:translate(-2px,-2px);box-shadow:8px 8px #000000b3}.neo-cta-title{font-size:2.5rem;font-weight:800;color:#000;text-shadow:1px 1px 0 rgba(255,255,255,.5);margin-bottom:1rem}.neo-cta-description{font-size:1.25rem;font-weight:600;color:#000;max-width:36rem;margin:0 auto 2rem;text-shadow:1px 1px 0 rgba(255,255,255,.5)}@media (max-width: 768px){.neo-cta-title{font-size:1.75rem}.neo-cta-description{font-size:1rem}}footer{background-color:var(--background);border-top:1px solid var(--border)}footer h2{font-size:1.5rem;font-weight:600}footer h3{font-size:1.125rem;font-weight:600}.footer-logo-container{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.footer-logo-icon{background-color:var(--primary);border-radius:.5rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.footer-logo-icon svg{color:#fff;width:1.25rem;height:1.25rem}.footer-social-links{display:flex;gap:1rem;margin-top:1.5rem}.footer-social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:var(--muted);border-radius:9999px;transition:background-color .2s ease}.footer-social-link:hover{background-color:var(--primary-light)}.footer-social-link svg{width:1.25rem;height:1.25rem}.footer-nav-list{list-style-type:none;padding:0;margin:0}.footer-nav-item{margin-bottom:.75rem}.footer-nav-link{color:var(--muted-foreground);text-decoration:none;transition:color .2s ease}.footer-nav-link:hover{color:var(--primary)}.footer-bottom{border-top:1px solid var(--border);padding-top:1.5rem;margin-top:3rem}.footer-bottom-links{display:flex;flex-wrap:wrap;gap:1.5rem}.footer-bottom-link{color:var(--muted-foreground);text-decoration:none}.footer-bottom-link:hover{color:var(--primary)}@media (max-width: 768px){.footer-bottom{text-align:center;display:flex;flex-direction:column;gap:1rem}.footer-bottom-links{justify-content:center}}.app-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100vw;background-color:#f8fafc;position:fixed;top:0;left:0;z-index:9999}.loading-spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite;margin-bottom:15px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-banner{background-color:#ffebee;color:#c62828;padding:10px 15px;display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;width:100%;box-sizing:border-box;box-shadow:0 2px 4px #0000001a}.error-banner button{background-color:transparent;border:1px solid #c62828;color:#c62828;padding:5px 10px;cursor:pointer;border-radius:4px;font-size:.8rem}.error-banner button:hover{background-color:#ffcdd2}:root{--admin-accent: #dc2626;--admin-accent-light: #fee2e2;--admin-accent-border: #ef4444;--admin-accent-hover: #b91c1c;--admin-accent-bg: #fef2f2}.admin-page-header{border-bottom:2px solid var(--admin-accent-border);padding-bottom:.75rem;margin-bottom:1.5rem}.admin-page-header h1{color:var(--admin-accent);font-weight:700}.admin-page-header p{color:#4b5563}.admin-content{border-top:3px solid var(--admin-accent)}.admin-card{border:1px solid rgba(0,0,0,.1);border-left:3px solid var(--admin-accent);transition:all .2s}.admin-card:hover{border-color:var(--admin-accent-border);box-shadow:0 4px 12px #0000000d}.admin-card-title{color:var(--admin-accent);font-weight:600}.admin-btn{background-color:var(--admin-accent);color:#fff;font-weight:500;padding:.5rem 1rem;border-radius:.375rem;transition:background-color .2s}.admin-btn:hover{background-color:var(--admin-accent-hover)}.admin-btn-outline{background-color:transparent;border:1px solid var(--admin-accent);color:var(--admin-accent)}.admin-btn-outline:hover{background-color:var(--admin-accent-bg)}.admin-sidebar{border-right:2px solid var(--admin-accent-border);background-color:#fff}.admin-menu-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:.375rem;color:var(--admin-accent);font-size:.875rem;transition:background-color .2s,color .2s}.admin-menu-item:hover{background-color:var(--admin-accent-light)}.admin-menu-item.active{background-color:var(--admin-accent-bg);font-weight:500}.admin-badge{font-size:.75rem;background-color:var(--admin-accent);color:#fff;padding:.125rem .5rem;border-radius:9999px;font-weight:500}.main-layout{height:100vh;background-color:var(--background);color:var(--foreground);display:flex;flex-direction:column;overflow:hidden}.layout-container{display:flex;flex-grow:1;width:100%;height:100%;position:relative;overflow:hidden}.dashboard-content{flex:1;overflow-y:auto;padding:1rem;width:100%;height:100%;overflow-x:hidden}.sidebar-container{height:100%;overflow:hidden;position:sticky;top:0;flex-shrink:0;width:0}.sidebar{display:flex;flex-direction:column;width:100%;height:100%;background-color:#fff;border-right:1px solid rgba(var(--border),.4);z-index:40;overflow:hidden}.no-sidebar-overflow{overflow-y:hidden!important;overflow-x:hidden!important}.sidebar-section{padding:1rem;border-bottom:1px solid rgba(var(--border),.2)}.sidebar-menu{flex:1;padding:1rem;overflow-y:hidden;overflow-x:hidden}.sidebar-footer{padding:1rem;border-top:1px solid rgba(var(--border),.2)}.menu-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:.375rem;color:var(--muted-foreground);font-size:.875rem;transition:background-color .2s,color .2s}.menu-item:hover{background-color:rgba(var(--primary),.1);color:var(--primary)}.menu-icon{display:flex;align-items:center;justify-content:center;width:1.25rem;color:inherit}.mobile-menu-open{overflow:hidden}.mobile-menu-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:45;opacity:1;transition:opacity .2s ease}.mobile-menu-backdrop[data-state=closed]{opacity:0}.mobile-menu-panel{position:fixed;top:0;right:0;bottom:0;width:80%;max-width:320px;background-color:#fff;z-index:50;display:flex;flex-direction:column;transform:translate(0);transition:transform .3s cubic-bezier(.16,1,.3,1);box-shadow:-2px 0 10px #0000001a}.mobile-menu-panel[data-state=closed]{transform:translate(100%)}.mobile-menu-header{padding:1rem;border-bottom:1px solid rgba(var(--border),.4)}.mobile-menu-content{flex:1;padding:1rem;overflow-y:auto}.mobile-menu-footer{padding:1rem;border-top:1px solid rgba(var(--border),.4)}.mobile-menu-item{display:flex;align-items:center;padding:.75rem .5rem;margin-bottom:.25rem;border-radius:.375rem;color:var(--foreground);transition:background-color .2s}.mobile-menu-item:hover{background-color:rgba(var(--muted),.3)}.mobile-menu-user{display:flex;align-items:center;gap:.75rem}.mobile-menu-user-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background-color:var(--secondary);display:flex;align-items:center;justify-content:center;overflow:hidden}@media (min-width: 768px){.page-container{padding:1rem}.layout-container{padding-left:0;padding-right:0}.main-content{padding:1.5rem;overflow-y:hidden;overflow-x:hidden}.sidebar-section{padding:1.5rem}.dashboard-content{padding:1.5rem 0 1.5rem 1.5rem;height:100%}.sidebar{width:14rem;overflow:hidden}.sidebar-container{width:14rem}}@media (min-width: 1024px){.layout-container{padding-left:0;padding-right:0}.dashboard-content{padding:1.5rem 0 1.5rem 1.5rem}}.dashboard-grid{display:grid;gap:1rem;width:100%}@media (min-width: 768px){.dashboard-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width: 1024px){.dashboard-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (min-width: 1440px){.layout-container{padding-left:0;padding-right:0}.dashboard-content{padding:2rem 0 2rem 2rem}}.no-x-overflow{overflow-x:hidden}.card-grid{display:grid;gap:1rem;width:100%}.subscription-grid{display:grid;gap:1.5rem;width:100%;grid-template-columns:repeat(1,1fr)}@media (min-width: 768px){.subscription-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}.dashboard-content{padding:1.5rem 2rem}}@media (min-width: 1024px){.subscription-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.dashboard-content{padding:2rem 3rem}}@media (min-width: 1440px){.subscription-grid{grid-template-columns:repeat(4,1fr);gap:2rem}.dashboard-content{padding:2.5rem 4rem}}@media (min-width: 1024px){.subscriptions-page-desktop{display:flex;gap:2rem;height:100%}.subscriptions-actions{display:flex;gap:1rem;align-items:center}.subscription-list-view .subscription-grid{display:flex;flex-direction:column;gap:1rem}.subscription-list-view .subscription-card{flex-direction:row;align-items:stretch;height:auto;margin-bottom:1rem}.subscription-list-view .subscription-card-header{border-bottom:none;border-right:1px solid hsl(var(--border) / .1);padding:1.5rem;width:25%;flex-shrink:0;display:flex;flex-direction:column;justify-content:center}.subscription-list-view .subscription-card-body{padding:1.5rem;width:50%;flex-shrink:0;overflow:hidden}.subscription-list-view .subscription-card-footer{border-top:none;border-left:1px solid hsl(var(--border) / .1);padding:1.5rem;width:25%;flex-shrink:0;display:flex;flex-direction:column;justify-content:center}.subscription-list-grid{display:flex;flex-direction:column;gap:1rem}.subscription-card-list{display:flex;flex-direction:row;align-items:stretch;height:auto}.subscription-card-list .subscription-card-header{border-bottom:none;border-right:1px solid hsl(var(--border) / .1);padding:1.5rem;width:25%;flex-shrink:0;flex-direction:column;justify-content:center}.subscription-card-list .subscription-card-header-row{flex-direction:column;align-items:flex-start;gap:1rem}.subscription-card-list .subscription-card-body{padding:1.5rem;width:50%;flex-shrink:0;overflow:hidden}.subscription-card-list .subscription-description{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.subscription-card-list .subscription-card-footer{border-top:none;border-left:1px solid hsl(var(--border) / .1);padding:1.5rem;width:25%;flex-shrink:0;display:flex;flex-direction:column;justify-content:center}}.section-spacing{margin-bottom:2rem}.content-box{padding:1.5rem;background-color:var(--card);border-radius:.5rem;border:1px solid var(--border)}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-center{display:flex;justify-content:center;align-items:center}.flex-column{display:flex;flex-direction:column}.main-content{flex:1;width:100%;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.btn{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:.375rem;font-size:.875rem;font-weight:500;height:2.25rem;padding-left:1rem;padding-right:1rem;transition:all .2s;outline:none}.btn:disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.btn:focus-visible{outline:none;ring:1px solid var(--ring)}.btn-icon{display:flex;align-items:center;gap:.5rem}.btn-icon svg{width:1rem;height:1rem;flex-shrink:0}.btn-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:var(--shadow)}.btn-primary:hover{background-color:hsl(var(--primary) / .9)}.btn-black{background-color:#000;color:#fff;box-shadow:var(--shadow)}.btn-black:hover{background-color:#333}.btn-black:active{background-color:#000}.btn-google{background-color:#fff;color:#3c4043;border:1px solid #dadce0;box-shadow:0 1px 2px #0000000d;display:flex;align-items:center;justify-content:center;height:2.5rem;width:100%}.btn-google:hover{background-color:#f8f9fa;box-shadow:0 1px 3px #0000001a}.btn-google:active{background-color:#f1f3f4;box-shadow:0 1px 2px #0000000d}.btn-google.btn-icon{gap:12px;width:100%}.btn-google.btn-icon svg{margin-right:0;width:1.25rem;height:1.25rem}@media (min-width: 768px){.btn-google{height:2.75rem;padding:.625rem 1.25rem;font-size:.938rem;width:100%}.btn-google.btn-icon svg{width:1.5rem;height:1.5rem}.btn-google.btn-icon{width:100%;height:2.75rem}}@media (min-width: 1024px){.btn-google{height:3rem;padding:.75rem 1.5rem;font-size:1rem;transition:transform .2s ease;width:100%}.btn-google:hover{transform:translateY(-1px)}.btn-google.btn-icon{width:100%;height:3rem}.btn-google.btn-icon svg{width:1.5rem;height:1.5rem}}.btn-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.btn-secondary:hover{background-color:hsl(var(--secondary) / .9)}.btn-outline{background-color:transparent;border:1px solid hsl(var(--border));color:hsl(var(--foreground))}.btn-outline:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-destructive{border:1px solid hsl(var(--destructive));background-color:hsl(var(--background));color:hsl(var(--destructive))}.btn-destructive:hover{background-color:hsl(var(--destructive) / .1)}.btn-destructive-solid{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.btn-destructive-solid:hover{background-color:hsl(var(--destructive) / .9)}.btn-ghost{background-color:transparent;color:hsl(var(--foreground))}.btn-ghost:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-link{background-color:transparent;color:hsl(var(--primary));height:auto;padding:0}.btn-link:hover{text-decoration:underline}.switch{position:relative;display:inline-flex;height:24px;width:44px;flex-shrink:0;cursor:pointer;border-radius:9999px;border:2px solid transparent;background-color:hsl(var(--input));transition:background-color .2s;align-items:center}.switch[data-state=checked]{background-color:hsl(var(--primary))}.switch-thumb{pointer-events:none;display:block;height:20px;width:20px;border-radius:9999px;background-color:hsl(var(--background));box-shadow:0 2px 4px #0000001a;transition:transform .2s}.switch[data-state=checked] .switch-thumb{transform:translate(20px)}.btn-sm{height:2rem;padding-left:.75rem;padding-right:.75rem;font-size:.75rem}.btn-lg{height:2.5rem;padding-left:1.25rem;padding-right:1.25rem;font-size:1rem}.btn-icon-only{padding:0;width:2.25rem;justify-content:center}.btn-icon-only.btn-sm{width:2rem}.btn-icon-only.btn-lg{width:2.5rem}.btn-full{width:100%;display:block}.btn-google.btn-full{width:100%;display:flex}.btn-new-subscription{white-space:nowrap;min-width:-moz-max-content;min-width:max-content;padding-left:1rem;padding-right:1rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.btn-new-subscription svg{width:1rem;height:1rem;flex-shrink:0}@media (min-width: 768px){.btn-new-subscription{padding-left:1.25rem;padding-right:1.25rem;font-size:.938rem}}@media (min-width: 1024px){.btn-new-subscription{padding-left:1.5rem;padding-right:1.5rem;font-size:1rem}}@media (min-width: 768px){.btn-new-subscription{padding:.625rem 1.25rem;font-size:.938rem}.btn-icon:not(.btn-google){width:2.5rem;height:2.5rem}}@media (min-width: 1024px){.btn-new-subscription{padding:.75rem 1.5rem;font-size:1rem}.btn-icon:not(.btn-google){width:2.75rem;height:2.75rem}.btn-icon:not(.btn-google) svg{width:1.25rem;height:1.25rem}}@media (min-width: 768px){.btn-icon:not(.btn-google){width:2.5rem;height:2.5rem}.btn-google.btn-full{width:100%}}@media (min-width: 1024px){.btn-icon:not(.btn-google){width:2.75rem;height:2.75rem}.btn-icon:not(.btn-google) svg{width:1.25rem;height:1.25rem}.btn-google.btn-full{width:100%}}.neo-brutalism-card{background-color:#fff;border:3px solid #000;box-shadow:6px 6px #000;transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden}.neo-brutalism-card:hover{transform:translate(-3px,-3px);box-shadow:9px 9px #000}.neo-brutalism-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background-color:var(--color-accent, #5D5FEF)}.neo-brutalism-card.time-card:before{background-color:#ff5757}.neo-brutalism-card.info-card:before{background-color:#5d5fef}.neo-brutalism-card.opportunity-card:before{background-color:#00b574}.neo-brutalism-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#000;border-radius:4px;margin-right:12px}.neo-brutalism-icon svg{color:#fff;width:20px;height:20px}.neo-brutalism-title{font-size:1.25rem;font-weight:700;line-height:1.2;display:flex;align-items:center;margin-bottom:12px}.neo-brutalism-content{font-style:italic;padding:0 12px 16px;background:#F9F9F9;border-top:1px dashed #000;border-bottom:1px dashed #000;margin:8px 0 16px}.subscription-card{transition:all .2s ease-in-out;border:1px solid var(--border);border-radius:.5rem;overflow:hidden}.subscription-card:hover{border-color:var(--primary-light);box-shadow:0 4px 12px #0000000d;transform:translateY(-2px)}.subscription-card-active{border-color:var(--success-light)}.subscription-card-inactive{border-color:var(--muted);opacity:.8}.subscription-card-processing{border-color:var(--warning);animation:pulse 2s infinite}.subscription-logo{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:.375rem;background-color:var(--primary-light)}.subscription-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.status-badge{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.status-active{background-color:var(--success-light);color:var(--success)}.status-inactive{background-color:var(--muted-light);color:var(--muted-foreground)}.status-processing{background-color:var(--warning-light);color:var(--warning)}.filter-bar{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;padding:1rem;background-color:var(--card);border-radius:.5rem;border:1px solid var(--border)}.filter-section{display:flex;align-items:center;gap:.5rem}.filter-label{font-size:.875rem;color:var(--muted-foreground)}@media (min-width: 768px){.filter-bar{flex-direction:row;justify-content:space-between;padding:1rem 1.5rem;margin-bottom:2rem}.filter-section{flex:1;justify-content:flex-end}.filter-section:first-child{flex:2;justify-content:flex-start}}@media (min-width: 1024px){.filter-bar{padding:1.25rem 2rem;margin-bottom:2.5rem;gap:1.5rem}.filter-label{font-size:1rem}}.prompt-tag{display:inline-flex;align-items:center;background-color:var(--primary-light);color:var(--primary);font-size:.75rem;padding:.125rem .5rem;border-radius:.25rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prompt-tag-container{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.subscription-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr)}@media (min-width: 1024px){.subscription-grid{grid-template-columns:repeat(3,1fr)}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(var(--warning-rgb),.4)}70%{box-shadow:0 0 0 10px rgba(var(--warning-rgb),0)}to{box-shadow:0 0 0 0 rgba(var(--warning-rgb),0)}}.empty-state{padding:3rem 1.5rem;text-align:center;background-color:var(--card);border-radius:.5rem;border:1px dashed var(--border)}.empty-state-icon{width:3rem;height:3rem;margin:0 auto 1rem;color:var(--muted-foreground)}.empty-state-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.empty-state-text{color:var(--muted-foreground);margin-bottom:1.5rem;max-width:28rem;margin-left:auto;margin-right:auto}.subscription-card{border-radius:.375rem;border:1px solid hsl(var(--border) / .6);background-color:hsl(var(--card));color:hsl(var(--card-foreground));box-shadow:0 1px 2px #0000000d;transition:all .2s;width:100%;margin-bottom:1rem;height:100%;display:flex;flex-direction:column}.subscription-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-color:hsl(var(--primary) / .2)}.subscription-card-header{display:flex;flex-direction:column;padding:1rem 1rem .5rem;gap:.375rem;border-bottom:1px solid hsl(var(--border) / .1)}.subscription-card-header-row{display:flex;justify-content:space-between;align-items:center;width:100%}.subscription-header-left{display:flex;align-items:center;gap:.5rem;flex:1}.subscription-logo{width:2.5rem;height:2.5rem;border-radius:.375rem;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:hsl(var(--primary) / .1);color:hsl(var(--primary));flex-shrink:0}.subscription-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.subscription-title{font-size:1.125rem;font-weight:600;letter-spacing:-.025em;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.subscription-header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.subscription-toggle{scale:.8}@media (min-width: 768px){.subscription-toggle{scale:.9}}.subscription-toggle.active{background-color:#22c55e80}.subscription-card-body{padding:.5rem 1rem;flex:1;display:flex;flex-direction:column}.subscription-description{color:hsl(var(--muted-foreground));margin-bottom:.75rem;font-size:.875rem;line-height:1.4}.subscription-search-terms{margin-bottom:.75rem}.subscription-search-terms-title{font-size:.875rem;font-weight:500;margin-bottom:.375rem}.subscription-term-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.25rem}.subscription-term-tag{display:inline-flex;align-items:center;border-radius:.375rem;border:1px solid hsl(var(--primary) / .1);padding:.125rem .5rem;font-size:.75rem;font-weight:500;background-color:hsl(var(--primary) / .1);color:hsl(var(--primary));max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.subscription-metadata{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem;font-size:.875rem;margin-top:1rem;border-top:1px solid hsl(var(--border) / .1);padding-top:.75rem;margin-top:auto}.subscription-metadata-label{color:hsl(var(--muted-foreground));font-size:.813rem;margin-bottom:.25rem}.subscription-metadata-value{font-weight:500}.subscription-card-footer{padding:.5rem 1rem 1rem;display:flex;flex-direction:column;gap:.5rem;border-top:1px solid hsl(var(--border) / .1);margin-top:auto}.subscription-actions{display:flex;align-items:center;gap:.5rem;width:100%}.subscription-action-process{flex:1;font-size:.875rem;padding:.5rem .75rem;white-space:nowrap;min-width:100px}.subscription-action-process svg{margin-right:.375rem}.subscription-action-edit,.subscription-action-delete{flex-shrink:0;padding:.5rem}.subscription-action-edit svg,.subscription-action-delete svg{width:1rem;height:1rem;flex-shrink:0}.subscription-notification-info{font-size:.75rem;text-align:center;color:hsl(var(--muted-foreground));display:flex;align-items:center;justify-content:center;gap:.25rem;margin-top:.5rem;width:100%}.subscription-notification-info svg{width:.75rem;height:.75rem}@media (min-width: 768px){.subscription-card-header{padding:1.25rem 1.25rem .75rem;flex-direction:row}.subscription-card-body{padding:.75rem 1.25rem}.subscription-card-footer{padding:.75rem 1.25rem 1.25rem;flex-direction:column;align-items:flex-start}.subscription-title{font-size:1.25rem}.subscription-logo{width:2.75rem;height:2.75rem}.subscription-action-process{font-size:.938rem;padding:.625rem 1rem}.subscription-actions{width:100%}.subscription-notification-info{margin-top:.75rem;margin-left:0;justify-content:flex-start}}.subscriptions-page-desktop{display:flex;flex-direction:column;gap:1.5rem;width:100%}.subscriptions-filters-panel{width:100%;background-color:hsl(var(--card));border-radius:.5rem;border:1px solid hsl(var(--border));padding:1.25rem;margin-bottom:1rem}.subscriptions-filters-content{display:flex;flex-wrap:wrap;gap:1rem;width:100%}.filter-group{min-width:200px;flex:1;margin-bottom:1.5rem}.subscription-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem;width:100%}@media (min-width: 768px){.subscription-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.subscription-grid{grid-template-columns:repeat(3,1fr)}.subscription-card{transition:all .3s ease;margin-bottom:0;height:100%}.subscription-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.subscription-logo{width:3rem;height:3rem}.subscription-title{font-size:1.375rem}.subscription-description{font-size:.938rem;line-height:1.5}.subscription-grid{display:grid;grid-auto-rows:1fr}}@media (min-width: 1440px){.subscription-card-header{padding:1.5rem 1.75rem 1rem}.subscription-card-body{padding:1rem 1.75rem}.subscription-card-footer{padding:1.25rem}}.subscriptions-actions{display:flex;align-items:center;gap:.75rem}.subscriptions-actions .btn{white-space:nowrap;min-width:-moz-max-content;min-width:max-content;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.subscriptions-actions .btn{font-size:.875rem;padding:.625rem 1rem}}@media (min-width: 1024px){.subscriptions-actions .btn{padding-left:1.25rem;padding-right:1.25rem}}.subscriptions-grid-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem 0;border-bottom:1px solid hsl(var(--border))}.subscriptions-view-options{display:flex;gap:.5rem}@media (min-width: 1024px){.subscription-card-footer{gap:.75rem}.subscription-action-process{min-width:110px}}.notifications-page{width:100%}.notifications-container{background-color:var(--card);border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.notifications-actions{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-bottom:1px solid rgba(var(--border),.4);margin-bottom:1rem}.notifications-action-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.notification-item{padding:1rem;border-bottom:1px solid rgba(var(--border),.2);transition:background-color .2s}.notification-item:hover{background-color:rgba(var(--muted),.3)}.notification-item.unread{background-color:rgba(var(--primary),.05)}.notification-time{font-size:.75rem;color:var(--muted-foreground);white-space:nowrap}.notification-meta{display:flex;align-items:center;gap:.5rem}.notification-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;margin-top:.5rem}@media (min-width: 768px){.notifications-actions{padding:1rem 1.5rem}.notification-item{padding:1.25rem 1.5rem}.notification-actions{margin-top:0}}@media (min-width: 1024px){.notifications-page{display:flex;flex-direction:column}.notifications-container{background-color:var(--card);border-radius:.75rem;box-shadow:0 4px 12px #0000000d,0 1px 3px #0000001a;max-width:1200px;width:100%;margin:0 auto;overflow:hidden}.notifications-actions{padding:1.25rem 2rem;background-color:rgba(var(--background),.5);border-bottom:1px solid rgba(var(--border),.3)}.notification-item{display:flex;align-items:center;gap:1rem;padding:1.25rem 2rem;border-bottom:1px solid rgba(var(--border),.2);transition:background-color .2s,transform .15s ease-out;position:relative}.notification-item:hover{background-color:rgba(var(--primary),.05);box-shadow:0 6px 12px #00000014;z-index:10}.notification-item:last-child{border-bottom:none}.notification-item.unread{background-color:rgba(var(--primary),.03);border-left:3px solid var(--primary);padding-left:calc(2rem - 3px)}.notification-item.unread:hover{background-color:rgba(var(--primary),.07)}.notification-time{font-size:.8125rem;color:var(--muted-foreground)}.notification-content-wrapper{flex:1;min-width:0}.notification-meta{align-items:center}.notification-actions{gap:.5rem}.notification-pagination{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:rgba(var(--background),.5);border-top:1px solid rgba(var(--border),.3)}.notification-pagination-info{font-size:.875rem;color:var(--muted-foreground)}.notification-pagination-controls{display:flex;gap:.5rem}.pagination-button{padding:.5rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500;background-color:var(--background);border:1px solid rgba(var(--border),.5);color:var(--foreground);transition:all .2s ease}.pagination-button:hover:not(:disabled){background-color:rgba(var(--primary),.1);border-color:rgba(var(--primary),.3);color:rgba(var(--primary),1)}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-page{padding:.5rem;border-radius:.375rem;background-color:rgba(var(--muted),.3);font-weight:600;min-width:2rem;text-align:center}}@media (min-width: 1440px){.notifications-container{max-width:1400px}.notifications-actions{padding:1.5rem 2.5rem}.notification-item{padding:1.5rem 2.5rem;gap:1.5rem}}.dashboard-panel .notification-list{padding:0;margin:0;gap:0}.dashboard-panel .notification-item{padding:.75rem 1rem;border-bottom:1px solid var(--border-subtle);background-color:var(--card-secondary);border-radius:var(--radius-sm);margin-bottom:.5rem;box-shadow:none}.dashboard-panel .notification-item:last-child{border-bottom:none;margin-bottom:0}.dashboard-panel .notification-item:hover{background-color:var(--muted);box-shadow:var(--shadow-xs)}.dashboard-panel .notification-item.unread{background-color:var(--primary-soft);border-left:2px solid var(--primary);padding-left:calc(1rem - 2px)}.dashboard-panel .notification-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.25rem}.dashboard-panel .notification-title-row{display:flex;align-items:center;gap:.5rem;flex:1}.dashboard-panel .notification-tag{font-size:.625rem;font-weight:600;padding:.1rem .3rem;border-radius:var(--radius-xs);text-transform:uppercase;letter-spacing:.05em}.dashboard-panel .notification-item-title{font-size:.875rem;font-weight:var(--font-medium);color:var(--foreground-strong);line-height:1.3}.dashboard-panel .notification-time{font-size:.75rem;color:var(--foreground-muted);margin-left:auto;padding-left:.5rem}.dashboard-panel .notification-item-content{font-size:.8125rem;color:var(--foreground);margin-bottom:.375rem;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.dashboard-panel .notification-item-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.25rem}.dashboard-panel .notification-meta{display:flex;align-items:center;gap:.375rem}.dashboard-panel .notification-source{font-size:.75rem;font-weight:var(--font-medium);color:var(--primary)}.subscription-stats-row{display:grid;grid-template-columns:1fr 1fr 1fr auto;align-items:center;gap:1rem}.subscription-stats-row span:first-child{text-transform:capitalize}.subscription-stats{background-color:var(--card-secondary, rgba(var(--muted), .15));border:1px solid rgba(var(--border),.15);box-shadow:0 1px 3px #0000000f}.subscription-stats h2{font-size:.825rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--muted-foreground)}.subscription-stats-row{position:relative;padding:.375rem .5rem;border-radius:.375rem;transition:background-color .15s ease}.subscription-stats-row:nth-child(odd){background-color:rgba(var(--muted),.12)}.subscription-stats-row:hover{background-color:rgba(var(--muted),.25)}.subscription-stats-row span:nth-child(3){display:flex;align-items:center;gap:.25rem}.subscription-stats-row span:nth-child(3):before{content:"";display:inline-block;width:.5rem;height:.5rem;border-radius:9999px;background-color:currentColor}.subscription-stats-row span:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notifications-filter .filter-select-trigger{background-color:transparent;border:none;padding-left:0;font-weight:500;color:var(--primary);gap:.25rem}.notifications-filter .filter-select-trigger:hover,.notifications-filter .filter-select-trigger:focus{background-color:rgba(var(--primary),.05);box-shadow:none}.notifications-filter .filter-select-trigger svg{display:none}.notifications-filter .filter-select-trigger:before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;display:inline-block;margin-right:.35rem}.sort-control .select-trigger{background-color:transparent;border:none;padding:0 .25rem;font-size:.875rem;font-weight:500;color:var(--foreground)}.sort-control .select-content{padding:.25rem .5rem}.sort-control .select-item{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.sort-control .select-item[data-state=checked]{background-color:rgba(var(--primary),.15);color:var(--primary)}@media (min-width: 768px){.subscription-stats-row{padding:.5rem .75rem}}.hero-section{position:relative;padding:3rem 0;margin-bottom:1.5rem;background:linear-gradient(to bottom right,var(--primary-color-light, rgba(59, 130, 246, .05)),var(--primary-color-lighter, rgba(59, 130, 246, .1)));border-radius:1.5rem;overflow:hidden}@media (min-width: 768px){.hero-section{padding:6rem 0;margin-bottom:2.5rem}}.hero-badge{margin-bottom:1rem}.hero-title{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media (min-width: 768px){.hero-title{font-size:3.75rem}}.hero-accent{color:var(--primary)}.hero-description{font-size:1.125rem;margin-bottom:2rem;color:var(--muted-foreground)}.problems-section{padding:3rem 0}@media (min-width: 768px){.problems-section{padding:5rem 0}}.section-badge{margin-bottom:.5rem}.section-title{font-size:2rem;font-weight:700;margin-top:1rem;margin-bottom:.75rem}@media (min-width: 768px){.section-title{font-size:2.5rem}}.section-description{font-size:1.125rem;color:var(--muted-foreground);margin-bottom:3rem}.solution-section{padding:3rem 0;background-color:var(--muted, rgba(241, 245, 249, .2));border-radius:1.5rem;margin-bottom:2.5rem}@media (min-width: 768px){.solution-section{padding:6rem 0;margin-bottom:5rem}}.solution-image{border-radius:.75rem;box-shadow:0 10px 25px #0000001a;width:100%;max-width:24rem;margin:0 auto;transform:rotate(-3deg);transition:transform .5s ease}.solution-image:hover{transform:rotate(0)}@media (min-width: 768px){.solution-image{max-width:18rem;transform:rotate(0)}}.solution-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.solution-description{color:var(--muted-foreground);margin-bottom:1.5rem}.solution-link{color:var(--primary);text-decoration:none;display:inline-flex;align-items:center;font-weight:500;transition:color .2s ease}.solution-link:hover{color:var(--primary-dark);text-decoration:underline}.profile-section{padding:3rem 0;margin-bottom:2.5rem}@media (min-width: 768px){.profile-section{padding:6rem 0;margin-bottom:5rem}.flip-card-middle{margin-top:2rem}.flip-card-last{margin-top:1rem}.flip-card-image-container{height:260px;overflow:hidden}.flip-card-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:rgba(255,255,255,.9);border-top:2px solid black}}.flip-card-container{perspective:1000px;height:400px;cursor:pointer;transition:transform .2s}.flip-card-container:hover{transform:translateY(-5px)}.flip-card-inner{position:relative;width:100%;height:100%;transition:transform .8s;transform-style:preserve-3d;box-shadow:0 4px 20px #00000014;border-radius:.75rem}.flip-card-container:hover .flip-card-inner,.flip-card-inner.flipped{transform:rotateY(180deg);box-shadow:0 10px 25px #0000001a}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;overflow:hidden;border-radius:.75rem}.flip-card-back{transform:rotateY(180deg)}.flip-card-image-container{position:absolute;top:0;right:0;bottom:0;left:0}.flip-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.flip-card-container:hover .flip-card-image{transform:scale(1.05)}.flip-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.4),rgba(0,0,0,.1))}.flip-card-content{position:relative;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;padding:1.5rem}.flip-card-info{background-color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:.5rem;padding:1.25rem;width:91.666667%;box-shadow:0 4px 12px #0000001a;transform:translateY(0);transition:transform .3s ease}.flip-card-container:hover .flip-card-info{transform:translateY(-8px)}.flip-card-title{font-size:1.25rem;font-weight:600;color:#111827}.flip-card-subtitle{color:#4b5563;margin-top:.5rem}.flip-card-prompt{margin-top:.75rem;font-size:.75rem;color:var(--primary);display:block}@media (min-width: 768px){.flip-card-prompt{display:none}}.flip-card-benefits{margin-top:1rem;margin-bottom:1.5rem}.benefit-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.benefit-icon{width:1.25rem;height:1.25rem;color:var(--primary);margin-top:.125rem;flex-shrink:0}.benefit-text{font-size:.875rem}.testimonial-section{position:relative;padding:3rem 0;background-color:var(--muted, rgba(241, 245, 249, .3));margin-bottom:2.5rem;border-radius:1.5rem}@media (min-width: 768px){.testimonial-section{padding:6rem 0;margin-bottom:5rem}}.testimonial-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(45deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%);background-size:64px 64px;z-index:1}.carousel-container{width:100%;overflow:hidden;position:relative;z-index:2}.carousel-track{display:flex;transition:transform .5s ease-in-out;width:100%}.carousel-slide{min-width:100%;flex:0 0 100%;padding:0 1rem}@media (max-width: 768px){.carousel-slide{padding:0 .5rem}}.testimonial-card{background-color:#fff;border:3px solid black;border-radius:8px;overflow:hidden;box-shadow:6px 6px #000000e6;transition:transform .3s ease,box-shadow .3s ease;margin:0 auto;max-width:32rem}.testimonial-card:hover{transform:translate(-3px,-3px);box-shadow:9px 9px #000c}.testimonial-card-content{position:relative;padding:2rem}.testimonial-card-content:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background-color:var(--primary)}.testimonial-quote{position:relative}.testimonial-quote p{font-style:italic;margin-bottom:1.5rem;font-size:1.125rem;font-weight:500}.testimonial-attribution{display:flex;align-items:center}.testimonial-avatar-wrapper{background-color:#fff;border:2px solid black;border-radius:50%;width:3.5rem;height:3.5rem;overflow:hidden;margin-right:1rem;box-shadow:3px 3px #000c}.testimonial-avatar{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.testimonial-name{font-weight:700}.testimonial-role{font-size:.875rem;color:var(--muted-foreground)}.carousel-controls{display:flex;justify-content:center;margin-top:2rem;gap:.5rem}.carousel-indicator{width:1rem;height:1rem;border-radius:0;border:1px solid rgba(0,0,0,.6);transition:transform .2s ease}.carousel-indicator:hover{transform:scale(1.2)}.carousel-indicator-active{background-color:var(--primary);border-width:2px;border-color:#000}.cta-section{position:relative;padding:4rem 0;text-align:center;border-radius:1.5rem;overflow:hidden;margin-bottom:2.5rem;border:4px solid black;box-shadow:8px 8px #000}@media (min-width: 768px){.cta-section{padding:6rem 0;margin-bottom:5rem}}.cta-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.cta-background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cta-content{position:relative;z-index:10;max-width:64rem;margin:0 auto;padding:0 1rem}.cta-title{font-size:2rem;font-weight:800;margin-bottom:1.5rem;color:#111827}@media (min-width: 768px){.cta-title{font-size:3rem}}.cta-description{font-size:1.25rem;font-weight:500;max-width:32rem;margin:0 auto 2.5rem;color:#1f2937}.security-section{padding:3rem 0;margin-bottom:2.5rem}@media (min-width: 768px){.security-section{padding:4rem 0;margin-bottom:5rem}}.security-card{background-color:#fff;border:2px solid rgba(0,0,0,.85);border-radius:4px;box-shadow:5px 5px #000000bf;padding:1.5rem;transition:all .3s ease}.security-card-1{background-color:#e6f7ff}.security-card-2{background-color:#fff5e6}.security-card-3{background-color:#f3f0ff}.security-card-1:hover{transform:translate(-5px,-5px) rotate(-1deg)}.security-card-2:hover{transform:translate(-5px,-5px) rotate(1deg)}.security-card-3:hover{transform:translate(-5px,-5px) rotate(-1deg)}.security-icon-wrapper{width:60px;height:60px;background-color:#fff;border:2px solid rgba(0,0,0,.85);border-radius:4px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;position:relative;z-index:1}.security-icon-wrapper:after{content:"";position:absolute;width:100%;height:100%;background-color:#00000014;top:5px;left:5px;border-radius:4px;z-index:-1}.security-icon{width:2rem;height:2rem}.security-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;position:relative;display:inline-block}.security-title:after{content:"";position:absolute;height:6px;width:50%;background-color:#00000014;bottom:0;left:0;z-index:-1}.security-list{margin-top:1rem}.security-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.security-check{height:1.5rem;width:1.5rem;background-color:#000;border-radius:.25rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.security-check-icon{height:1rem;width:1rem;color:#fff}.security-text{font-weight:500}.btn-neobrutalism-primary{background-color:var(--primary);color:#fff;font-weight:500;position:relative;box-shadow:4px 4px #000c;transition:transform .1s ease,box-shadow .1s ease}.btn-neobrutalism-primary:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000c}.btn-neobrutalism-primary:active{transform:translate(1px,1px);box-shadow:3px 3px #000c}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 0 0% 100%;--foreground: 220 5% 10%;--card: 0 0% 100%;--card-foreground: 220 5% 10%;--popover: 0 0% 100%;--popover-foreground: 220 5% 10%;--primary: 220 25% 25%;--primary-foreground: 0 0% 98%;--secondary: 210 10% 96%;--secondary-foreground: 220 5% 15%;--muted: 210 10% 96%;--muted-foreground: 220 5% 40%;--accent: 218 15% 85%;--accent-foreground: 220 5% 15%;--destructive: 0 70% 50%;--destructive-foreground: 0 0% 98%;--border: 220 13% 91%;--input: 220 13% 91%;--ring: 220 25% 25%;--radius: .4rem}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-feature-settings:"rlig" 1,"calt" 1}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 1400px){.container{max-width:1400px}}.prose{color:var(--tw-prose-body);max-width:100ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-inline-start:1em}.prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:.3125rem;padding-top:.2222222em;padding-inline-end:.4444444em;padding-bottom:.2222222em;padding-inline-start:.4444444em}.prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-inline-end:1.5em;padding-bottom:1em;padding-inline-start:1.5em}.prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(.prose-lg>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-inline-start:1.5555556em}.prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.75em;padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.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}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.-inset-1{top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem}.-inset-3{top:-.75rem;right:-.75rem;bottom:-.75rem;left:-.75rem}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.-right-1\.5{right:-.375rem}.-top-1\.5{top:-.375rem}.bottom-0{bottom:0}.bottom-10{bottom:2.5rem}.bottom-4{bottom:1rem}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.top-0{top:0}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-3{top:.75rem}.top-4{top:1rem}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[101\]{z-index:101}.z-\[51\]{z-index:51}.col-span-1{grid-column:span 1 / span 1}.col-span-3{grid-column:span 3 / span 3}.col-span-full{grid-column:1 / -1}.m-0{margin:0}.m-4{margin:1rem}.m-6{margin:1.5rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.-me-1{margin-inline-end:-.25rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.ms-2{margin-inline-start:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.size-7{width:1.75rem;height:1.75rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[18px\]{height:18px}.h-\[1px\]{height:1px}.h-\[200px\]{height:200px}.h-\[24px\]{height:24px}.h-\[320px\]{height:320px}.h-\[50vh\]{height:50vh}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-40{max-height:10rem}.max-h-60{max-height:15rem}.max-h-96{max-height:24rem}.max-h-\[calc\(100\%-4rem\)\]{max-height:calc(100% - 4rem)}.max-h-screen{max-height:100vh}.min-h-\[100px\]{min-height:100px}.min-h-\[120px\]{min-height:120px}.min-h-\[150px\]{min-height:150px}.min-h-\[400px\]{min-height:400px}.min-h-\[80px\]{min-height:80px}.min-h-\[calc\(100vh-theme\(space\.14\)\)\]{min-height:calc(100vh - 3.5rem)}.min-h-screen{min-height:100vh}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/5{width:40%}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[180px\]{width:180px}.w-\[1px\]{width:1px}.w-\[40\%\]{width:40%}.w-\[44px\]{width:44px}.w-auto{width:auto}.w-full{width:100%}.min-w-\[180px\]{min-width:180px}.min-w-\[18px\]{min-width:18px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[200px\]{max-width:200px}.max-w-\[300px\]{max-width:300px}.max-w-\[40px\]{max-width:40px}.max-w-\[50\%\]{max-width:50%}.max-w-\[65\%\]{max-width:65%}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-1{--tw-rotate: -1deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-2{--tw-rotate: -2deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-1{--tw-rotate: 1deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-2{--tw-rotate: 2deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-y-3{row-gap:.75rem}.space-x-1\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.375rem * var(--tw-space-x-reverse));margin-left:calc(.375rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.space-y-reverse>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 1}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.self-end{align-self:flex-end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-t-sm{border-top-left-radius:calc(var(--radius) - 4px);border-top-right-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[3px\]{border-width:3px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-r-2{border-right-width:2px}.border-t{border-top-width:1px}.border-t-4{border-top-width:4px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.border-black\/30{border-color:#0000004d}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-blue-500\/20{border-color:#3b82f633}.border-blue-500\/30{border-color:#3b82f64d}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-border{border-color:hsl(var(--border))}.border-border\/40{border-color:hsl(var(--border) / .4)}.border-border\/50{border-color:hsl(var(--border) / .5)}.border-border\/60{border-color:hsl(var(--border) / .6)}.border-destructive{border-color:hsl(var(--destructive))}.border-destructive\/20{border-color:hsl(var(--destructive) / .2)}.border-destructive\/30{border-color:hsl(var(--destructive) / .3)}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400\/40{border-color:#9ca3af66}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-green-500\/30{border-color:#22c55e4d}.border-green-600{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.border-input{border-color:hsl(var(--input))}.border-input\/70{border-color:hsl(var(--input) / .7)}.border-muted{border-color:hsl(var(--muted))}.border-muted-foreground\/40{border-color:hsl(var(--muted-foreground) / .4)}.border-primary{border-color:hsl(var(--primary))}.border-primary\/10{border-color:hsl(var(--primary) / .1)}.border-primary\/20{border-color:hsl(var(--primary) / .2)}.border-primary\/60{border-color:hsl(var(--primary) / .6)}.border-red-100{--tw-border-opacity: 1;border-color:rgb(254 226 226 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-red-600{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-yellow-500\/20{border-color:#eab30833}.border-yellow-500\/30{border-color:#eab3084d}.border-yellow-600{--tw-border-opacity: 1;border-color:rgb(202 138 4 / var(--tw-border-opacity, 1))}.border-l-transparent{border-left-color:transparent}.border-r-transparent{border-right-color:transparent}.border-t-blue-500{--tw-border-opacity: 1;border-top-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-t-primary{border-top-color:hsl(var(--primary))}.border-t-purple-500{--tw-border-opacity: 1;border-top-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.border-t-yellow-500{--tw-border-opacity: 1;border-top-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.bg-\[\#222222\]{--tw-bg-opacity: 1;background-color:rgb(34 34 34 / var(--tw-bg-opacity, 1))}.bg-\[\#f5f7fd\]{--tw-bg-opacity: 1;background-color:rgb(245 247 253 / var(--tw-bg-opacity, 1))}.bg-background{background-color:hsl(var(--background))}.bg-background\/50{background-color:hsl(var(--background) / .5)}.bg-background\/80{background-color:hsl(var(--background) / .8)}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/10{background-color:#0000001a}.bg-black\/50{background-color:#00000080}.bg-black\/80{background-color:#000c}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-500\/10{background-color:#3b82f61a}.bg-blue-500\/20{background-color:#3b82f633}.bg-border{background-color:hsl(var(--border))}.bg-border\/70{background-color:hsl(var(--border) / .7)}.bg-card{background-color:hsl(var(--card))}.bg-card\/50{background-color:hsl(var(--card) / .5)}.bg-destructive{background-color:hsl(var(--destructive))}.bg-destructive\/10{background-color:hsl(var(--destructive) / .1)}.bg-destructive\/5{background-color:hsl(var(--destructive) / .05)}.bg-destructive\/90{background-color:hsl(var(--destructive) / .9)}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-muted{background-color:hsl(var(--muted))}.bg-muted-foreground\/40{background-color:hsl(var(--muted-foreground) / .4)}.bg-muted\/20{background-color:hsl(var(--muted) / .2)}.bg-muted\/30{background-color:hsl(var(--muted) / .3)}.bg-muted\/40{background-color:hsl(var(--muted) / .4)}.bg-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-primary\/10{background-color:hsl(var(--primary) / .1)}.bg-primary\/20{background-color:hsl(var(--primary) / .2)}.bg-primary\/5{background-color:hsl(var(--primary) / .05)}.bg-primary\/90{background-color:hsl(var(--primary) / .9)}.bg-purple-500\/10{background-color:#a855f71a}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-secondary\/10{background-color:hsl(var(--secondary) / .1)}.bg-secondary\/20{background-color:hsl(var(--secondary) / .2)}.bg-secondary\/30{background-color:hsl(var(--secondary) / .3)}.bg-secondary\/50{background-color:hsl(var(--secondary) / .5)}.bg-secondary\/80{background-color:hsl(var(--secondary) / .8)}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/70{background-color:#ffffffb3}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-300{--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-500\/20{background-color:#eab30833}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-background{--tw-gradient-from: hsl(var(--background)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary{--tw-gradient-from: hsl(var(--primary)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from: #9333ea var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to: #4f46e5 var(--tw-gradient-to-position)}.to-muted\/20{--tw-gradient-to: hsl(var(--muted) / .2) var(--tw-gradient-to-position)}.to-primary{--tw-gradient-to: hsl(var(--primary)) var(--tw-gradient-to-position)}.to-white\/80{--tw-gradient-to: rgb(255 255 255 / .8) var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-current{fill:currentColor}.fill-yellow-400{fill:#facc15}.stroke-\[2\.5px\]{stroke-width:2.5px}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[1px\]{padding:1px}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-10{padding-left:2.5rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pr-\[48px\]{padding-right:48px}.pt-0{padding-top:0}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-\[-0\.125em\]{vertical-align:-.125em}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-\[10px\]{font-size:10px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-black\/70{color:#000000b3}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-current{color:currentColor}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-destructive\/90{color:hsl(var(--destructive) / .9)}.text-foreground{color:hsl(var(--foreground))}.text-foreground\/50{color:hsl(var(--foreground) / .5)}.text-foreground\/70{color:hsl(var(--foreground) / .7)}.text-foreground\/80{color:hsl(var(--foreground) / .8)}.text-foreground\/90{color:hsl(var(--foreground) / .9)}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-muted-foreground\/80{color:hsl(var(--muted-foreground) / .8)}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-primary\/40{color:hsl(var(--primary) / .4)}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_10px_rgba\(0\,0\,0\,0\.2\)\]{--tw-shadow: 0 0 10px rgba(0,0,0,.2);--tw-shadow-colored: 0 0 10px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_15px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow: 0 0 15px rgba(0,0,0,.1);--tw-shadow-colored: 0 0 15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[2px_2px_0_rgba\(0\,0\,0\,0\.75\)\]{--tw-shadow: 2px 2px 0 rgba(0,0,0,.75);--tw-shadow-colored: 2px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[3px_3px_0_rgba\(0\,0\,0\,0\.75\)\]{--tw-shadow: 3px 3px 0 rgba(0,0,0,.75);--tw-shadow-colored: 3px 3px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[4px_4px_0px_rgba\(0\,0\,0\,0\.8\)\]{--tw-shadow: 4px 4px 0px rgba(0,0,0,.8);--tw-shadow-colored: 4px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[5px_5px_0_rgba\(0\,0\,0\,0\.6\)\]{--tw-shadow: 5px 5px 0 rgba(0,0,0,.6);--tw-shadow-colored: 5px 5px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[5px_5px_0_rgba\(0\,0\,0\,0\.75\)\]{--tw-shadow: 5px 5px 0 rgba(0,0,0,.75);--tw-shadow-colored: 5px 5px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[6px_6px_0_0_rgba\(0\,0\,0\,0\.8\)\]{--tw-shadow: 6px 6px 0 0 rgba(0,0,0,.8);--tw-shadow-colored: 6px 6px 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[8px_8px_0_rgba\(0\,0\,0\,0\.75\)\]{--tw-shadow: 8px 8px 0 rgba(0,0,0,.75);--tw-shadow-colored: 8px 8px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-black\/5{--tw-shadow-color: rgb(0 0 0 / .05);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-offset-2{outline-offset:2px}.ring-0{--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(0px + 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)}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.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}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.fade-in-50{--tw-enter-opacity: .5}.zoom-in-95{--tw-enter-scale: .95}.duration-200{animation-duration:.2s}.\[mask-image\:linear-gradient\(to_bottom\,transparent\,50\%\,black\)\]{-webkit-mask-image:linear-gradient(to bottom,transparent,50%,black);mask-image:linear-gradient(to bottom,transparent,50%,black)}.bg-grid-white\/10{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='none' stroke='rgb(255 255 255 / 0.1)'%3e%3cpath d='M0 .5H31.5V32'/%3e%3c/svg%3e")}h1,h2,h3,h4,h5,h6{font-weight:500;letter-spacing:-.025em}h1{font-size:1.875rem;line-height:2.25rem}@media (min-width: 640px){h1{font-size:2.25rem;line-height:2.5rem}}h2{font-size:1.5rem;line-height:2rem}@media (min-width: 640px){h2{font-size:1.875rem;line-height:2.25rem}}h3{font-size:1.25rem;line-height:1.75rem}@media (min-width: 640px){h3{font-size:1.5rem;line-height:2rem}}p,li{font-size:15px;line-height:1.625;color:hsl(var(--foreground) / .9)}input,select,textarea{background-color:hsl(var(--secondary) / .5)}@media (prefers-color-scheme: dark){.dark\:prose-invert{--tw-prose-body: var(--tw-prose-invert-body);--tw-prose-headings: var(--tw-prose-invert-headings);--tw-prose-lead: var(--tw-prose-invert-lead);--tw-prose-links: var(--tw-prose-invert-links);--tw-prose-bold: var(--tw-prose-invert-bold);--tw-prose-counters: var(--tw-prose-invert-counters);--tw-prose-bullets: var(--tw-prose-invert-bullets);--tw-prose-hr: var(--tw-prose-invert-hr);--tw-prose-quotes: var(--tw-prose-invert-quotes);--tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);--tw-prose-captions: var(--tw-prose-invert-captions);--tw-prose-kbd: var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);--tw-prose-code: var(--tw-prose-invert-code);--tw-prose-pre-code: var(--tw-prose-invert-pre-code);--tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);--tw-prose-th-borders: var(--tw-prose-invert-th-borders);--tw-prose-td-borders: var(--tw-prose-invert-td-borders)}}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground\/70::-moz-placeholder{color:hsl(var(--muted-foreground) / .7)}.placeholder\:text-muted-foreground\/70::placeholder{color:hsl(var(--muted-foreground) / .7)}.last\:border-b-0:last-child{border-bottom-width:0px}.hover\:translate-x-\[-3px\]:hover{--tw-translate-x: -3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:translate-y-\[-2px\]:hover{--tw-translate-y: -2px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:translate-y-\[-3px\]:hover{--tw-translate-y: -3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:translate-y-\[-5px\]:hover{--tw-translate-y: -5px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:translate-y-\[-8px\]:hover{--tw-translate-y: -8px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#333333\]:hover{--tw-bg-opacity: 1;background-color:rgb(51 51 51 / var(--tw-bg-opacity, 1))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-accent\/40:hover{background-color:hsl(var(--accent) / .4)}.hover\:bg-accent\/50:hover{background-color:hsl(var(--accent) / .5)}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-destructive:hover{background-color:hsl(var(--destructive))}.hover\:bg-destructive\/10:hover{background-color:hsl(var(--destructive) / .1)}.hover\:bg-destructive\/20:hover{background-color:hsl(var(--destructive) / .2)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}.hover\:bg-primary:hover{background-color:hsl(var(--primary))}.hover\:bg-primary\/10:hover{background-color:hsl(var(--primary) / .1)}.hover\:bg-primary\/20:hover{background-color:hsl(var(--primary) / .2)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary:hover{background-color:hsl(var(--secondary))}.hover\:bg-secondary\/10:hover{background-color:hsl(var(--secondary) / .1)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-destructive:hover{color:hsl(var(--destructive))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.hover\:text-indigo-900:hover{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity, 1))}.hover\:text-primary:hover{color:hsl(var(--primary))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-\[6px_6px_0_rgba\(0\,0\,0\,0\.75\)\]:hover{--tw-shadow: 6px 6px 0 rgba(0,0,0,.75);--tw-shadow-colored: 6px 6px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[7px_7px_0_rgba\(0\,0\,0\,0\.75\)\]:hover{--tw-shadow: 7px 7px 0 rgba(0,0,0,.75);--tw-shadow-colored: 7px 7px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[8px_8px_0_rgba\(0\,0\,0\,0\.5\)\]:hover{--tw-shadow: 8px 8px 0 rgba(0,0,0,.5);--tw-shadow-colored: 8px 8px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[9px_9px_0_0_rgba\(0\,0\,0\,0\.8\)\]:hover{--tw-shadow: 9px 9px 0 0 rgba(0,0,0,.8);--tw-shadow-colored: 9px 9px 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-indigo-500:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.focus\:border-primary:focus{border-color:hsl(var(--primary))}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:bg-accent\/40:focus{background-color:hsl(var(--accent) / .4)}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1: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(1px + 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)}.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)}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus\:ring-primary:focus{--tw-ring-color: hsl(var(--primary))}.focus\:ring-primary\/50:focus{--tw-ring-color: hsl(var(--primary) / .5)}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-ring\/50:focus{--tw-ring-color: hsl(var(--ring) / .5)}.focus\:ring-offset-1:focus{--tw-ring-offset-width: 1px}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-ring\/70:focus-visible{outline-color:hsl(var(--ring) / .7)}.focus-visible\:ring-1: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(1px + 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)}.focus-visible\:ring-2: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(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)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color: hsl(var(--ring) / .5)}.focus-visible\:ring-offset-0:focus-visible{--tw-ring-offset-width: 0px}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width: 1px}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: hsl(var(--background))}.active\:translate-y-\[0px\]:active{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:shadow-\[4px_4px_0_rgba\(0\,0\,0\,0\.75\)\]:active{--tw-shadow: 4px 4px 0 rgba(0,0,0,.75);--tw-shadow-colored: 4px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:border-primary{border-color:hsl(var(--primary))}.group:hover .group-hover\:bg-primary{background-color:hsl(var(--primary))}.group:hover .group-hover\:text-primary-foreground{color:hsl(var(--primary-foreground))}.group:hover .group-hover\:opacity-100{opacity:1}.group.destructive .group-\[\.destructive\]\:border-muted\/40{border-color:hsl(var(--muted) / .4)}.group.destructive .group-\[\.destructive\]\:text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{border-color:hsl(var(--destructive) / .3)}.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{background-color:hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{color:hsl(var(--destructive-foreground))}.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{--tw-ring-color: hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color: #dc2626}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked],.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x: var(--radix-toast-swipe-end-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x: var(--radix-toast-swipe-move-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:border-primary[data-state=checked]{border-color:hsl(var(--primary))}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.data-\[state\=checked\]\:bg-yellow-500[data-state=checked]{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.data-\[state\=open\]\:bg-accent\/40[data-state=open]{background-color:hsl(var(--accent) / .4)}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:hsl(var(--input))}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:hsl(var(--primary-foreground))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[swipe\=end\]\:animate-out[data-swipe=end]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity: .8}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y: -100%}@media (prefers-reduced-motion: reduce){@keyframes spin{to{transform:rotate(360deg)}}.motion-reduce\:animate-\[spin_1\.5s_linear_infinite\]{animation:spin 1.5s linear infinite}}@media not all and (min-width: 640px){.max-sm\:order-1{order:1}}@media (min-width: 640px){.sm\:bottom-0{bottom:0}.sm\:right-0{right:0}.sm\:top-auto{top:auto}.sm\:mt-0{margin-top:0}.sm\:inline{display:inline}.sm\:h-10{height:2.5rem}.sm\:h-48{height:12rem}.sm\:w-auto{width:auto}.sm\:max-w-\[400px\]{max-width:400px}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-xs{max-width:20rem}.sm\:flex-initial{flex:0 1 auto}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.sm\:divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px * var(--tw-divide-y-reverse))}.sm\:rounded-xl{border-radius:.75rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-left{text-align:left}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y: 100%}}@media (min-width: 768px){.md\:order-last{order:9999}.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:col-span-3{grid-column:span 3 / span 3}.md\:mb-0{margin-bottom:0}.md\:mb-20{margin-bottom:5rem}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-20{height:5rem}.md\:h-40{height:10rem}.md\:h-8{height:2rem}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:w-2\/3{width:66.666667%}.md\:w-2\/5{width:40%}.md\:w-20{width:5rem}.md\:w-3\/4{width:75%}.md\:w-3\/5{width:60%}.md\:w-40{width:10rem}.md\:w-64{width:16rem}.md\:w-8{width:2rem}.md\:max-w-\[420px\]{max-width:420px}.md\:max-w-\[75\%\]{max-width:75%}.md\:translate-y-2{--tw-translate-y: .5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:pb-6{padding-bottom:1.5rem}.md\:pl-16{padding-left:4rem}.md\:pr-16{padding-right:4rem}.md\:pt-6{padding-top:1.5rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1024px){.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (prefers-color-scheme: dark){.dark\:border-blue-500\/30{border-color:#3b82f64d}.dark\:border-destructive\/30{border-color:hsl(var(--destructive) / .3)}.dark\:border-green-500\/30{border-color:#22c55e4d}.dark\:border-yellow-500\/30{border-color:#eab3084d}.dark\:bg-blue-900\/10{background-color:#1e3a8a1a}.dark\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-green-900\/10{background-color:#14532d1a}.dark\:bg-slate-900{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.dark\:bg-yellow-900\/10{background-color:#713f121a}.dark\:text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.dark\:text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y: -3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-3\.5>svg{left:.875rem}.\[\&\>svg\]\:top-3\.5>svg{top:.875rem}.\[\&\>svg\]\:text-blue-500\/80>svg{color:#3b82f6cc}.\[\&\>svg\]\:text-destructive\/80>svg{color:hsl(var(--destructive) / .8)}.\[\&\>svg\]\:text-foreground\/80>svg{color:hsl(var(--foreground) / .8)}.\[\&\>svg\]\:text-green-500\/80>svg{color:#22c55ecc}.\[\&\>svg\]\:text-yellow-500\/80>svg{color:#eab308cc}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}.\[\&_p\]\:leading-relaxed p{line-height:1.625}
