@charset "UTF-8";:root{--color-bg-light:#ffffff;--color-text-light:#1a1a1a;--color-text-muted-light:#6b7280;--color-border-light:#e5e7eb;--color-accent-light:#1d4ed8;--color-surface-light:#f9fafb;--color-bg-dark:#111827;--color-text-dark:#f9fafb;--color-text-muted-dark:#9ca3af;--color-border-dark:#374151;--color-accent-dark:#60a5fa;--color-surface-dark:#1f2937;--color-bg:var(--color-bg-light);--color-text:var(--color-text-light);--color-text-muted:var(--color-text-muted-light);--color-border:var(--color-border-light);--color-accent:var(--color-accent-light);--color-surface:var(--color-surface-light)}*,*::before,*::after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.6;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}ul,ol{list-style:none;padding:0;margin:0}button{background:0 0;border:none;padding:0;cursor:pointer}a{text-decoration:none;color:inherit}:focus{outline:2px solid var(--color-accent);outline-offset:2px}:focus:not(:focus-visible){outline:none}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}a:focus,button:focus,input:focus,textarea:focus,select:focus{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:.25rem}.post-card:focus-within,.menu-item:focus-within{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:.5rem}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;font-size:1rem;line-height:1.6;background-color:var(--color-bg);color:var(--color-text);transition:all .2s ease-in-out;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-display:swap;text-rendering:optimizeLegibility}@media(prefers-reduced-motion:reduce){body{scroll-behavior:auto !important}body *,body *::before,body *::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}}.skip-link{position:absolute;top:-40px;left:6px;z-index:1000;padding:8px;background:var(--color-accent);color:#fff;text-decoration:none;border-radius:.25rem}.skip-link:focus{top:6px}.main-content{max-width:80%;width:100%;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.main-content{padding:0 2rem}}@media(min-width:1200px){.main-content{max-width:1200px}}a{color:var(--color-accent);transition:all .15s ease-in-out}a:hover{opacity:.8}a:active{opacity:.6}img{height:auto;border-radius:.25rem}img[loading=lazy]{aspect-ratio:attr(width)/attr(height)}img[width][height]{aspect-ratio:attr(width)/attr(height)}pre,code{font-family:sf mono,Monaco,cascadia code,roboto mono,Consolas,courier new,monospace;font-size:.875rem}pre{background-color:var(--color-surface);padding:1rem;border-radius:.5rem;overflow-x:auto;border:1px solid var(--color-border)}code{background-color:var(--color-surface);padding:.25rem .5rem;border-radius:.25rem;border:1px solid var(--color-border)}pre code{background:0 0;padding:0;border:none}blockquote{border-left:4px solid var(--color-accent);padding:1rem;margin:1.5rem 0;background-color:var(--color-surface);border-radius:.5rem}blockquote p{margin:0}blockquote cite{display:block;margin-top:.5rem;font-size:.875rem;color:var(--color-text-muted);font-style:normal}blockquote cite::before{content:'— '}table{width:100%;border-collapse:collapse;margin:1.5rem 0}table th,table td{padding:.5rem 1rem;text-align:left;border-bottom:1px solid var(--color-border)}table th{font-weight:600;background-color:var(--color-surface)}table tr:hover{background-color:var(--color-surface)}hr{border:none;height:1px;background-color:var(--color-border);margin:2rem 0}h1,h2,h3,h4,h5,h6{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;font-weight:600;line-height:1.2;color:var(--color-text);margin-bottom:1rem}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:.875rem}p{margin-bottom:1rem;color:var(--color-text)}.text-muted{color:var(--color-text-muted)}.text-small{font-size:.875rem}.site-header{border-bottom:1px solid var(--color-border);padding:1.5rem 0;margin-bottom:2rem}.site-footer{border-top:1px solid var(--color-border);padding:2rem 0;margin-top:2rem}.header-content{max-width:80%;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}@media(min-width:768px){.header-content{padding:0 2rem}}.site-branding .site-title{margin:0;font-size:1.5rem}.site-branding .site-title .site-title-link{color:var(--color-text);text-decoration:none;display:flex;align-items:center;gap:.5rem}.site-branding .site-title .site-title-link:hover{color:var(--color-accent)}.site-branding .site-title .site-logo{height:48px;width:auto;display:block}.theme-dark .site-branding .site-title .site-logo{filter:brightness(0)invert(1)}@media(max-width:768px){.site-branding .site-title .site-logo{height:40px}}.site-nav{display:flex;align-items:center;gap:1rem}.site-nav .menu-list{display:flex;gap:1rem}.site-nav .menu-list .menu-link{color:var(--color-text);text-decoration:none;padding:.5rem;border-radius:.25rem;transition:all .15s ease-in-out}.site-nav .menu-list .menu-link:hover{background-color:var(--color-surface);color:var(--color-accent)}.site-nav .menu-list .menu-link.active{color:var(--color-accent);font-weight:600}.language-switcher{display:flex;align-items:center;gap:.25rem}.language-switcher .language-switcher-label{font-size:.875rem;color:var(--color-text-muted)}.language-switcher .language-switcher-select{background:var(--color-bg);border:1px solid var(--color-border);border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;color:var(--color-text);cursor:pointer;transition:all .15s ease-in-out}.language-switcher .language-switcher-select:hover{border-color:var(--color-accent)}.language-switcher .language-switcher-select:focus{outline:2px solid var(--color-accent);outline-offset:2px}.theme-toggle{background:0 0;border:1px solid var(--color-border);border-radius:.5rem;padding:.5rem;cursor:pointer;transition:all .15s ease-in-out}.theme-toggle:hover{background-color:var(--color-surface);border-color:var(--color-accent)}.theme-toggle .theme-toggle-icon{font-size:1.125rem}.footer-content{max-width:80%;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}@media(min-width:768px){.footer-content{padding:0 2rem}}.footer-info .copyright,.footer-info .powered-by{margin:0;font-size:.875rem;color:var(--color-text-muted)}.footer-social .social-links{display:flex;gap:1rem}.footer-social .social-links a{color:var(--color-text-muted);text-decoration:none}.footer-social .social-links a:hover{color:var(--color-accent)}.home-content .home-intro,.section-content .home-intro{text-align:center;margin-bottom:4rem}.home-content .home-intro h1,.section-content .home-intro h1{font-size:2rem;margin-bottom:1rem;color:var(--color-text)}.home-content .home-intro p,.section-content .home-intro p{font-size:1.125rem;color:var(--color-text-muted);max-width:600px;margin:0 auto}.section-header{margin-bottom:2rem}.section-header .section-title{font-size:2rem;margin-bottom:1rem;color:var(--color-text);border-bottom:2px solid var(--color-accent);padding-bottom:.5rem;display:inline-block}.section-header .section-description{font-size:1.125rem;color:var(--color-text-muted);margin-top:1rem}.layout-with-sidebar{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media(min-width:1200px){.layout-with-sidebar{grid-template-columns:1fr 300px;gap:4rem}}.main-posts{min-width:0}.posts-section .section-title{font-size:1.5rem;margin-bottom:2rem;color:var(--color-text);border-bottom:2px solid var(--color-accent);padding-bottom:.5rem;display:inline-block}.posts-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media(min-width:768px){.posts-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.posts-grid{grid-template-columns:repeat(3,1fr)}}.posts-more{text-align:center;margin-top:2rem}.view-all-link{display:inline-block;padding:1rem 1.5rem;background-color:var(--color-accent);color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;transition:all .15s ease-in-out}.view-all-link:hover{background-color:var(--color-accent);opacity:.9;transform:translateY(-2px)}.no-posts{text-align:center;padding:4rem;color:var(--color-text-muted)}.no-posts p{font-size:1.125rem;margin:0}.no-posts a{color:var(--color-accent);text-decoration:none}.no-posts a:hover{text-decoration:underline}.sidebar{position:static;order:-1}@media(min-width:1200px){.sidebar{position:sticky;top:1.5rem;order:0}}.sidebar-content{background-color:var(--color-surface);border-radius:1rem;padding:1.5rem;border:1px solid var(--color-border)}.sidebar-section{margin-bottom:2rem}.sidebar-section:last-child{margin-bottom:0}.sidebar-title{font-size:1.125rem;margin-bottom:1rem;color:var(--color-text);border-bottom:1px solid var(--color-border);padding-bottom:.5rem}.categories-list{list-style:none;padding:0;margin:0}.category-item{margin-bottom:.5rem}.category-item:last-child{margin-bottom:0}.category-link{display:flex;justify-content:space-between;align-items:center;padding:.5rem;color:var(--color-text);text-decoration:none;border-radius:.25rem;transition:all .15s ease-in-out}.category-link:hover{background-color:var(--color-bg);color:var(--color-accent)}.category-count{font-size:.875rem;color:var(--color-text-muted);font-weight:500}.tag-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.tag-link{display:inline-block;padding:.25rem .5rem;background-color:var(--color-bg);color:var(--color-text);text-decoration:none;border-radius:.25rem;border:1px solid var(--color-border);transition:all .15s ease-in-out;font-size:.875rem}.tag-link:hover{background-color:var(--color-accent);color:#fff;border-color:var(--color-accent)}.tag-link.tag-weight-1{font-size:.75rem}.tag-link.tag-weight-2{font-size:.875rem}.tag-link.tag-weight-3{font-size:1rem}.tag-link.tag-weight-4{font-size:1.125rem;font-weight:600}.recent-posts-list{list-style:none;padding:0;margin:0}.recent-post-item{margin-bottom:1rem}.recent-post-item:last-child{margin-bottom:0}.recent-post-link{display:block;color:var(--color-text);text-decoration:none;font-weight:500;line-height:1.4;margin-bottom:.25rem}.recent-post-link:hover{color:var(--color-accent)}.recent-post-date{font-size:.875rem;color:var(--color-text-muted);display:block}.posts-section .section-title{margin-bottom:1.5rem}.posts-grid{display:grid;gap:2rem;margin-bottom:2rem}.post .post-back-nav{margin-bottom:1.5rem}.post .post-back-nav .back-link{display:inline-flex;align-items:center;gap:.25rem;color:var(--color-text-muted);text-decoration:none;font-size:.875rem;font-weight:500;transition:all .15s ease-in-out}.post .post-back-nav .back-link:hover{color:var(--color-accent)}.post .post-back-nav .back-link .back-icon{width:16px;height:16px}.post .post-meta-top{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.post .post-meta-top .post-category{display:inline-block;padding:.25rem .5rem;background-color:#a8e6a3;color:#1a1a1a;font-size:.875rem;font-weight:500;border-radius:20px;text-transform:capitalize}.post .post-meta-top .post-reading-time{display:flex;align-items:center;gap:.25rem;color:var(--color-text-muted);font-size:.875rem}.post .post-meta-top .post-reading-time .clock-icon{width:16px;height:16px}.post .post-header{margin-bottom:2rem}.post .post-header .post-title{margin-bottom:1.5rem;font-size:2.25rem;line-height:1.2}.post .post-header .post-author-row{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--color-border)}.post .post-header .post-author-row .post-author-info{display:flex;align-items:center;gap:1rem}.post .post-header .post-author-row .post-author-info .author-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;background:var(--color-surface)}.post .post-header .post-author-row .post-author-info .author-avatar img{width:100%;height:100%;object-fit:cover}.post .post-header .post-author-row .post-author-info .author-avatar .avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--color-text-muted);background:var(--color-surface)}.post .post-header .post-author-row .post-author-info .author-details{display:flex;flex-direction:column;gap:.25rem}.post .post-header .post-author-row .post-author-info .author-details .author-name{font-weight:600;color:var(--color-text)}.post .post-header .post-author-row .post-author-info .author-details .post-date{font-size:.875rem;color:var(--color-text-muted)}.post .post-header .post-author-row .share-button{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:.5rem;color:var(--color-text-muted);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease-in-out}.post .post-header .post-author-row .share-button:hover{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.post .post-header .post-author-row .share-button .share-icon{width:16px;height:16px}.post .post-header .post-description{font-size:1.125rem;color:var(--color-text-muted);margin-bottom:1rem}.post .post-content{margin-bottom:2rem}.post .post-content>*+*{margin-top:1rem}.post .post-hero{margin-bottom:2rem}.post .post-hero .post-featured-image{width:100%;height:400px;object-fit:cover;border-radius:.5rem}.post-meta{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:var(--color-text-muted)}.post-meta .post-date{font-weight:500}.post-footer{border-top:1px solid var(--color-border);padding-top:1.5rem;margin-top:2rem}.post-tags{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.post-tags .tags-label{font-size:.875rem;font-weight:600;color:var(--color-text-muted);margin-right:.25rem}.post-tags .tag{display:inline-block;padding:.25rem .5rem;background-color:var(--color-bg);color:var(--color-text);text-decoration:none;border-radius:.25rem;border:1px solid var(--color-border);transition:all .15s ease-in-out;font-size:.875rem}.post-tags .tag:hover{background-color:var(--color-accent);color:#fff;border-color:var(--color-accent)}.post-card{border:1px solid var(--color-border);border-radius:.5rem;overflow:hidden;transition:all .2s ease-in-out;background:var(--color-bg)}.post-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%);transform:translateY(-2px)}.post-card .post-card-image img{width:100%;height:200px;object-fit:cover}.post-card .post-card-content{padding:1.5rem}.post-card .post-card-content .post-card-header .post-card-meta-top{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.post-card .post-card-content .post-card-header .post-card-meta-top .post-card-category{display:inline-block;padding:.25rem .5rem;background-color:#a8e6a3;color:#1a1a1a;font-size:.875rem;font-weight:500;border-radius:20px;text-transform:capitalize}.post-card .post-card-content .post-card-header .post-card-meta-top .post-card-reading-time{display:flex;align-items:center;gap:.25rem;color:var(--color-text-muted);font-size:.875rem}.post-card .post-card-content .post-card-header .post-card-meta-top .post-card-reading-time .clock-icon{width:14px;height:14px}.post-card .post-card-content .post-card-title{margin-bottom:1rem}.post-card .post-card-content .post-card-title a{color:var(--color-text);text-decoration:none;font-weight:700;font-size:1.25rem;line-height:1.4}.post-card .post-card-content .post-card-title a:hover{color:var(--color-accent)}.post-card .post-card-content .post-card-excerpt{color:var(--color-text-muted);margin-bottom:1.5rem;line-height:1.6;font-size:1rem}.post-card .post-card-content .post-card-footer .post-card-author-row{display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:inherit;padding:.5rem 0;border-radius:.25rem;transition:background-color .2s ease}.post-card .post-card-content .post-card-footer .post-card-author-row:hover{background-color:var(--color-bg-alt,rgba(0,0,0,2%))}.post-card .post-card-content .post-card-footer .post-card-author-row .post-card-author{display:flex;align-items:center;gap:.5rem}.post-card .post-card-content .post-card-footer .post-card-author-row .post-card-author .author-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.post-card .post-card-content .post-card-footer .post-card-author-row .post-card-author .author-avatar img{width:100%;height:100%;object-fit:cover}.post-card .post-card-content .post-card-footer .post-card-author-row .post-card-author .author-avatar .avatar-placeholder{width:100%;height:100%;background-color:var(--color-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem}.post-card .post-card-content .post-card-footer .post-card-author-row .post-card-author .author-info{display:flex;flex-direction:column;gap:2px}.post-card .post-card-content .post-card-footer .post-card-author-row .post-card-author .author-info .author-name{font-weight:600;color:var(--color-text);font-size:.875rem}.post-card .post-card-content .post-card-footer .post-card-author-row .post-card-author .author-info .post-date{color:var(--color-text-muted);font-size:.875rem}.post-card .post-card-content .post-card-footer .post-card-author-row .arrow-icon{width:20px;height:20px;color:var(--color-text-muted);flex-shrink:0}.post-nav{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-border)}.post-nav .post-nav-content{display:flex;justify-content:space-between;gap:1rem}@media(max-width:768px){.post-nav .post-nav-content{flex-direction:column}}.post-nav .post-nav-prev,.post-nav .post-nav-next{flex:1}.post-nav .post-nav-prev .post-nav-link,.post-nav .post-nav-next .post-nav-link{display:block;padding:1rem;border:1px solid var(--color-border);border-radius:.5rem;text-decoration:none;transition:all .2s ease-in-out}.post-nav .post-nav-prev .post-nav-link:hover,.post-nav .post-nav-next .post-nav-link:hover{background-color:var(--color-surface);border-color:var(--color-accent)}.post-nav .post-nav-prev .post-nav-link .post-nav-label,.post-nav .post-nav-next .post-nav-link .post-nav-label{display:block;font-size:.875rem;color:var(--color-text-muted);margin-bottom:.25rem}.post-nav .post-nav-prev .post-nav-link .post-nav-title,.post-nav .post-nav-next .post-nav-link .post-nav-title{display:block;font-weight:500;color:var(--color-text)}.post-nav .post-nav-next{text-align:right}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem}.pagination .page-item .page-link{display:block;padding:.5rem 1rem;color:var(--color-text);text-decoration:none;border:1px solid var(--color-border);border-radius:.25rem;transition:all .15s ease-in-out}.pagination .page-item .page-link:hover{background-color:var(--color-surface);color:var(--color-accent)}.pagination .page-item .page-link.active{background-color:var(--color-accent);color:#fff;border-color:var(--color-accent)}.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;z-index:1000;background-color:var(--color-bg);border-top:1px solid var(--color-border);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,5%);padding:1.5rem;animation:slideUp .3s ease-out}@media(max-width:768px){.cookie-consent-banner{padding:1rem}}.cookie-consent-content{max-width:80%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}@media(max-width:768px){.cookie-consent-content{flex-direction:column;align-items:stretch;gap:1rem}}.cookie-consent-text{flex:1}.cookie-consent-text p{margin:0;font-size:.875rem;line-height:1.4;color:var(--color-text)}.cookie-consent-text p:not(:last-child){margin-bottom:.5rem}.cookie-consent-text .cookie-consent-privacy a{color:var(--color-accent);text-decoration:underline}.cookie-consent-text .cookie-consent-privacy a:hover{opacity:.8}.cookie-consent-actions{display:flex;gap:.5rem;flex-shrink:0}@media(max-width:768px){.cookie-consent-actions{flex-direction:column;width:100%}.cookie-consent-actions .btn{width:100%;text-align:center}}.cookie-consent-actions .btn{font-size:.875rem;padding:.5rem 1rem;white-space:nowrap}.cookie-consent-actions .btn.btn-primary{order:1}.cookie-consent-actions .btn.btn-secondary{order:2}@media(max-width:768px){.cookie-consent-actions .btn.btn-primary{order:1}.cookie-consent-actions .btn.btn-secondary{order:2}}@keyframes slideUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}body:has(.cookie-consent-banner[style*="display: block"]){padding-bottom:120px}@media(max-width:768px){body:has(.cookie-consent-banner[style*="display: block"]){padding-bottom:180px}}.cookie-consent-active{padding-bottom:120px}@media(max-width:768px){.cookie-consent-active{padding-bottom:180px}}.btn{display:inline-block;padding:.5rem 1rem;border:1px solid var(--color-border);border-radius:.5rem;text-decoration:none;font-weight:500;transition:all .15s ease-in-out;cursor:pointer}.btn:hover{background-color:var(--color-surface)}.btn.btn-primary{background-color:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn.btn-primary:hover{opacity:.9}.btn.btn-secondary{background-color:var(--color-surface);color:var(--color-text)}.btn.btn-secondary:hover{background-color:var(--color-border)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.theme-dark{--color-bg:var(--color-bg-dark);--color-text:var(--color-text-dark);--color-text-muted:var(--color-text-muted-dark);--color-border:var(--color-border-dark);--color-accent:var(--color-accent-dark);--color-surface:var(--color-surface-dark)}.theme-light{--color-bg:var(--color-bg-light);--color-text:var(--color-text-light);--color-text-muted:var(--color-text-muted-light);--color-border:var(--color-border-light);--color-accent:var(--color-accent-light);--color-surface:var(--color-surface-light)}@media(prefers-color-scheme:dark){.theme-system{--color-bg:var(--color-bg-dark);--color-text:var(--color-text-dark);--color-text-muted:var(--color-text-muted-dark);--color-border:var(--color-border-dark);--color-accent:var(--color-accent-dark);--color-surface:var(--color-surface-dark)}}@media(prefers-color-scheme:light){.theme-system{--color-bg:var(--color-bg-light);--color-text:var(--color-text-light);--color-text-muted:var(--color-text-muted-light);--color-border:var(--color-border-light);--color-accent:var(--color-accent-light);--color-surface:var(--color-surface-light)}}@media(max-width:768px){.header-content{flex-direction:column;align-items:stretch}.header-content .site-nav{justify-content:center}.footer-content{flex-direction:column;text-align:center;gap:1.5rem}.posts-grid{grid-template-columns:1fr}.post-card .post-card-image img{height:150px}}@media(min-width:768px){.posts-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.header-content{flex-wrap:nowrap}}@media(min-width:1200px){.posts-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}