body,html{overflow-x:hidden;max-width:100%}:root{--dashboard-background:#1a1a1a;--dashboard-surface:#2d2d2d;--dashboard-surface-elevated:#3a3a3a;--dashboard-accent:#4a9eff;--dashboard-accent-hover:#5ba7ff;--dashboard-text-primary:#ffffff;--dashboard-text-secondary:#b0b0b0;--dashboard-text-muted:#808080;--dashboard-text-inverse:#000000;--dashboard-success:#4ade80;--dashboard-warning:#fbbf24;--dashboard-error:#ef4444;--dashboard-info:#60a5fa;--dashboard-border-subtle:#404040;--dashboard-border-default:#525252;--dashboard-border-emphasis:#737373;--dashboard-space-xs:0.25rem;--dashboard-space-sm:0.5rem;--dashboard-space-md:1rem;--dashboard-space-lg:1.5rem;--dashboard-space-xl:2rem;--dashboard-space-2xl:3rem;--dashboard-space-3xl:4rem;--dashboard-sidebar-width:256px;--dashboard-header-height:64px}.dashboard-root{display:flex;min-height:100vh;background-color:var(--dashboard-background);color:var(--dashboard-text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden;width:100%}.dashboard-sidebar{width:var(--dashboard-sidebar-width);background-color:var(--dashboard-surface);border-right:1px solid var(--dashboard-border-subtle);position:fixed;top:var(--dashboard-header-height);left:0;height:calc(100vh - var(--dashboard-header-height));overflow-y:auto;z-index:20;transition:transform .3s ease;transform:translateX(0)}.dashboard-sidebar-nav{padding:var(--dashboard-space-xl) var(--dashboard-space-md) var(--dashboard-space-md);flex-direction:column;gap:var(--dashboard-space-sm);flex:1}.dashboard-sidebar-nav,.dashboard-sidebar-nav>*{display:flex!important;width:100%}.dashboard-sidebar-footer{position:absolute;bottom:0;width:100%;padding:var(--dashboard-space-md);border-top:1px solid var(--dashboard-border-subtle);background-color:var(--dashboard-surface)}.dashboard-main{flex:1;margin-left:var(--dashboard-sidebar-width);display:flex;flex-direction:column;background-color:var(--dashboard-background);color:var(--dashboard-text-primary);min-height:100vh;overflow-x:hidden;width:calc(100vw - var(--dashboard-sidebar-width))}.dashboard-main-mobile{margin-left:0;width:100vw}.dashboard-header{height:var(--dashboard-header-height);min-height:var(--dashboard-header-height);max-height:var(--dashboard-header-height);padding:var(--dashboard-space-md) 0;border-bottom:1px solid var(--dashboard-border-subtle);background-color:var(--dashboard-surface);display:flex;align-items:center;justify-content:flex-start;position:sticky;top:0;z-index:100;-webkit-sticky:top;will-change:transform;overflow:hidden;flex-shrink:0}.dashboard-header *{max-height:calc(var(--dashboard-header-height) - var(--dashboard-space-md) * 2);box-sizing:border-box}.dashboard-header button,.dashboard-header div,.dashboard-header input{flex-shrink:0}.dashboard-header .flex,.dashboard-header button,.dashboard-header input{align-items:center}.dashboard-header button{display:flex;align-items:center;justify-content:center}.dashboard-content{flex:1;padding:var(--dashboard-space-xl);max-width:1200px;margin:0 auto;width:100%}.dashboard-nav-item{display:flex!important;align-items:center;gap:var(--dashboard-space-sm);padding:var(--dashboard-space-sm) var(--dashboard-space-md);border-radius:.375rem;font-size:.875rem;font-weight:500;color:var(--dashboard-text-secondary);text-decoration:none;transition:all .2s ease;cursor:pointer;position:relative;width:100%;box-sizing:border-box}.dashboard-nav-item:hover{background-color:var(--dashboard-surface-elevated);color:var(--dashboard-text-primary)}.dashboard-nav-item.active{background-color:var(--dashboard-accent);color:var(--dashboard-text-primary)}.dashboard-nav-badge{background-color:var(--dashboard-border-emphasis);color:var(--dashboard-text-primary);font-size:.75rem;padding:2px 6px;border-radius:9999px;margin-left:auto}.dashboard-btn-primary{background-color:var(--dashboard-accent);color:var(--dashboard-text-primary);padding:var(--dashboard-space-sm) var(--dashboard-space-md);border-radius:.375rem;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:var(--dashboard-space-sm)}.dashboard-btn-primary:hover{background-color:var(--dashboard-accent-hover);transform:translateY(-1px)}.dashboard-btn-secondary{background-color:transparent;color:var(--dashboard-text-secondary);border:1px solid var(--dashboard-border-default);padding:var(--dashboard-space-sm) var(--dashboard-space-md);border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:var(--dashboard-space-sm)}.dashboard-btn-secondary:hover{background-color:var(--dashboard-surface-elevated);border-color:var(--dashboard-border-emphasis)}.dashboard-btn-icon{background-color:transparent;color:var(--dashboard-text-secondary);padding:var(--dashboard-space-sm);border-radius:.375rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .2s ease}.dashboard-btn-icon:hover{background-color:var(--dashboard-surface-elevated)}.dashboard-card{background-color:var(--dashboard-surface);border-radius:.5rem;padding:var(--dashboard-space-lg);border:1px solid var(--dashboard-border-subtle);box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.dashboard-card-elevated{background-color:var(--dashboard-surface-elevated);border-radius:.5rem;padding:var(--dashboard-space-lg);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.dashboard-card-elevated,.dashboard-input{border:1px solid var(--dashboard-border-default)}.dashboard-input{background-color:var(--dashboard-surface);border-radius:.375rem;padding:var(--dashboard-space-sm) var(--dashboard-space-md);font-size:.875rem;color:var(--dashboard-text-primary);width:100%;outline:none;transition:all .2s ease}textarea.dashboard-input{width:100%;resize:vertical;min-height:80px}.dashboard-input::-moz-placeholder{color:var(--dashboard-text-muted)}.dashboard-input::placeholder{color:var(--dashboard-text-muted)}.dashboard-input:focus{border-color:var(--dashboard-accent);box-shadow:0 0 0 2px rgba(74,158,255,.2)}.dashboard-input-search{background-color:var(--dashboard-surface);border:1px solid var(--dashboard-border-subtle);border-radius:.5rem;padding:var(--dashboard-space-sm) var(--dashboard-space-md);font-size:.875rem;color:var(--dashboard-text-primary);width:100%;height:36px;max-height:36px;outline:none;transition:all .2s ease;box-sizing:border-box}.dashboard-input-search::-moz-placeholder{color:var(--dashboard-text-muted)}.dashboard-input-search::placeholder{color:var(--dashboard-text-muted)}.dashboard-input-search:focus{border-color:var(--dashboard-accent);box-shadow:0 0 0 2px rgba(74,158,255,.2)}.dashboard-editor-toolbar{background-color:var(--dashboard-surface);border:1px solid var(--dashboard-border-subtle);border-radius:.375rem .375rem 0 0;padding:var(--dashboard-space-sm) var(--dashboard-space-md);gap:var(--dashboard-space-sm);transition:all .2s ease-in-out;position:relative;z-index:10}.dashboard-editor-toolbar-sticky{position:fixed;top:var(--dashboard-header-height);left:0;right:0;z-index:35;border-radius:0;box-shadow:0 2px 8px rgba(0,0,0,.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:rgba(45,45,45,.98);will-change:transform;transform:translateZ(0);border-left:1px solid var(--dashboard-border-subtle);border-right:1px solid var(--dashboard-border-subtle);border-bottom:1px solid var(--dashboard-border-subtle)}@media (min-width:1024px){.dashboard-editor-toolbar-sticky{left:var(--dashboard-sidebar-width)}.dashboard-header{position:fixed;top:0;left:0;right:0;width:100vw;margin-left:0;padding-left:0}.dashboard-header-logo-area{width:var(--dashboard-sidebar-width);padding-left:var(--dashboard-space-sm);padding-right:var(--dashboard-space-md);flex-shrink:0;display:flex;align-items:center;position:relative;z-index:inherit;background-color:var(--dashboard-surface);border-right:1px solid var(--dashboard-border-subtle);height:100%;max-height:var(--dashboard-header-height);order:-1}.dashboard-header-main-content{flex:1;padding-left:var(--dashboard-space-md);justify-content:flex-start;gap:1.5rem}.dashboard-header-main-content,.dashboard-header-right-content{display:flex;align-items:center;height:100%;max-height:var(--dashboard-header-height);overflow:hidden}.dashboard-header-right-content{margin-left:auto;padding-right:var(--dashboard-space-md);justify-content:flex-end;gap:var(--dashboard-space-sm)}.dashboard-main{margin-top:var(--dashboard-header-height)}@media (min-width:1024px){.dashboard-header-main-content button:first-child,.dashboard-header-main-content button:nth-child(2){display:none!important}}.dashboard-sidebar{z-index:30;top:var(--dashboard-header-height);height:calc(100vh - var(--dashboard-header-height))}}@media (max-width:1023px){.dashboard-header{width:100%;margin-left:0;padding-left:0}.dashboard-header-logo-area{width:auto;padding-left:var(--dashboard-space-sm);padding-right:var(--dashboard-space-md);flex-shrink:0;display:flex;align-items:center;position:relative;z-index:80;background-color:var(--dashboard-surface);border-right:1px solid var(--dashboard-border-subtle);height:100%;max-height:var(--dashboard-header-height)}.dashboard-header-main-content{flex:1;padding-left:var(--dashboard-space-md);gap:1.5rem}.dashboard-header-main-content,.dashboard-header-right-content{display:flex;align-items:center;height:100%;max-height:var(--dashboard-header-height);overflow:hidden}.dashboard-header-right-content{margin-left:auto;padding-right:var(--dashboard-space-md)}}.dashboard-editor-container{height:calc(100vh - 200px);display:flex;flex-direction:column;border:1px solid var(--dashboard-border-default);border-radius:.5rem;overflow:hidden;background-color:var(--dashboard-surface)}.dashboard-editor-toolbar{flex-shrink:0;background-color:var(--dashboard-surface-elevated);border-bottom:1px solid var(--dashboard-border-default);padding:var(--dashboard-space-sm);display:flex;align-items:center;gap:var(--dashboard-space-xs);flex-wrap:wrap}.dashboard-heading-select{background-color:var(--dashboard-surface);border:1px solid var(--dashboard-border-default);border-radius:.375rem;padding:var(--dashboard-space-xs) var(--dashboard-space-sm);font-size:.875rem;color:var(--dashboard-text-primary);min-width:120px;outline:none;cursor:pointer;transition:all .2s ease}.dashboard-heading-select:hover{border-color:var(--dashboard-border-hover)}.dashboard-heading-select:focus{border-color:var(--dashboard-accent);box-shadow:0 0 0 2px rgba(74,158,255,.2)}.dashboard-heading-select option{padding:var(--dashboard-space-xs);background-color:var(--dashboard-surface);color:var(--dashboard-text-primary)}.dashboard-editor-content{flex:1;overflow-y:auto;background-color:var(--dashboard-background);border:none;border-radius:0;padding:var(--dashboard-space-lg);font-size:1rem;line-height:1.625;color:var(--dashboard-text-primary);outline:none;resize:none}.dashboard-editor-textarea{width:100%;height:100%;min-height:100%;border:none;outline:none;resize:none;font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;background:transparent;padding:0;margin:0}.dashboard-editor-textarea h1{font-size:2.5rem;font-weight:inherit;margin:1rem 0 .5rem;color:inherit;line-height:1.2}.dashboard-editor-textarea h2{font-size:2rem;font-weight:inherit;margin:.875rem 0 .5rem;color:inherit;line-height:1.3}.dashboard-editor-textarea h3{font-size:1.5rem;font-weight:inherit;margin:.75rem 0 .5rem;color:inherit;line-height:1.4}.dashboard-editor-textarea h4{font-size:1.25rem;font-weight:inherit;margin:.625rem 0 .375rem;color:inherit;line-height:1.4}.dashboard-editor-textarea h5{font-size:1.125rem}.dashboard-editor-textarea h5,.dashboard-editor-textarea h6{font-weight:inherit;margin:.5rem 0 .25rem;color:inherit;line-height:1.5}.dashboard-editor-textarea h6{font-size:1rem}.dashboard-editor-textarea p{font-size:1rem;font-weight:inherit;margin:.5rem 0;color:inherit;line-height:1.6}.dashboard-editor-textarea:empty:before{content:attr(data-placeholder);color:var(--dashboard-text-muted);opacity:.7}.dashboard-editor-textarea ol,.dashboard-editor-textarea ul{margin:.5rem 0;padding-left:1.5rem;line-height:1.6}.dashboard-editor-textarea ul{list-style-type:disc;list-style-position:outside}.dashboard-editor-textarea ol{list-style-type:decimal;list-style-position:outside}.dashboard-editor-textarea li{margin:.25rem 0;font-size:1rem;color:inherit;display:list-item}.dashboard-editor-textarea ul ul{list-style-type:circle;margin-top:.25rem;margin-bottom:.25rem}.dashboard-editor-textarea ul ul ul{list-style-type:square}.dashboard-editor-textarea ol ol{list-style-type:lower-alpha;margin-top:.25rem;margin-bottom:.25rem}.dashboard-editor-textarea ol ol ol{list-style-type:lower-roman}.dashboard-editor-textarea [style*="text-align: left"]{text-align:left!important}.dashboard-editor-textarea [style*="text-align: center"]{text-align:center!important}.dashboard-editor-textarea [style*="text-align: right"]{text-align:right!important}.dashboard-editor-textarea [style*="text-align: justify"]{text-align:justify!important}.dashboard-editor-preview{flex:1;overflow-y:auto;background-color:var(--dashboard-background);padding:var(--dashboard-space-lg)}.dashboard-editor-preview-content{max-width:none;line-height:1.6}.dashboard-editor-preview-content h1{font-size:2.5rem;font-weight:inherit;margin:1rem 0 .5rem;color:inherit;line-height:1.2}.dashboard-editor-preview-content h2{font-size:2rem;font-weight:inherit;margin:.875rem 0 .5rem;color:inherit;line-height:1.3}.dashboard-editor-preview-content h3{font-size:1.5rem;font-weight:inherit;margin:.75rem 0 .5rem;color:inherit;line-height:1.4}.dashboard-editor-preview-content h4{font-size:1.25rem;font-weight:inherit;margin:.625rem 0 .375rem;color:inherit;line-height:1.4}.dashboard-editor-preview-content h5{font-size:1.125rem;font-weight:inherit;margin:.5rem 0 .25rem;color:inherit;line-height:1.5}.dashboard-editor-preview-content h6{font-size:1rem;font-weight:inherit;margin:.5rem 0 .25rem;color:inherit;line-height:1.5}.dashboard-editor-preview-content p{font-size:1rem;font-weight:inherit;margin:.5rem 0;color:inherit;line-height:1.6}.dashboard-editor-preview-content ol,.dashboard-editor-preview-content ul{margin:.5rem 0;padding-left:1.5rem;line-height:1.6}.dashboard-editor-preview-content ul{list-style-type:disc;list-style-position:outside}.dashboard-editor-preview-content ol{list-style-type:decimal;list-style-position:outside}.dashboard-editor-preview-content li{margin:.25rem 0;font-size:1rem;color:inherit;display:list-item}.dashboard-editor-preview-content ul ul{list-style-type:circle;margin-top:.25rem;margin-bottom:.25rem}.dashboard-editor-preview-content ul ul ul{list-style-type:square}.dashboard-editor-preview-content ol ol{list-style-type:lower-alpha;margin-top:.25rem;margin-bottom:.25rem}.dashboard-editor-preview-content ol ol ol{list-style-type:lower-roman}.dashboard-editor-preview-content [style*="text-align: left"]{text-align:left!important}.dashboard-editor-preview-content [style*="text-align: center"]{text-align:center!important}.dashboard-editor-preview-content [style*="text-align: right"]{text-align:right!important}.dashboard-editor-preview-content [style*="text-align: justify"]{text-align:justify!important}.dashboard-editor-preview-content a{color:var(--dashboard-accent);text-decoration:underline}.dashboard-editor-preview-content a:hover{color:var(--dashboard-accent-hover)}.dashboard-editor-preview-content strong{font-weight:700;color:inherit}.dashboard-editor-preview-content em{font-style:italic;color:inherit}.dashboard-editor-preview-content code{background-color:var(--dashboard-surface-elevated);padding:.125rem .25rem;border-radius:.25rem;font-family:Courier New,monospace;font-size:.875rem;color:inherit}.dashboard-editor-preview-content pre{background-color:var(--dashboard-surface-elevated);padding:1rem;border-radius:.5rem;margin:1rem 0;overflow-x:auto}.dashboard-editor-preview-content pre code{background:none;padding:0;font-size:.875rem}.blog-post-content{max-width:none;line-height:1.6;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.blog-post-content h1{font-size:2.5rem;font-weight:inherit;margin:1rem 0 .5rem;color:inherit;line-height:1.2}.blog-post-content h2{font-size:2rem;font-weight:inherit;margin:.875rem 0 .5rem;color:inherit;line-height:1.3}.blog-post-content h3{font-size:1.5rem;margin:.75rem 0 .5rem}.blog-post-content h3,.blog-post-content h4{font-weight:inherit;color:inherit;line-height:1.4}.blog-post-content h4{font-size:1.25rem;margin:.625rem 0 .375rem}.blog-post-content h5{font-size:1.125rem}.blog-post-content h5,.blog-post-content h6{font-weight:inherit;margin:.5rem 0 .25rem;color:inherit;line-height:1.5}.blog-post-content h6{font-size:1rem}.blog-post-content p{font-size:1rem;font-weight:inherit;margin:.5rem 0;color:inherit;line-height:1.6}.blog-post-content ol,.blog-post-content ul{margin:.5rem 0;padding-left:1.5rem;line-height:1.6}.blog-post-content ul{list-style-type:disc;list-style-position:outside}.blog-post-content ol{list-style-type:decimal;list-style-position:outside}.blog-post-content li{margin:.25rem 0;font-size:1rem;color:inherit;display:list-item}.blog-post-content ul ul{list-style-type:circle;margin-top:.25rem;margin-bottom:.25rem}.blog-post-content ul ul ul{list-style-type:square}.blog-post-content ol ol{list-style-type:lower-alpha;margin-top:.25rem;margin-bottom:.25rem}.blog-post-content ol ol ol{list-style-type:lower-roman}.blog-post-content [style*="text-align: left"]{text-align:left!important}.blog-post-content [style*="text-align: center"]{text-align:center!important}.blog-post-content [style*="text-align: right"]{text-align:right!important}.blog-post-content [style*="text-align: justify"]{text-align:justify!important}.blog-post-content div[style*=text-align],.blog-post-content h1[style*=text-align],.blog-post-content h2[style*=text-align],.blog-post-content h3[style*=text-align],.blog-post-content h4[style*=text-align],.blog-post-content h5[style*=text-align],.blog-post-content h6[style*=text-align],.blog-post-content p[style*=text-align],.dashboard-editor-preview-content div[style*=text-align],.dashboard-editor-preview-content h1[style*=text-align],.dashboard-editor-preview-content h2[style*=text-align],.dashboard-editor-preview-content h3[style*=text-align],.dashboard-editor-preview-content h4[style*=text-align],.dashboard-editor-preview-content h5[style*=text-align],.dashboard-editor-preview-content h6[style*=text-align],.dashboard-editor-preview-content p[style*=text-align],.dashboard-editor-textarea div[style*=text-align],.dashboard-editor-textarea h1[style*=text-align],.dashboard-editor-textarea h2[style*=text-align],.dashboard-editor-textarea h3[style*=text-align],.dashboard-editor-textarea h4[style*=text-align],.dashboard-editor-textarea h5[style*=text-align],.dashboard-editor-textarea h6[style*=text-align],.dashboard-editor-textarea p[style*=text-align]{display:block;width:100%}.blog-post-content a{color:#4a9eff;text-decoration:underline}.blog-post-content a:hover{color:#5ba7ff}.blog-post-content strong{font-weight:700;color:inherit}.blog-post-content em{font-style:italic;color:inherit}.blog-post-content code{background-color:#f5f5f5;padding:.125rem .25rem;border-radius:.25rem;font-family:Courier New,monospace;font-size:.875rem;color:inherit}.blog-post-content pre{background-color:#f5f5f5;padding:1rem;border-radius:.5rem;margin:1rem 0;overflow-x:auto}.blog-post-content pre code{background:none;padding:0;font-size:.875rem}.dashboard-metadata-panel-mobile{width:100%;background-color:var(--dashboard-surface);border-top:1px solid var(--dashboard-border-subtle);border-radius:var(--dashboard-radius-lg) var(--dashboard-radius-lg) 0 0;padding:var(--dashboard-space-lg);position:relative}.dashboard-metadata-panel-desktop{position:fixed;top:var(--dashboard-header-height);right:0;width:288px;height:calc(100vh - var(--dashboard-header-height));background-color:var(--dashboard-surface);border-left:1px solid var(--dashboard-border-subtle);overflow-y:auto;overflow-x:hidden;z-index:25;padding:var(--dashboard-space-md);box-sizing:border-box}@media (max-width:1023px){.dashboard-metadata-panel-desktop{display:none!important}}.dashboard-post-editor-container{width:100%;min-height:100vh;position:relative}body.show-metadata-panel .dashboard-main{margin-right:288px}@media (max-width:1023px){body.show-metadata-panel .dashboard-main{margin-right:0}}.dashboard-metadata-panel-mobile .dashboard-metadata-section{margin-bottom:var(--dashboard-space-lg);background-color:var(--dashboard-surface-elevated);border-radius:var(--dashboard-radius-md);padding:var(--dashboard-space-md)}.dashboard-metadata-panel-desktop .dashboard-metadata-section{margin-bottom:var(--dashboard-space-lg);background-color:transparent;border-radius:0;padding:0}.dashboard-metadata-header{font-size:.75rem;font-weight:600;color:var(--dashboard-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--dashboard-space-sm)}.dashboard-metadata-panel-mobile .dashboard-metadata-item{min-height:44px}.dashboard-metadata-panel-desktop .dashboard-metadata-item,.dashboard-metadata-panel-mobile .dashboard-metadata-item{display:flex;align-items:center;justify-content:space-between;padding:var(--dashboard-space-sm) 0;font-size:.875rem;color:var(--dashboard-text-secondary)}.dashboard-metadata-panel-desktop .dashboard-metadata-item{min-height:auto}.dashboard-metadata-panel-mobile input,.dashboard-metadata-panel-mobile select,.dashboard-metadata-panel-mobile textarea{min-height:44px;font-size:16px}.dashboard-metadata-panel-desktop input,.dashboard-metadata-panel-desktop select,.dashboard-metadata-panel-desktop textarea{min-height:auto;font-size:.875rem}.dashboard-metadata-panel-mobile button{min-height:44px;font-size:16px}.dashboard-metadata-panel-desktop button{min-height:auto;font-size:.875rem}.dashboard-metadata-panel-mobile .inline-flex{margin-bottom:.25rem}.dashboard-state-hover{transition:all .2s ease;cursor:pointer}.dashboard-state-focus{outline:2px solid var(--dashboard-accent);outline-offset:2px}.dashboard-state-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}@media (max-width:1024px){.dashboard-main{margin-left:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.dashboard-sidebar{transform:translateX(-100%);width:var(--dashboard-sidebar-width,256px);background-color:var(--dashboard-surface,#2d2d2d);border-right:1px solid var(--dashboard-border-subtle,#404040);position:fixed;top:var(--dashboard-header-height,64px);left:0;height:calc(100vh - var(--dashboard-header-height, 64px));overflow-y:auto;z-index:50;transition:transform .3s ease;display:flex;flex-direction:column}.dashboard-sidebar.open{transform:translateX(0)}.dashboard-sidebar *{visibility:visible!important;opacity:1!important;display:unset!important}.dashboard-sidebar .dashboard-sidebar-nav{display:flex!important;flex-direction:column!important;visibility:visible!important;opacity:1!important}.dashboard-sidebar .dashboard-sidebar-footer{position:sticky;bottom:0;width:100%;padding:var(--dashboard-space-md);border-top:1px solid var(--dashboard-border-subtle);background-color:var(--dashboard-surface);margin-top:auto}.dashboard-sidebar .dashboard-nav-item{display:flex!important;visibility:visible!important;opacity:1!important;align-items:center;gap:var(--dashboard-space-sm,.5rem);padding:var(--dashboard-space-sm,.5rem) var(--dashboard-space-md,1rem);border-radius:.375rem;font-size:.875rem;font-weight:500;color:var(--dashboard-text-secondary,#b0b0b0);text-decoration:none;transition:all .2s ease;cursor:pointer;position:relative;width:100%;box-sizing:border-box}.dashboard-sidebar .dashboard-nav-item:hover{background-color:var(--dashboard-surface-elevated,#3a3a3a);color:var(--dashboard-text-primary,#ffffff)}.dashboard-sidebar .dashboard-nav-item.active{background-color:var(--dashboard-accent,#4a9eff);color:var(--dashboard-text-primary,#ffffff)}.dashboard-metadata-panel{position:static;width:100%;height:auto;border-left:none;border-top:1px solid var(--dashboard-border-subtle);border-radius:8px;margin-top:var(--dashboard-space-md)}.dashboard-content,.dashboard-header{padding:var(--dashboard-space-md);min-width:320px}}@media (max-width:768px){.dashboard-main{overflow-x:auto;-webkit-overflow-scrolling:touch}.dashboard-content,.dashboard-header{padding:var(--dashboard-space-sm);min-width:280px}.dashboard-nav-item{padding:var(--dashboard-space-md) var(--dashboard-space-lg)}.dashboard-editor-toolbar{flex-wrap:nowrap;gap:var(--dashboard-space-xs);padding:var(--dashboard-space-sm);overflow-x:auto;-webkit-overflow-scrolling:touch;min-width:-moz-max-content;min-width:max-content}.dashboard-editor-toolbar-sticky{padding:var(--dashboard-space-xs);left:0;top:0;overflow-x:auto}.dashboard-editor-container{height:calc(100vh - 150px);overflow-x:auto}.dashboard-editor-content{min-height:200px;padding:var(--dashboard-space-sm);font-size:.875rem;line-height:1.5;min-width:280px}.dashboard-input{font-size:16px}.dashboard-card .dashboard-input[placeholder*=Titre]{font-size:1.25rem}.dashboard-card{min-width:280px;overflow-x:auto}}@media (max-width:480px){.dashboard-main{overflow-x:auto;-webkit-overflow-scrolling:touch}.dashboard-content{padding:var(--dashboard-space-xs);min-width:240px}.dashboard-header{min-width:240px}.dashboard-editor-toolbar{padding:var(--dashboard-space-xs);flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.dashboard-editor-container{height:calc(100vh - 120px);overflow-x:auto}.dashboard-editor-content{min-height:150px;padding:var(--dashboard-space-xs);min-width:240px}.dashboard-card>div:first-child{flex-direction:row;align-items:center;gap:var(--dashboard-space-sm);overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:var(--dashboard-space-xs)}.dashboard-card>div:first-child>div{flex-wrap:nowrap;gap:var(--dashboard-space-xs);min-width:-moz-max-content;min-width:max-content}.dashboard-card{min-width:240px;overflow-x:auto}}.dashboard-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.5);z-index:45;opacity:0;transition:opacity .3s ease;pointer-events:none}.dashboard-overlay.open{opacity:1;pointer-events:auto}.dashboard-scrollbar::-webkit-scrollbar{width:6px}.dashboard-scrollbar::-webkit-scrollbar-track{background:var(--dashboard-surface)}.dashboard-scrollbar::-webkit-scrollbar-thumb{background:var(--dashboard-border-default);border-radius:3px}.dashboard-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--dashboard-border-emphasis)}.dashboard-dropdown-content,[data-slot=select-content]{background-color:var(--dashboard-surface-elevated)!important;border:1px solid var(--dashboard-border-default)!important;color:var(--dashboard-text-primary)!important;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)!important}.dashboard-dropdown-item,[data-slot=select-item]{color:var(--dashboard-text-secondary)!important;transition:all .2s ease!important}.dashboard-dropdown-item:hover,[data-slot=select-item]:hover,[data-slot=select-item][data-highlighted]{background-color:var(--dashboard-surface)!important;color:var(--dashboard-text-primary)!important}.dashboard-dropdown-label,[data-slot=select-label]{color:var(--dashboard-text-muted)!important}.dashboard-dropdown-separator,[data-slot=select-separator]{background-color:var(--dashboard-border-subtle)!important}@keyframes dashboard-slide-in{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes dashboard-fade-in{0%{opacity:0}to{opacity:1}}.dashboard-animate-slide-in{animation:dashboard-slide-in .3s ease-out}.dashboard-animate-fade-in{animation:dashboard-fade-in .2s ease-out}.posts-list-container{background-color:var(--dashboard-surface);border-radius:.5rem;border:1px solid var(--dashboard-border-subtle);box-shadow:0 1px 2px 0 rgba(0,0,0,.05);overflow:hidden;padding-left:2rem}.posts-list-header{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:1rem;border-bottom:1px solid var(--dashboard-border-default);margin-left:-2rem;padding:1rem 1rem 1rem .5rem}.posts-list-header input[type=checkbox]{margin:0;justify-self:start}.posts-list-header .header-text{margin:0;text-align:right;justify-self:end}.posts-list-item{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:1rem;border-bottom:1px solid var(--dashboard-border-default);transition:background-color .2s ease;margin-left:-2rem;padding:1rem 1rem 1rem .5rem}.posts-list-item:last-child{border-bottom:none}.posts-list-item:hover{background-color:var(--dashboard-surface-elevated)}.posts-list-item input[type=checkbox]{margin:0;justify-self:start}.posts-list-item .item-content{min-width:0}.dropdown-menu-content,[data-radix-menu-content],[data-radix-popper-content-wrapper] .dropdown-menu-content{background-color:var(--dashboard-surface-elevated)!important;border:1px solid var(--dashboard-border-default)!important;border-radius:.5rem!important;box-shadow:0 10px 15px -3px rgba(0,0,0,.4),0 4px 6px -2px rgba(0,0,0,.3)!important;padding:.5rem!important;min-width:200px!important;z-index:50!important}.dropdown-menu-item,[data-radix-collection-item]{background-color:transparent!important;color:var(--dashboard-text-primary)!important;padding:.5rem .75rem!important;border-radius:.25rem!important;cursor:pointer!important;transition:background-color .2s ease!important;display:flex!important;align-items:center!important;font-size:.875rem!important;line-height:1.25rem!important}.dropdown-menu-item:hover,[data-radix-collection-item]:hover,[data-radix-collection-item][data-highlighted]{background-color:var(--dashboard-surface)!important;color:var(--dashboard-text-primary)!important;outline:none!important}.dropdown-menu-item[data-destructive=true],[data-radix-collection-item][data-destructive=true]{color:var(--dashboard-error)!important}.dropdown-menu-item[data-destructive=true]:hover,[data-radix-collection-item][data-destructive=true]:hover,[data-radix-collection-item][data-destructive=true][data-highlighted]{background-color:var(--dashboard-error)!important;color:white!important}.dropdown-menu-separator,[data-radix-menu-separator]{background-color:var(--dashboard-border-default)!important;height:1px!important;margin:.5rem 0!important}[data-radix-popper-content-wrapper]{z-index:50!important}[data-radix-menu-content],[data-radix-popper-content-wrapper]>div{background-color:var(--dashboard-surface-elevated)!important;border:1px solid var(--dashboard-border-default)!important;border-radius:.5rem!important;box-shadow:0 10px 15px -3px rgba(0,0,0,.4),0 4px 6px -2px rgba(0,0,0,.3)!important;padding:.5rem!important}[data-radix-menu-content] [role=menuitem],[data-radix-popper-content-wrapper]>div [role=menuitem]{background-color:transparent!important;color:var(--dashboard-text-primary)!important;padding:.5rem .75rem!important;border-radius:.25rem!important;margin:.125rem!important;cursor:pointer!important;transition:background-color .2s ease!important;display:flex!important;align-items:center!important;font-size:.875rem!important}[data-radix-menu-content] [role=menuitem]:hover,[data-radix-menu-content] [role=menuitem][data-highlighted],[data-radix-popper-content-wrapper]>div [role=menuitem]:hover,[data-radix-popper-content-wrapper]>div [role=menuitem][data-highlighted]{background-color:var(--dashboard-surface)!important;color:var(--dashboard-text-primary)!important;outline:none!important}[data-radix-menu-content] [role=menuitem][data-destructive],[data-radix-popper-content-wrapper]>div [role=menuitem][data-destructive]{color:var(--dashboard-error)!important}[data-radix-menu-content] [role=menuitem][data-destructive]:hover,[data-radix-menu-content] [role=menuitem][data-destructive][data-highlighted],[data-radix-popper-content-wrapper]>div [role=menuitem][data-destructive]:hover,[data-radix-popper-content-wrapper]>div [role=menuitem][data-destructive][data-highlighted]{background-color:var(--dashboard-error)!important;color:white!important}.text-dashboard-text-primary{color:var(--dashboard-text-primary)!important}.text-dashboard-text-secondary{color:var(--dashboard-text-secondary)!important}.text-dashboard-text-muted{color:var(--dashboard-text-muted)!important}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3f69592b2fe603c7-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6325a8417175c41d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/021bc4481ed92ece-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/99b7f73d5af7c3e2-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4f05ba3a6752a328-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3f69592b2fe603c7-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6325a8417175c41d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/021bc4481ed92ece-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/99b7f73d5af7c3e2-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4f05ba3a6752a328-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat Fallback;src:local("Arial");ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.00%;size-adjust:112.83%}.__className_23b06b{font-family:Montserrat,Montserrat Fallback;font-style:normal}.__variable_23b06b{--font-montserrat:"Montserrat","Montserrat Fallback"}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/74c003a2abab0c4f-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/24c15609eaa28576-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/84602850c8fd81c3-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/90da053edc2b7de3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/ac3b7908202f8517-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/627d916fd739a539-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b5ee789b512e4d1b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2c07349e02a7b712-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/47cbc4e2adbc5db9-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/74c003a2abab0c4f-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/24c15609eaa28576-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/84602850c8fd81c3-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/90da053edc2b7de3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/ac3b7908202f8517-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/627d916fd739a539-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b5ee789b512e4d1b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2c07349e02a7b712-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/47cbc4e2adbc5db9-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Fallback;src:local("Arial");ascent-override:92.98%;descent-override:24.47%;line-gap-override:0.00%;size-adjust:99.78%}.__className_4db51b{font-family:Roboto,Roboto Fallback;font-style:normal}.__variable_4db51b{--font-roboto:"Roboto","Roboto Fallback"}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/f7c8bed65df13031-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/6af6b543dd3be231-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_65f816{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.__variable_65f816{--font-playfair:"Playfair Display","Playfair Display Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_e8ce0c{font-family:Inter,Inter Fallback;font-style:normal}