.post:last-child{border-bottom:none}.entry-header{margin-bottom:20px}.entry-title{font-size:28px;margin-bottom:10px;line-height:1.3}.entry-title a{color:var(--color-text);text-decoration:none;transition:color .3s}.entry-title a:hover{color:var(--color-primary)}.entry-meta{color:var(--color-text-light);font-size:14px;margin-bottom:15px;display:flex;flex-wrap:wrap;gap:15px}.entry-meta span{display:inline-flex;align-items:center;gap:5px}.entry-content{line-height:1.8;margin-bottom:20px;font-size:clamp(16px, 1.2vw + 12px, 18px);text-wrap:pretty;overflow-wrap:anywhere;word-break:keep-all}.entry-content p{margin-bottom:15px}.entry-content img{max-width:100%;height:auto;margin:20px 0;border-radius:8px}.entry-content a{color:var(--color-primary);text-decoration:underline}.entry-content a:hover{color:var(--color-primary-dark)}.entry-content p,.entry-content li{text-wrap:pretty;overflow-wrap:break-word;word-break:normal;-webkit-hyphens:auto;hyphens:auto;text-align:left}.single .entry-content{width:100%;margin:0 auto 32px;text-align:left}.single .entry-content p,.single .entry-content li{font-size:18px;letter-spacing:-.03em;line-height:1.9;text-wrap:wrap;overflow-wrap:anywhere;word-break:break-all;-webkit-hyphens:none;hyphens:none;text-align:left}.single .entry-content h2,.single .entry-content h3{text-wrap:wrap;overflow-wrap:anywhere;word-break:break-all;-webkit-hyphens:none;hyphens:none}@media (min-width:769px){.single .entry-content p,.single .entry-content li{word-break:break-all;letter-spacing:-.025em;word-spacing:-.02em}}@media (max-width:768px){.single .entry-content{max-width:640px;padding:0 18px;font-size:18px;line-height:1.85;text-align:left}.single .entry-content p,.single .entry-content li{word-break:break-all;letter-spacing:-.015em;word-spacing:-.01em}}@media (max-width:480px){.single .entry-content{max-width:100%;padding:0 16px;font-size:17px;line-height:1.9;text-align:left}.single .entry-content p,.single .entry-content li{word-break:break-all;letter-spacing:-.012em;word-spacing:-.005em}}.entry-summary{line-height:1.8;margin-bottom:20px}.more-link{display:inline-block;color:var(--color-primary);text-decoration:none;font-weight:500;margin-top:10px;transition:color .3s}.more-link:hover{color:var(--color-primary-dark);text-decoration:underline}.post-thumbnail{margin-bottom:20px;overflow:hidden;border-radius:8px}.post-thumbnail img{width:100%;height:auto;transition:transform .3s}.post-thumbnail:hover img{transform:scale(1.05)}.entry-footer{margin-top:30px;padding-top:20px;border-top:1px solid var(--color-border)}.page-header{margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid var(--color-border)}.page-title{font-size:32px;margin-bottom:10px}.archive-description{color:var(--color-text-medium);font-size:16px;line-height:1.6}.no-results{text-align:center;padding:60px 20px}.no-results .entry-title{font-size:28px;margin-bottom:20px}.no-results .entry-content{max-width:600px;margin:0 auto;text-align:center}.no-results .entry-content p,.no-results .entry-content li{text-align:center}.post-navigation{margin:40px 0;padding:20px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.nav-links{display:flex;justify-content:space-between;gap:20px}.nav-previous,.nav-next{flex:1}.nav-subtitle{display:block;font-size:12px;color:var(--color-text-light);margin-bottom:5px;text-transform:uppercase;letter-spacing:1px}.nav-title{display:block;font-size:16px;font-weight:500;color:var(--color-text)}.nav-links a:hover .nav-title{color:var(--color-primary)}.featured-posts-section{margin-top:clamp(52px, 6vw, 96px);margin-bottom:clamp(44px, 5.5vw, 88px)}.featured-post-wrapper{position:relative;background:var(--color-background);border-radius:clamp(22px, 3.2vw, 32px);overflow:hidden;display:block;transition:transform .35s ease;cursor:pointer}.featured-post-wrapper:hover{transform:translateY(-4px)}.featured-posts-container{display:grid;grid-template-columns:minmax(0, 1.45fr) minmax(0, 1fr);gap:clamp(22px, 2.8vw, 40px);width:100%;align-items:stretch;background:0 0}.featured-post-image{position:relative;overflow:hidden;background:var(--color-background);border-radius:clamp(18px, 2.6vw, 28px);align-self:center}.featured-post-image-wrapper{width:100%;height:0;padding-bottom:56.25%;position:relative;overflow:hidden;border-radius:clamp(18px, 2.6vw, 28px);background:var(--color-background-lighter)}.featured-post-image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94);will-change:transform}.featured-post-wrapper:hover .featured-post-image-wrapper img{transform:scale(1.06)}.featured-post-small{background:var(--color-background);padding:clamp(22px, 2.8vw, 34px) clamp(20px, 2.6vw, 30px);display:flex;flex-direction:column;gap:clamp(14px, 1.8vw, 22px);border-left:none;height:100%;justify-content:center;align-items:flex-start;position:relative}.featured-post-small-label{position:static;display:inline-flex;align-items:center;gap:8px;margin:0 0 clamp(10px, 1.4vw, 14px) 0;padding:0;font-size:clamp(16px, 2vw, 18px);font-weight:600;line-height:1.4;color:var(--color-link);letter-spacing:.05em;text-transform:uppercase}.featured-post-small-content{flex:1;display:flex;flex-direction:column;gap:clamp(10px, 1.6vw, 16px);padding:0;width:100%;justify-content:center}.featured-post-small-title{font-size:22px;font-weight:700;line-height:1.4;margin:0 0 14px;color:var(--color-text-dark)}.featured-post-small-title a{color:var(--color-text-dark);text-decoration:none;transition:color .3s ease}.featured-post-small-title a:hover{color:var(--color-text)}.featured-post-small-description{font-size:15px;line-height:1.6;color:var(--color-text-medium);margin:0;display:block;overflow:visible}.posts-section-title{font-size:28px;font-weight:700;text-align:center;margin:60px 0 40px;color:var(--color-text-dark)}.search-results-header{display:flex;align-items:center;justify-content:center;margin-top:80px;margin-bottom:60px;padding-bottom:24px;border-bottom:1px solid var(--color-border);width:100%}.search-results-form{display:flex;align-items:center;gap:0;border:none;border-bottom:1px solid var(--color-text-dark);border-radius:0;overflow:visible;background:0 0;width:100%;box-shadow:none;transition:none;padding-bottom:12px}.search-results-field{flex:1;padding:16px 0;border:none;font-size:24px;outline:none;background:0 0;color:var(--color-text-dark);line-height:1.5;min-width:0}.search-results-field::-webkit-search-decoration,.search-results-field::-webkit-search-cancel-button,.search-results-field::-webkit-search-results-button,.search-results-field::-webkit-search-results-decoration{display:none}.search-results-field{-webkit-appearance:none;-moz-appearance:none;appearance:none}.search-results-clear{margin-left:0;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;padding:6px;border-radius:50%;border:1px solid transparent;background:0 0;color:var(--color-text-lightest);cursor:pointer;display:flex;align-items:center;justify-content:center}.search-results-clear svg{width:14px;height:14px}.search-results-clear.is-visible{opacity:1;visibility:visible;color:var(--color-text-light)}.search-results-clear:hover,.search-results-clear:focus-visible{color:var(--color-text-dark);background-color:var(--color-background-lighter);border-color:var(--color-border-light)}.search-results-clear:active{opacity:.8}.search-highlight{background:rgba(0,199,60,.2);color:inherit;padding:0 4px;border-radius:4px;transition:background-color .3s ease}.search-highlight:hover{background:rgba(0,199,60,.3)}.search-results-field::placeholder{color:var(--color-text-light);font-weight:400}.search-results-submit{padding:8px;background:0 0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:16px;flex-shrink:0;color:var(--color-text-dark);transition:opacity .3s ease}.search-results-submit:hover{opacity:.7}.search-results-submit svg{width:24px;height:24px;stroke:#000;stroke-width:2}.search-results-summary{font-size:18px;font-weight:700;color:var(--color-text-dark);margin-top:0;margin-bottom:50px;line-height:1.5;letter-spacing:-.01em;display:flex;align-items:baseline;flex-wrap:wrap;gap:0}.search-query-text{font-weight:700;color:var(--color-text-dark)}.search-results-text{font-weight:700;color:var(--color-text-dark);margin-left:0}.search-results-summary strong{font-weight:700}.search-results-count{color:var(--color-primary);font-weight:700;margin-left:0}.archive-page{padding-top:72px;padding-bottom:80px}.archive-page .page-header{text-align:center;margin:0 auto 48px;width:min(760px, calc(100% - 40px))}.archive-page .page-title{font-size:clamp(34px, 5vw, 44px);line-height:1.2;font-weight:700;letter-spacing:-.015em;color:var(--color-text-dark);margin-bottom:12px}.archive-page .archive-description{font-size:16px;color:var(--color-text-medium);line-height:1.75;margin:0 auto}.archive-page .posts-grid{grid-template-columns:repeat(3,1fr);gap:32px}.archive-page .post-box-title{font-size:22px}.archive-page .post-box-description{font-size:15px}.archive-page .post-box-category{font-size:13px}@media (max-width:768px){.archive-page{padding-top:48px;padding-bottom:60px}.archive-page .page-header{width:calc(100% - 28px);margin-bottom:36px}}.single-post-page article{width:100%;max-width:760px;margin:0 auto 48px}.single-post-page .entry-header{text-align:center;margin:44px 0 24px}.single-post-page .entry-header .entry-date{margin:8px 0 10px;font-size:14px;line-height:1.6;color:var(--color-text-medium);letter-spacing:.01em}.single-post-page .entry-header .entry-date time{color:inherit}.entry-category-label a{display:inline-block;padding:6px 12px;background:var(--color-background-lighter);color:var(--color-link);border-radius:999px;font-size:13px;font-weight:600;text-decoration:none;transition:background-color .2s ease,color .2s ease}.entry-category-label a:hover{background:var(--color-border-light);color:var(--color-link-hover)}.single-post-page .entry-title{font-size:40px;line-height:1.25;letter-spacing:-.015em;margin:16px 0 8px;color:var(--color-text-dark)}.single-post-page .entry-meta{display:flex;justify-content:center;gap:12px;color:var(--color-text-light);font-size:14px;margin-top:6px}.single-post-page .entry-content{width:100%;margin:0;padding:0;font-size:18px;line-height:1.9;color:var(--color-text);text-align:left}@media (max-width:768px){.single-post-page .entry-content{padding:0}}@media (max-width:480px){.single-post-page .entry-content{padding:0}}.single-post-page .entry-content h2{position:relative;font-size:28px;line-height:1.32;margin:64px 0 32px;font-weight:700;letter-spacing:-.01em;color:var(--color-text-dark);padding:10px 20px;border-radius:20px;border:1px solid var(--color-primary);background:linear-gradient(135deg,rgba(248,250,252,.95) 0%,rgba(255,255,255,.65) 55%,rgba(171,222,230,.16) 100%);box-shadow:0 18px 45px -32px rgba(15,23,42,.45);backdrop-filter:blur(4px);transition:transform .25s ease,box-shadow .25s ease;scroll-margin-top:140px;text-align:left}.single-post-page .entry-content h2:before{content:'';position:absolute;top:24px;bottom:24px;left:24px;width:4px;border-radius:999px}.single-post-page .entry-content h2:after{content:'';position:absolute;inset:0;border-radius:inherit;background:linear-gradient(120deg,rgba(171,222,230,.08),transparent 55%);opacity:0;transition:opacity .3s ease;pointer-events:none}.single-post-page .entry-content h2:hover{transform:translateY(-2px);box-shadow:0 24px 55px -32px rgba(15,23,42,.55)}.single-post-page .entry-content h2:hover:after{opacity:1}.single-post-page .entry-content h2:first-of-type{margin-top:40px}@media (max-width:768px){.single-post-page .entry-content h2{font-size:24px;padding:10px 20px;margin:48px 0 24px}.single-post-page .entry-content h2:before{top:20px;bottom:20px;left:20px}}.single-post-page .entry-content h3{font-size:22px;line-height:1.4;margin:28px 0 12px;font-weight:700;text-align:left}.single-post-page .entry-content blockquote{margin:24px 0;padding:18px 20px;background:var(--color-background-lighter);border-left:4px solid var(--color-link);border-radius:12px;color:var(--color-text-dark)}.single-post-page .entry-content ul,.single-post-page .entry-content ol{margin:0 0 20px 1.4em}.single-post-page .entry-content li{margin:8px 0}.single-post-page .entry-content img{border-radius:12px;margin:24px 0}.single-post-page .entry-footer{max-width:100%;margin:40px auto 0;padding-top:24px;border-top:1px solid var(--color-border)}.single-post-page .entry-footer .entry-meta-grid{display:flex;flex-direction:column;gap:20px}.single-post-page .entry-footer .entry-tags,.single-post-page .entry-footer .entry-license{width:100%}.single-post-page .entry-footer .tags-links{display:flex;flex-wrap:wrap;gap:8px}.single-post-page .entry-footer .tags-links a{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:8px 12px;background:var(--color-background-lighter);border-radius:999px;text-decoration:none;color:var(--color-text);font-size:13px}.entry-share{margin-top:32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.entry-share-label{font-size:15px;font-weight:600;color:var(--color-text-medium);margin:0}.entry-share-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 36px;background:var(--color-link);border:none;border-radius:12px;color:var(--color-background);font-size:16px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.entry-share-button:hover{background:var(--color-link-hover);transform:translateY(-2px);box-shadow:0 12px 24px rgba(0,199,60,.25)}.entry-share-button:active{transform:translateY(0);box-shadow:none}.entry-share-icon{font-size:18px}.entry-share-feedback{font-size:13px;font-weight:500;color:var(--color-text-light);min-height:18px}@media (max-width:768px){.single article{width:min(700px, calc(100% - 24px))}.single .entry-title{font-size:32px}.single .entry-content{font-size:17px}.entry-license{justify-content:center}}@media (max-width:480px){.single .entry-title{font-size:26px}.single .entry-content{font-size:16px;line-height:1.85}}.search-results-tags-section{margin-top:60px}.search-results-tags-inner{border:1px solid var(--color-border);border-radius:16px;padding:28px 30px;background:var(--color-background)}.search-results-tags-title{font-size:18px;font-weight:700;margin:0 0 20px;color:var(--color-text-dark)}.search-results-tags-grid{display:flex;flex-wrap:wrap;gap:12px}.search-results-tags-grid .search-tag-btn{background:var(--color-background);border:1px solid var(--color-border-light);padding:10px 16px;border-radius:999px;font-size:13px;font-weight:500;color:var(--color-text);transition:background-color .2s ease,border-color .2s ease}.search-results-tags-grid .search-tag-btn:hover,.search-results-tags-grid .search-tag-btn:focus-visible{background:var(--color-background-lighter);border-color:var(--color-border)}@media (max-width:768px){.search-results-tags-section{margin-top:40px}.search-results-tags-inner{padding:24px}}.single-more-section{margin:72px auto 0;width:min(820px, calc(100% - 40px));border-top:2px solid var(--color-border);padding-top:32px}.single-more-title{font-size:clamp(26px, 4vw, 32px);font-weight:700;letter-spacing:-.01em;margin:0 0 32px;color:var(--color-text-dark)}.single-more-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.post-box--single-more{border-radius:0;box-shadow:none}.post-box--single-more .post-box-title{font-size:20px}.post-box--single-more .post-box-category{margin-top:12px}@media (max-width:1024px){.single-more-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.single-more-section{margin-top:56px;width:calc(100% - 24px)}.single-more-grid{grid-template-columns:1fr}}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:40px;align-items:stretch;grid-auto-rows:minmax(0, 1fr)}.search-results-page .posts-grid{gap:40px}.post-box{background:var(--color-background);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;height:100%;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;box-shadow:0 26px 64px -44px rgba(15,23,42,.28)}.post-box:hover,.post-box:focus-visible{box-shadow:0 32px 74px -40px rgba(15,23,42,.34);transform:translateY(-4px)}.post-box-image-wrapper{width:100%;height:0;padding-bottom:56.25%;position:relative;overflow:hidden;background:var(--color-background-lighter)}.post-box-image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out;will-change:transform}.post-box:hover .post-box-image-wrapper img,.post-box.active .post-box-image-wrapper img{transform:scale(1.3)}.post-box-content{padding:24px;flex:1;display:flex;flex-direction:column}.post-box-title{font-size:20px;font-weight:300;line-height:1.4;margin:0 0 12px;color:var(--color-text-dark)}.post-box-title a{color:var(--color-text-dark);text-decoration:none;transition:color .3s ease}.post-box-title a:hover{color:var(--color-text)}.post-box-description{font-size:15px;line-height:1.6;color:var(--color-text-medium);margin:0 0 16px;flex:1;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;min-height:calc(1.6em * 2);overflow:hidden;text-overflow:ellipsis;max-height:calc(1.6em * 2);word-break:break-word;word-wrap:break-word}.post-box-category{font-size:13px;color:var(--color-link);margin-top:auto;display:flex;flex-wrap:wrap;gap:8px;align-items:center;line-height:1.5}.post-box-category a{color:var(--color-link);text-decoration:none;transition:color .3s ease}.post-box-category a:hover{color:var(--color-link-hover)}.post-box-category .separator{color:var(--color-link);margin:0 4px}.single .post,.page .post{margin-bottom:40px;padding-bottom:30px}.posts-grid .post{margin-bottom:0;padding-bottom:0;border-bottom:none}.posts-grid .entry-header{margin-bottom:0}.posts-grid .entry-title{font-size:inherit;margin-bottom:inherit}.posts-grid .entry-meta{display:none}.posts-grid .entry-content{margin-bottom:0}.posts-grid .post-thumbnail{margin-bottom:0;border-radius:0}.posts-grid .more-link{display:none}.load-more-container{display:flex;justify-content:center;align-items:center;margin:60px 0;padding:0 20px}.load-more-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;background-color:var(--color-link);color:var(--color-background);border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .3s ease,transform .2s ease;font-family:inherit;line-height:1.5;min-height:48px}.load-more-btn:hover:not(:disabled){background-color:var(--color-link-hover);transform:translateY(-1px)}.load-more-btn:active:not(:disabled){transform:translateY(0)}.load-more-btn:disabled{opacity:.7;cursor:not-allowed}.load-more-btn.loading{position:relative;color:transparent}.load-more-btn.loading:after{content:'';position:absolute;width:20px;height:20px;top:50%;left:50%;margin-left:-10px;margin-top:-10px;border:2px solid var(--color-background);border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.load-more-text{display:inline-block}.load-more-icon{display:inline-block;width:16px;height:16px;flex-shrink:0;transition:transform .3s ease}.load-more-btn:hover:not(:disabled) .load-more-icon{transform:translateY(2px)}.load-more-btn.loading .load-more-icon{display:none}.single .post-toc{max-width:100%;width:100%;margin:0 0 28px;position:sticky;top:20px;z-index:1}.single .post-toc-inner{background:var(--color-background,#fff);border:1px solid var(--color-border-light,#e1e5e9);border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.06);overflow:hidden;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.single .post-toc-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px}.single .post-toc-title{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-dark)}.single .post-toc-toggle{border:none;background:var(--color-background-lighter);color:var(--color-text);width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.single .post-toc-toggle:hover{background:var(--color-border-light)}.single .post-toc-toggle .toc-icon{display:none;transition:transform .2s ease}.single .post-toc-toggle .toc-icon--expanded{display:inline-flex}.single .post-toc.is-collapsed .post-toc-toggle .toc-icon--expanded{display:none}.single .post-toc.is-collapsed .post-toc-toggle .toc-icon--collapsed{display:inline-flex}.single .post-toc-list{list-style:none;margin:0;padding:10px 12px 14px;border-top:1px solid var(--color-border-light)}.single .post-toc-item{margin:6px 0}.single .post-toc-item.level-h2{margin-top:10px}.single .post-toc-sublist{list-style:none;margin:6px 0 0;padding-left:16px;border-left:2px solid var(--color-border-light)}.single .post-toc-link{display:inline-flex;align-items:center;gap:8px;padding:6px 8px;border-radius:8px;text-decoration:none;color:var(--color-text-medium);transition:color .2s ease,background-color .2s ease}.single .post-toc-link:before{content:'';width:6px;height:6px;border-radius:50%;background:var(--color-border);flex-shrink:0}.single .post-toc-link:hover{color:var(--color-text-dark);background:var(--color-background-lighter)}.single .post-toc-link.is-active{color:var(--color-text-dark);background:var(--color-background-lighter)}.single .post-toc.is-collapsed .post-toc-list{display:none}@media (max-width:768px){.single .post-toc{top:72px;margin-bottom:22px}.single .post-toc-title{font-size:12px}.single .post-toc-toggle{width:24px;height:24px}.single .post-toc-link{padding:5px 6px;font-size:14px}.single .post-toc-link:before{width:5px;height:5px}}.error-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:80px 20px;background:var(--color-background-light)}.error-page-main{width:100%;max-width:920px;display:grid;gap:64px}.error-page-hero{text-align:center;background:var(--color-background);border-radius:24px;padding:56px 48px;box-shadow:0 25px 60px -25px rgba(0,0,0,.18)}.error-page-label{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border-radius:999px;background:rgba(102,206,223,.15);color:var(--color-link);font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-size:12px;margin-bottom:18px}.error-page-title{font-size:clamp(38px, 5vw, 56px);line-height:1.15;margin-bottom:16px;color:var(--color-text-dark)}.error-page-message{font-size:18px;color:var(--color-text-medium);margin-bottom:32px}.error-page-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.error-page-btn,.error-page-link{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:999px;font-size:16px;transition:all .25s ease}.error-page-btn{background:var(--color-link);color:var(--color-background);font-weight:600;box-shadow:0 18px 30px -18px rgba(102,206,223,.8)}.error-page-btn:hover{background:var(--color-link-hover);transform:translateY(-2px)}.error-page-link{color:var(--color-link);border:1px solid rgba(102,206,223,.4);background:rgba(102,206,223,.08)}.error-page-link:hover{background:rgba(102,206,223,.16)}.error-page-search,.error-page-suggestions{background:var(--color-background);border-radius:24px;padding:40px 48px;box-shadow:0 20px 50px -30px rgba(0,0,0,.12)}.error-section-title{font-size:22px;margin-bottom:24px;color:var(--color-text-dark)}.error-page-search-form .search-form{max-width:520px;margin:0 auto}.error-page-suggestions{display:grid;gap:32px}.error-suggestion-list{list-style:none;margin:0;padding:0;display:grid;gap:14px}.error-suggestion-list li a{color:var(--color-text);padding:12px 16px;border-radius:14px;background:var(--color-background-light);display:block;transition:all .2s ease}.error-suggestion-list li a:hover{color:var(--color-link);transform:translateX(4px)}.error-category-list li{display:inline-flex}.error-category-list li a{background:rgba(102,206,223,.15);color:var(--color-link)}.error-category-list li a:hover{background:rgba(102,206,223,.25)}@media (max-width:768px){.error-page{padding:60px 16px}.error-page-main{gap:40px}.error-page-hero,.error-page-search,.error-page-suggestions{padding:32px 24px}.error-page-message{font-size:16px}.error-page-btn,.error-page-link{width:100%}}.scroll-top-btn{position:fixed;right:24px;bottom:24px;width:44px;height:44px;border-radius:50%;background:var(--color-link);color:var(--color-background);display:none;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,.15)}.scroll-top-btn svg{fill:currentColor}.scroll-top-btn:hover{background:var(--color-link-hover)}.scroll-top-btn.is-visible{display:inline-flex}