@keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-out{from{opacity:1}to{opacity:0}}@keyframes slide-up{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-down{from{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-left{from{transform:translateX(20px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slide-right{from{transform:translateX(-20px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes zoom-in{from{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes zoom-out{from{transform:scale(1.1);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in{animation:fade-in .3s cubic-bezier(.42,0,.58,1) forwards}.animate-fade-out{animation:fade-out .3s cubic-bezier(.42,0,.58,1) forwards}.animate-slide-up{animation:slide-up .3s cubic-bezier(0,0,.58,1) forwards}.animate-slide-down{animation:slide-down .3s cubic-bezier(0,0,.58,1) forwards}.animate-slide-left{animation:slide-left .3s cubic-bezier(0,0,.58,1) forwards}.animate-slide-right{animation:slide-right .3s cubic-bezier(0,0,.58,1) forwards}.animate-zoom-in{animation:zoom-in .3s cubic-bezier(0,0,.58,1) forwards}.animate-zoom-out{animation:zoom-out .3s cubic-bezier(0,0,.58,1) forwards}.animate-pulse{animation:pulse 2s cubic-bezier(.42,0,.58,1) infinite}.animate-bounce{animation:bounce 2s cubic-bezier(.68,-.55,.27,1.55) infinite}.animate-spin{animation:spin 1s linear infinite}:root{--primary-color:#007bff;--secondary-color:#6c757d;--success-color:#28a745;--info-color:#17a2b8;--warning-color:#ffc107;--danger-color:#dc3545;--light-color:#f8f9fa;--dark-color:#343a40;--text-color:#333333;--text-color-secondary:#666666;--text-color-light:#999999;--text-color-inverse:#ffffff;--bg-color:#ffffff;--bg-color-light:#f5f5f5;--bg-color-dark:#333333;--bg-color-secondary:#f0f2f5;--border-color:#e5e5e5;--border-color-light:#eeeeee;--border-color-dark:#cccccc;--link-color:#007bff;--link-hover-color:#0062cc;--link-active-color:#0056b3;--card-bg:#ffffff;--card-border-color:#e5e5e5;--card-shadow:rgba(0, 0, 0, 0.05);--nav-bg:#ffffff;--nav-text-color:#333333;--nav-active-color:#007bff;--nav-hover-bg:#f5f5f5;--footer-bg:#f8f9fa;--footer-text-color:#666666;--footer-link-color:#333333;--footer-link-hover-color:#007bff;--btn-primary-bg:#007bff;--btn-primary-text:#ffffff;--btn-secondary-bg:#6c757d;--btn-secondary-text:#ffffff;--btn-outline-border:#cccccc;--btn-outline-text:#333333;--input-bg:#ffffff;--input-border:#e5e5e5;--input-focus-border:#007bff;--input-placeholder:#999999;--code-bg:#f8f9fa;--code-color:#d63384;--pre-bg:#f8f9fa;--pre-color:#333333;--shadow-sm:0 2px 4px rgba(0, 0, 0, 0.05);--shadow-md:0 4px 8px rgba(0, 0, 0, 0.1);--shadow-lg:0 8px 16px rgba(0, 0, 0, 0.1)}[data-theme=dark]{--primary-color:#1a88ff;--secondary-color:#78828a;--success-color:#2dbc4d;--info-color:#1ab6cf;--warning-color:#ffc107;--danger-color:#e04b59;--light-color:#2c3237;--dark-color:#f8f9fa;--text-color:#e1e1e1;--text-color-secondary:#b0b0b0;--text-color-light:#888888;--text-color-inverse:#212529;--bg-color:#212529;--bg-color-light:#2c3237;--bg-color-dark:#191c20;--bg-color-secondary:#2c3237;--border-color:#3a3f44;--border-color-light:#454d55;--border-color-dark:#2c3237;--link-color:#4da3ff;--link-hover-color:#80bdff;--link-active-color:#66b0ff;--card-bg:#2c3237;--card-border-color:#3a3f44;--card-shadow:rgba(0, 0, 0, 0.2);--nav-bg:#212529;--nav-text-color:#e1e1e1;--nav-active-color:#4da3ff;--nav-hover-bg:#2c3237;--footer-bg:#191c20;--footer-text-color:#b0b0b0;--footer-link-color:#e1e1e1;--footer-link-hover-color:#4da3ff;--btn-primary-bg:#1a88ff;--btn-primary-text:#ffffff;--btn-secondary-bg:#78828a;--btn-secondary-text:#ffffff;--btn-outline-border:#454d55;--btn-outline-text:#e1e1e1;--input-bg:#2c3237;--input-border:#3a3f44;--input-focus-border:#4da3ff;--input-placeholder:#888888;--code-bg:#2c3237;--code-color:#ff7b72;--pre-bg:#2c3237;--pre-color:#e1e1e1;--shadow-sm:0 2px 4px rgba(0, 0, 0, 0.2);--shadow-md:0 4px 8px rgba(0, 0, 0, 0.3);--shadow-lg:0 8px 16px rgba(0, 0, 0, 0.3)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--primary-color:#1a88ff;--secondary-color:#78828a;--success-color:#2dbc4d;--info-color:#1ab6cf;--warning-color:#ffc107;--danger-color:#e04b59;--light-color:#2c3237;--dark-color:#f8f9fa;--text-color:#e1e1e1;--text-color-secondary:#b0b0b0;--text-color-light:#888888;--text-color-inverse:#212529;--bg-color:#212529;--bg-color-light:#2c3237;--bg-color-dark:#191c20;--bg-color-secondary:#2c3237;--border-color:#3a3f44;--border-color-light:#454d55;--border-color-dark:#2c3237;--link-color:#4da3ff;--link-hover-color:#80bdff;--link-active-color:#66b0ff;--card-bg:#2c3237;--card-border-color:#3a3f44;--card-shadow:rgba(0, 0, 0, 0.2);--nav-bg:#212529;--nav-text-color:#e1e1e1;--nav-active-color:#4da3ff;--nav-hover-bg:#2c3237;--footer-bg:#191c20;--footer-text-color:#b0b0b0;--footer-link-color:#e1e1e1;--footer-link-hover-color:#4da3ff;--btn-primary-bg:#1a88ff;--btn-primary-text:#ffffff;--btn-secondary-bg:#78828a;--btn-secondary-text:#ffffff;--btn-outline-border:#454d55;--btn-outline-text:#e1e1e1;--input-bg:#2c3237;--input-border:#3a3f44;--input-focus-border:#4da3ff;--input-placeholder:#888888;--code-bg:#2c3237;--code-color:#ff7b72;--pre-bg:#2c3237;--pre-color:#e1e1e1;--shadow-sm:0 2px 4px rgba(0, 0, 0, 0.2);--shadow-md:0 4px 8px rgba(0, 0, 0, 0.3);--shadow-lg:0 8px 16px rgba(0, 0, 0, 0.3)}}@keyframes gradient-animation{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes typing{to{width:8ch}}@keyframes blink{from,to{border-color:transparent}50%{border-color:currentColor}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;height:100%}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;line-height:1.5;color:var(--text-color);background-color:var(--bg-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;transition:background-color .3s ease;min-height:100%;display:flex;flex-direction:column}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1400px){.container{max-width:1320px}}.main-content{flex:1;padding:1.5rem 0}@media (max-width:575.98px){.main-content{padding:1rem 0}}a{color:var(--link-color);text-decoration:none;transition:color .2s ease}a:focus,a:hover{color:var(--link-hover-color);text-decoration:underline}a:active{color:var(--link-active-color)}img{max-width:100%;height:auto;vertical-align:middle}table{width:100%;margin-bottom:1.5rem;border-collapse:collapse}td,th{padding:.5rem;border:1px solid var(--border-color);text-align:left}th{background-color:var(--bg-color-light);font-weight:600}hr{margin:1.5rem 0;border:0;border-top:1px solid var(--border-color)}ol,ul{margin:1rem 0;padding:0 0 0 1.5rem}li{margin:.5rem 0}blockquote{margin:1.5rem 0;padding:.5rem 1rem;border-left:4px solid var(--border-color);font-size:16px;font-style:italic;color:var(--text-color-secondary)}code{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:.875em;padding:.2em .4em;border-radius:3px;background-color:var(--code-bg);color:var(--code-color)}pre{margin:1rem 0;padding:1rem;background-color:var(--pre-bg);border-radius:4px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:.875em;line-height:1.4;color:var(--pre-color);overflow:auto;max-height:400px}pre code{padding:0;background-color:transparent;color:inherit;font-size:inherit;border-radius:0}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}:focus{outline:0}:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}::-moz-selection{background-color:var(--primary-color);color:#fff}::selection{background-color:var(--primary-color);color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-color-light)}::-webkit-scrollbar-thumb{background:var(--border-color-dark);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-color-light)}.clearfix::after{display:block;clear:both;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-justify{text-align:justify}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-capitalize{text-transform:capitalize}.font-weight-light{font-weight:300}.font-weight-normal{font-weight:400}.font-weight-medium{font-weight:500}.font-weight-semibold{font-weight:600}.font-weight-bold{font-weight:700}.font-italic{font-style:italic}.text-primary{color:var(--primary-color)}.text-secondary{color:var(--secondary-color)}.text-success{color:var(--success-color)}.text-info{color:var(--info-color)}.text-warning{color:var(--warning-color)}.text-danger{color:var(--danger-color)}.text-light{color:var(--text-color-light)}.text-dark{color:var(--text-color)}.bg-primary{background-color:var(--primary-color)}.bg-secondary{background-color:var(--secondary-color)}.bg-success{background-color:var(--success-color)}.bg-info{background-color:var(--info-color)}.bg-warning{background-color:var(--warning-color)}.bg-danger{background-color:var(--danger-color)}.bg-light{background-color:var(--bg-color-light)}.bg-dark{background-color:var(--bg-color-dark)}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-flex{display:flex!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.w-100{width:100%!important}.h-100{height:100%!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3{margin-top:1rem!important}.mr-3{margin-right:1rem!important}.mb-3{margin-bottom:1rem!important}.ml-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4{margin-top:1.5rem!important}.mr-4{margin-right:1.5rem!important}.mb-4{margin-bottom:1.5rem!important}.ml-4{margin-left:1.5rem!important}.m-5{margin:2rem!important}.mt-5{margin-top:2rem!important}.mr-5{margin-right:2rem!important}.mb-5{margin-bottom:2rem!important}.ml-5{margin-left:2rem!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1{padding-top:.25rem!important}.pr-1{padding-right:.25rem!important}.pb-1{padding-bottom:.25rem!important}.pl-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2{padding-top:.5rem!important}.pr-2{padding-right:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pl-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3{padding-top:1rem!important}.pr-3{padding-right:1rem!important}.pb-3{padding-bottom:1rem!important}.pl-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4{padding-top:1.5rem!important}.pr-4{padding-right:1.5rem!important}.pb-4{padding-bottom:1.5rem!important}.pl-4{padding-left:1.5rem!important}.p-5{padding:2rem!important}.pt-5{padding-top:2rem!important}.pr-5{padding-right:2rem!important}.pb-5{padding-bottom:2rem!important}.pl-5{padding-left:2rem!important}.rounded{border-radius:4px!important}.rounded-sm{border-radius:2px!important}.rounded-lg{border-radius:8px!important}.rounded-circle{border-radius:50%!important}.shadow-sm{box-shadow:var(--shadow-sm)!important}.shadow{box-shadow:var(--shadow-md)!important}.shadow-lg{box-shadow:var(--shadow-lg)!important}.border{border:1px solid var(--border-color)!important}.border-top{border-top:1px solid var(--border-color)!important}.border-right{border-right:1px solid var(--border-color)!important}.border-bottom{border-bottom:1px solid var(--border-color)!important}.border-left{border-left:1px solid var(--border-color)!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.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}@media (max-width:575.98px){.d-xs-none{display:none!important}.d-xs-block{display:block!important}.d-xs-flex{display:flex!important}}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-block{display:block!important}.d-sm-flex{display:flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-block{display:block!important}.d-md-flex{display:flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-block{display:block!important}.d-lg-flex{display:flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-block{display:block!important}.d-xl-flex{display:flex!important}}h1,h2,h3,h4,h5,h6{margin-top:2rem;margin-bottom:1rem;font-weight:600;line-height:1.2;color:var(--text-color)}h1{font-size:2.5rem}@media (max-width:575.98px){h1{font-size:2rem}}h2{font-size:2rem}@media (max-width:575.98px){h2{font-size:1.75rem}}h3{font-size:1.75rem}@media (max-width:575.98px){h3{font-size:1.5rem}}h4{font-size:1.5rem}@media (max-width:575.98px){h4{font-size:1.25rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}b,strong{font-weight:700}em,i{font-style:italic}small{font-size:85%}.lead{font-size:18px;font-weight:300;line-height:1.8;margin-bottom:1.5rem}mark{padding:.2em;background-color:var(--warning-color)}del,s{text-decoration:line-through}ins,u{text-decoration:underline}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}abbr[title]{border-bottom:1px dotted;cursor:help;text-decoration:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}blockquote{margin:1.5rem 0;padding:.5rem 1rem;border-left:4px solid var(--border-color);font-size:16px;font-style:italic;color:var(--text-color-secondary)}blockquote p:last-child{margin-bottom:0}blockquote footer{display:block;font-size:80%;color:var(--text-color-light)}blockquote footer::before{content:"\2014 \00A0"}ol,ul{margin:1rem 0;padding:0 0 0 1.5rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}li{margin:.5rem 0}dl{margin-top:0;margin-bottom:1rem}dt{font-weight:700;margin-bottom:.25rem}dd{margin-bottom:.5rem;margin-left:0}@media (min-width:576px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}code{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:.875em;padding:.2em .4em;border-radius:3px;background-color:var(--code-bg);color:var(--code-color)}pre{margin:1rem 0;padding:1rem;background-color:var(--pre-bg);border-radius:4px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:.875em;line-height:1.4;color:var(--pre-color);overflow:auto;max-height:400px}pre code{padding:0;background-color:transparent;color:inherit;font-size:inherit;border-radius:0}kbd{padding:.2em .4em;font-size:85%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.font-weight-light{font-weight:300}.font-weight-normal{font-weight:400}.font-weight-medium{font-weight:500}.font-weight-semibold{font-weight:600}.font-weight-bold{font-weight:700}.font-italic{font-style:italic}.text-primary{color:var(--primary-color)}.text-secondary{color:var(--secondary-color)}.text-success{color:var(--success-color)}.text-info{color:var(--info-color)}.text-warning{color:var(--warning-color)}.text-danger{color:var(--danger-color)}.text-light{color:var(--text-color-light)}.text-dark{color:var(--text-color)}.text-muted{color:var(--text-color-light)}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-truncate-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.text-truncate-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.text-decoration-none{text-decoration:none!important}.text-spacing-normal{letter-spacing:0}.text-spacing-wide{letter-spacing:.05em}.text-spacing-tight{letter-spacing:-.01em}.heading-underline{position:relative;padding-bottom:.5rem}.heading-underline::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:3px;background-color:var(--primary-color)}.heading-center-underline{position:relative;padding-bottom:.5rem;text-align:center}.heading-center-underline::after{content:'';position:absolute;left:50%;bottom:0;width:50px;height:3px;background-color:var(--primary-color);transform:translateX(-50%)}.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6{margin-top:2.4rem;margin-bottom:1.2rem}.article-content p{margin-bottom:1.2rem;line-height:1.8}.article-content img{margin:1rem 0;border-radius:4px}.article-content blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid var(--primary-color);background-color:var(--bg-color-light)}.article-content ol,.article-content ul{margin-bottom:1.5rem}.article-content ol li,.article-content ul li{margin-bottom:.25rem}.article-content pre{margin:1.5rem 0}.page-title{margin-bottom:1.5rem;font-size:3rem;font-weight:700}@media (max-width:575.98px){.page-title{font-size:2.5rem}}.page-subtitle{margin-top:-1rem;margin-bottom:1.5rem;font-size:1.5rem;color:var(--text-color-secondary)}@media (max-width:575.98px){.page-subtitle{font-size:1.25rem}}.article-title{margin-bottom:.5rem;font-size:2rem;font-weight:700}@media (max-width:575.98px){.article-title{font-size:1.75rem}}.article-meta{margin-bottom:1rem;font-size:14px;color:var(--text-color-light)}.article-meta a{color:var(--text-color-secondary)}.article-meta a:hover{color:var(--primary-color)}.article-meta .meta-item{display:inline-block;margin-right:1rem}.article-meta .meta-item:last-child{margin-right:0}.article-meta .meta-item i{margin-right:.25rem}.card-title{margin-top:0;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}@media (max-width:575.98px){.card-title{font-size:1.25rem}}.card-subtitle{margin-top:-.25rem;margin-bottom:.5rem;font-size:14px;color:var(--text-color-secondary)}.btn{display:inline-block;font-weight:500;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:16px;line-height:1.5;border-radius:4px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;cursor:pointer;text-decoration:none}.btn:focus,.btn:hover{text-decoration:none}.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(var(--primary-color),.25)}.btn.disabled,.btn:disabled{opacity:.65;pointer-events:none}.btn-sm{padding:.25rem .5rem;font-size:14px;border-radius:2px}.btn-lg{padding:.5rem 1rem;font-size:18px;border-radius:8px}.btn-primary{color:var(--btn-primary-text);background-color:var(--btn-primary-bg);border-color:var(--btn-primary-bg)}.btn-primary:focus,.btn-primary:hover{color:var(--btn-primary-text);background-color:var(--btn-primary-hover-bg,var(--btn-primary-bg));border-color:var(--btn-primary-hover-border,var(--btn-primary-bg))}.btn-primary:active{color:var(--btn-primary-text);background-color:var(--btn-primary-active-bg,var(--btn-primary-bg));border-color:var(--btn-primary-active-border,var(--btn-primary-bg))}.btn-secondary{color:var(--btn-secondary-text);background-color:var(--btn-secondary-bg);border-color:var(--btn-secondary-bg)}.btn-secondary:focus,.btn-secondary:hover{color:var(--btn-secondary-text);background-color:var(--btn-secondary-hover-bg,var(--btn-secondary-bg));border-color:var(--btn-secondary-hover-border,var(--btn-secondary-bg))}.btn-secondary:active{color:var(--btn-secondary-text);background-color:var(--btn-secondary-active-bg,var(--btn-secondary-bg));border-color:var(--btn-secondary-active-border,var(--btn-secondary-bg))}.btn-success{color:#fff;background-color:var(--success-color);border-color:var(--success-color)}.btn-success:focus,.btn-success:hover{color:#fff;background-color:var(--success-hover-color,var(--success-color));border-color:var(--success-hover-border,var(--success-color))}.btn-success:active{color:#fff;background-color:var(--success-active-color,var(--success-color));border-color:var(--success-active-border,var(--success-color))}.btn-info{color:#fff;background-color:var(--info-color);border-color:var(--info-color)}.btn-info:focus,.btn-info:hover{color:#fff;background-color:var(--info-hover-color,var(--info-color));border-color:var(--info-hover-border,var(--info-color))}.btn-info:active{color:#fff;background-color:var(--info-active-color,var(--info-color));border-color:var(--info-active-border,var(--info-color))}.btn-warning{color:#212529;background-color:var(--warning-color);border-color:var(--warning-color)}.btn-warning:focus,.btn-warning:hover{color:#212529;background-color:var(--warning-hover-color,var(--warning-color));border-color:var(--warning-hover-border,var(--warning-color))}.btn-warning:active{color:#212529;background-color:var(--warning-active-color,var(--warning-color));border-color:var(--warning-active-border,var(--warning-color))}.btn-danger{color:#fff;background-color:var(--danger-color);border-color:var(--danger-color)}.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:var(--danger-hover-color,var(--danger-color));border-color:var(--danger-hover-border,var(--danger-color))}.btn-danger:active{color:#fff;background-color:var(--danger-active-color,var(--danger-color));border-color:var(--danger-active-border,var(--danger-color))}.btn-light{color:#212529;background-color:var(--light-color);border-color:var(--light-color)}.btn-light:focus,.btn-light:hover{color:#212529;background-color:var(--light-hover-color,var(--light-color));border-color:var(--light-hover-border,var(--light-color))}.btn-light:active{color:#212529;background-color:var(--light-active-color,var(--light-color));border-color:var(--light-active-border,var(--light-color))}.btn-dark{color:#fff;background-color:var(--dark-color);border-color:var(--dark-color)}.btn-dark:focus,.btn-dark:hover{color:#fff;background-color:var(--dark-hover-color,var(--dark-color));border-color:var(--dark-hover-border,var(--dark-color))}.btn-dark:active{color:#fff;background-color:var(--dark-active-color,var(--dark-color));border-color:var(--dark-active-border,var(--dark-color))}.btn-outline{color:var(--btn-outline-text);background-color:transparent;border-color:var(--btn-outline-border)}.btn-outline:focus,.btn-outline:hover{color:var(--text-color-inverse);background-color:var(--btn-outline-text);border-color:var(--btn-outline-text)}.btn-outline:active{color:var(--text-color-inverse);background-color:var(--btn-outline-text);border-color:var(--btn-outline-text)}.btn-outline-primary{color:var(--primary-color);background-color:transparent;border-color:var(--primary-color)}.btn-outline-primary:focus,.btn-outline-primary:hover{color:#fff;background-color:var(--primary-color);border-color:var(--primary-color)}.btn-outline-primary:active{color:#fff;background-color:var(--primary-color);border-color:var(--primary-color)}.btn-outline-secondary{color:var(--secondary-color);background-color:transparent;border-color:var(--secondary-color)}.btn-outline-secondary:focus,.btn-outline-secondary:hover{color:#fff;background-color:var(--secondary-color);border-color:var(--secondary-color)}.btn-outline-secondary:active{color:#fff;background-color:var(--secondary-color);border-color:var(--secondary-color)}.btn-link{font-weight:400;color:var(--link-color);background-color:transparent;border:0}.btn-link:focus,.btn-link:hover{color:var(--link-hover-color);text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.disabled,.btn-link:disabled{color:var(--text-color-light)}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}.btn-group{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn{position:relative;flex:0 1 auto}.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-group>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group>.btn:first-child{margin-left:0;border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn{width:100%}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child{border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn:last-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-vertical>.btn+.btn{margin-top:-1px;margin-left:0}.btn-icon{display:inline-flex;align-items:center;justify-content:center}.btn-icon .btn-icon-left{margin-right:.5rem}.btn-icon .btn-icon-right{margin-left:.5rem}.btn-icon-circle{width:2.5rem;height:2.5rem;padding:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.btn-icon-circle.btn-sm{width:2rem;height:2rem}.btn-icon-circle.btn-lg{width:3rem;height:3rem}.btn-loading{position:relative;pointer-events:none}.btn-loading::after{content:"";display:inline-block;width:1rem;height:1rem;margin-left:.5rem;vertical-align:text-bottom;border:.2em solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .75s linear infinite}.btn-loading.btn-sm::after{width:.8rem;height:.8rem}.btn-loading.btn-lg::after{width:1.2rem;height:1.2rem}.btn-pulse{position:relative;overflow:hidden}.btn-pulse::after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle,#fff 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:scale(10,10);opacity:0;transition:transform .5s,opacity 1s}.btn-pulse:active::after{transform:scale(0,0);opacity:.3;transition:0s}.btn-social{padding-left:3.2rem;position:relative;overflow:hidden}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:2.5rem;line-height:2.5rem;font-size:1.2em;text-align:center;border-right:1px solid rgba(0,0,0,.1)}.btn-weixin{color:#fff;background-color:#07c160;border-color:#07c160}.btn-weibo{color:#fff;background-color:#e6162d;border-color:#e6162d}.btn-qq{color:#fff;background-color:#12b7f5;border-color:#12b7f5}.btn-github{color:#fff;background-color:#24292e;border-color:#24292e}.form-control{display:block;width:100%;height:2.5rem;padding:.375rem .75rem;font-size:16px;line-height:1.5;color:var(--text-color);background-color:var(--input-bg);background-clip:padding-box;border:1px solid var(--input-border);border-radius:4px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:focus{color:var(--text-color);background-color:var(--input-bg);border-color:var(--input-focus-border);outline:0;box-shadow:0 0 0 .2rem rgba(var(--primary-color),.25)}.form-control::-moz-placeholder{color:var(--input-placeholder);opacity:1}.form-control::placeholder{color:var(--input-placeholder);opacity:1}.form-control:disabled,.form-control[readonly]{background-color:var(--bg-color-light);opacity:1}.form-control-sm{height:2rem;padding:.25rem .5rem;font-size:14px;line-height:1.25;border-radius:2px}.form-control-lg{height:3rem;padding:.5rem 1rem;font-size:18px;line-height:1.8;border-radius:8px}.form-group{margin-bottom:1rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-text{display:block;margin-top:.25rem;font-size:14px;color:var(--text-color-light)}.form-label{display:inline-block;margin-bottom:.5rem;font-weight:500}.form-required::after{content:"*";color:var(--danger-color);margin-left:.25rem}.is-valid{border-color:var(--success-color)}.is-valid:focus{border-color:var(--success-color);box-shadow:0 0 0 .2rem rgba(var(--success-color),.25)}.is-invalid{border-color:var(--danger-color)}.is-invalid:focus{border-color:var(--danger-color);box-shadow:0 0 0 .2rem rgba(var(--danger-color),.25)}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:14px;color:var(--success-color)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:14px;color:var(--danger-color)}.form-control.is-valid~.valid-feedback,.was-validated .form-control:valid~.valid-feedback{display:block}.form-control.is-invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-feedback{display:block}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:var(--primary-color);border-color:var(--primary-color)}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(var(--primary-color),.25)}.custom-control-input:disabled~.custom-control-label{color:var(--text-color-light)}.custom-control-input:disabled~.custom-control-label::before{background-color:var(--bg-color-light)}.custom-control-label{position:relative;margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:var(--input-bg);border:1px solid var(--input-border)}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-select{display:inline-block;width:100%;height:2.5rem;padding:.375rem 2.25rem .375rem .75rem;font-size:16px;line-height:1.5;color:var(--text-color);vertical-align:middle;background:var(--input-bg) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid var(--input-border);border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:var(--input-focus-border);outline:0;box-shadow:0 0 0 .2rem rgba(var(--primary-color),.25)}.custom-select:disabled{color:var(--text-color-light);background-color:var(--bg-color-light)}.custom-file{position:relative;display:inline-block;width:100%;height:2.5rem;margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:2.5rem;margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:var(--input-focus-border);box-shadow:0 0 0 .2rem rgba(var(--primary-color),.25)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:2.5rem;padding:.375rem .75rem;font-weight:400;line-height:1.5;color:var(--text-color);background-color:var(--input-bg);border:1px solid var(--input-border);border-radius:4px}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(2.5rem - 2px);padding:.375rem .75rem;line-height:1.5;color:var(--text-color);content:"浏览";background-color:var(--bg-color-light);border-left:1px solid var(--input-border);border-radius:0 4px 4px 0}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:16px;font-weight:400;line-height:1.5;color:var(--text-color-secondary);text-align:center;white-space:nowrap;background-color:var(--bg-color-light);border:1px solid var(--input-border);border-radius:4px}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0;margin-right:.3rem}.search-form{position:relative}.search-form .form-control{padding-right:2.5rem}.search-form .search-btn{position:absolute;top:0;right:0;height:100%;padding:0 .75rem;background:0 0;border:none;color:var(--text-color-light);cursor:pointer}.search-form .search-btn:hover{color:var(--primary-color)}.contact-form .form-group{margin-bottom:1.5rem}.contact-form textarea.form-control{min-height:150px}.contact-form .btn{padding-left:2rem;padding-right:2rem}.auth-form{max-width:400px;margin:0 auto;padding:1.5rem;background-color:var(--card-bg);border-radius:4px;box-shadow:var(--shadow-md)}.auth-form .form-title{margin-bottom:1.5rem;text-align:center}.auth-form .form-group{margin-bottom:1rem}.auth-form .form-check{margin-bottom:1rem}.auth-form .btn-block{margin-top:1rem}.auth-form .auth-links{margin-top:1.5rem;text-align:center;font-size:14px}.auth-form .auth-links a{color:var(--text-color-secondary)}.auth-form .auth-links a:hover{color:var(--primary-color)}.form-horizontal .form-group{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.form-horizontal .form-group .form-label{display:flex;align-items:center;margin-bottom:0;text-align:right}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group{width:auto}.form-inline .form-check{width:auto}}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:var(--card-bg);background-clip:border-box;border:1px solid var(--card-border-color);border-radius:4px;box-shadow:var(--shadow-sm);margin-bottom:1.5rem;transition:box-shadow .3s ease,transform .3s ease}.card:hover{box-shadow:var(--shadow-md)}.card-body{flex:1 1 auto;padding:1.5rem}.card-title{margin-top:0;margin-bottom:.5rem;font-size:1.5rem;font-weight:600;color:var(--text-color)}@media (max-width:575.98px){.card-title{font-size:1.25rem}}.card-subtitle{margin-top:-.25rem;margin-bottom:.5rem;font-size:14px;color:var(--text-color-secondary)}.card-text{margin-top:0;margin-bottom:1rem}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{padding:1rem 1.5rem;margin-bottom:0;background-color:var(--bg-color-light);border-bottom:1px solid var(--card-border-color)}.card-header:first-child{border-radius:calc(4px - 1px) calc(4px - 1px) 0 0}.card-footer{padding:1rem 1.5rem;background-color:var(--bg-color-light);border-top:1px solid var(--card-border-color)}.card-footer:last-child{border-radius:0 0 calc(4px - 1px) calc(4px - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(4px - 1px);border-top-right-radius:calc(4px - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(4px - 1px);border-bottom-left-radius:calc(4px - 1px)}.card-img{width:100%;border-radius:calc(4px - 1px)}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.5rem;background-color:rgba(0,0,0,.5);border-radius:4px}.card-img-overlay .card-subtitle,.card-img-overlay .card-text,.card-img-overlay .card-title{color:#fff}.card-group{display:flex;flex-direction:column}@media (min-width:768px){.card-group{flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}}@media (min-width:768px){.card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1rem;column-gap:1rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.card-primary{background-color:var(--primary-color);border-color:var(--primary-color)}.card-primary .card-footer,.card-primary .card-header{background-color:rgba(0,0,0,.1);border-color:rgba(0,0,0,.1)}.card-primary .card-subtitle,.card-primary .card-text,.card-primary .card-title{color:#fff}.card-primary .card-link{color:#fff;text-decoration:underline}.card-primary .card-link:hover{color:rgba(255,255,255,.8)}.card-secondary{background-color:var(--secondary-color);border-color:var(--secondary-color)}.card-secondary .card-footer,.card-secondary .card-header{background-color:rgba(0,0,0,.1);border-color:rgba(0,0,0,.1)}.card-secondary .card-subtitle,.card-secondary .card-text,.card-secondary .card-title{color:#fff}.card-secondary .card-link{color:#fff;text-decoration:underline}.card-secondary .card-link:hover{color:rgba(255,255,255,.8)}.card-outline-primary{background-color:transparent;border-color:var(--primary-color)}.card-outline-primary .card-header{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff}.card-outline-secondary{background-color:transparent;border-color:var(--secondary-color)}.card-outline-secondary .card-header{background-color:var(--secondary-color);border-color:var(--secondary-color);color:#fff}.card-borderless{border:0;box-shadow:var(--shadow-md)}.card-hover{transition:transform .3s ease,box-shadow .3s ease}.card-hover:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.card-badge{position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;font-size:12px;font-weight:600;color:#fff;background-color:var(--primary-color);border-radius:2px;z-index:1}.card-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:1rem;background-color:var(--bg-color-light);border-radius:50%}.card-icon i{font-size:24px;color:var(--primary-color)}.card-stat .stat-value{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:.25rem;color:var(--primary-color)}.card-stat .stat-label{font-size:14px;color:var(--text-color-secondary);text-transform:uppercase;letter-spacing:1px}.card-list{list-style:none;padding:0;margin:0}.card-list .card-list-item{padding:1rem;border-bottom:1px solid var(--border-color-light)}.card-list .card-list-item:last-child{border-bottom:none}.card-list .card-list-item:hover{background-color:var(--bg-color-light)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem}@media (max-width:575.98px){.card-grid{grid-template-columns:1fr}}.card-layout{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.card-layout .card-item{padding-right:15px;padding-left:15px;margin-bottom:30px;width:100%}@media (min-width:576px){.card-layout .card-item{width:50%}}@media (min-width:992px){.card-layout .card-item{width:33.333333%}}@media (min-width:1200px){.card-layout .card-item{width:25%}}.card-horizontal{flex-direction:row}.card-horizontal .card-img{width:30%;border-top-right-radius:0;border-bottom-left-radius:calc(4px - 1px);border-bottom-right-radius:0}.card-horizontal .card-body{width:70%}@media (max-width:575.98px){.card-horizontal{flex-direction:column}.card-horizontal .card-img{width:100%;border-bottom-left-radius:0;border-top-right-radius:calc(4px - 1px)}.card-horizontal .card-body{width:100%}}.card-stack{position:relative;z-index:1}.card-stack::after,.card-stack::before{content:"";position:absolute;border-radius:4px;background-color:var(--card-bg);border:1px solid var(--card-border-color);box-shadow:var(--shadow-sm)}.card-stack::before{top:5px;right:-5px;bottom:-5px;left:5px;z-index:-1}.card-stack::after{top:10px;right:-10px;bottom:-10px;left:10px;z-index:-2}.card-animate{transition:all .3s ease}.card-animate:hover{transform:scale(1.03)}.card-loading{position:relative;overflow:hidden}.card-loading::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));animation:card-loading 1.5s infinite}@keyframes card-loading{from{transform:translateX(-100%)}to{transform:translateX(100%)}}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;transition:visibility .3s,opacity .3s}.modal.active{visibility:visible;opacity:1}.modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1}.modal-content{position:relative;background-color:var(--color-background);border-radius:12px;padding:24px;max-width:90%;max-height:90%;overflow-y:auto;z-index:2;box-shadow:0 10px 15px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.05);box-shadow:var(--shadow-lg)!important;transform:translateY(20px);transition:transform .3s}.modal.active .modal-content{transform:translateY(0)}@media (max-width:575.98px){.modal-content{width:90%;padding:16px}}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--color-border)}.modal-header .modal-title{font-size:1.25rem;font-weight:600;color:var(--dynamic-text);margin:0}.modal-header .modal-close{background:0 0;border:none;color:var(--color-text-secondary);cursor:pointer;padding:8px;font-size:1.25rem;line-height:1;transition-property:color;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.modal-header .modal-close:hover{color:var(--dynamic-text)}.modal-body{margin-bottom:16px}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding-top:16px;border-top:1px solid var(--color-border)}.modal-sm .modal-content{width:400px}@media (max-width:575.98px){.modal-sm .modal-content{width:90%}}.modal-md .modal-content{width:600px}@media (max-width:575.98px){.modal-md .modal-content{width:90%}}.modal-lg .modal-content{width:800px}@media (max-width:575.98px){.modal-lg .modal-content{width:90%}}.modal-fade .modal-content{opacity:0;transform:none;transition:opacity .3s}.modal-fade.active .modal-content{opacity:1}.modal-slide-up .modal-content{transform:translateY(100%);transition:transform .3s}.modal-slide-up.active .modal-content{transform:translateY(0)}.modal-zoom .modal-content{transform:scale(.9);opacity:0;transition:transform .3s,opacity .3s}.modal-zoom.active .modal-content{transform:scale(1);opacity:1}.search-modal .modal-content{width:700px;padding:16px}@media (max-width:575.98px){.search-modal .modal-content{width:90%}}.search-modal .search-form{margin-bottom:16px}.search-modal .search-input-wrapper{position:relative}.search-modal .search-input-wrapper .search-input{width:100%;padding:12px 16px;padding-right:48px;font-size:1.125rem;border:none;background-color:var(--color-surface);color:var(--color-text-primary);border-radius:8px}.search-modal .search-input-wrapper .search-input:focus{outline:0;box-shadow:0 0 0 2px rgba(var(--dynamic-primary),.3)}.search-modal .search-input-wrapper .search-submit{position:absolute;top:50%;right:12px;transform:translateY(-50%);background:0 0;border:none;color:var(--color-text-secondary);cursor:pointer;font-size:1.25rem}.search-modal .search-input-wrapper .search-submit:hover{color:var(--dynamic-primary)}.search-modal .search-results{max-height:60vh;overflow-y:auto}.share-modal .modal-content{width:400px;text-align:center}@media (max-width:575.98px){.share-modal .modal-content{width:90%}}.share-modal .share-title{font-size:1.25rem;font-weight:600;color:var(--dynamic-text);margin:0 0 24px 0}.share-modal .share-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:24px}.share-modal .share-buttons .share-button{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;color:var(--color-text-secondary);transition-property:color;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.share-modal .share-buttons .share-button:hover{color:var(--dynamic-primary)}.share-modal .share-buttons .share-button .share-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:var(--color-surface);border-radius:50%;font-size:1.5rem;transition-property:background-color;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.share-modal .share-buttons .share-button .share-icon:hover{background-color:rgba(var(--dynamic-primary),.1)}.share-modal .share-buttons .share-button .share-label{font-size:.875rem}.share-modal .share-link{position:relative;margin-bottom:16px}.share-modal .share-link .share-input{width:100%;padding:10px 16px;padding-right:48px;font-size:.875rem;border:1px solid var(--color-border);background-color:var(--color-surface);color:var(--color-text-primary);border-radius:8px}.share-modal .share-link .share-input:focus{outline:0;border-color:var(--dynamic-primary);box-shadow:0 0 0 2px rgba(var(--dynamic-primary),.3)}.share-modal .share-link .share-copy{position:absolute;top:50%;right:8px;transform:translateY(-50%);background:0 0;border:none;color:var(--color-text-secondary);cursor:pointer;padding:8px;font-size:1rem}.share-modal .share-link .share-copy:hover{color:var(--dynamic-primary)}.share-modal .share-link .share-copy.copied{color:var(--color-success)}.global-loading{position:fixed;top:0;left:0;width:100%;height:3px;background-color:transparent;z-index:9999;pointer-events:none}.global-loading::before{content:'';position:absolute;top:0;left:0;width:0;height:100%;background-color:var(--dynamic-primary);animation:global-loading 2s ease-in-out infinite}.global-loading.loading-top{top:0}.global-loading.loading-center{top:50%;transform:translateY(-50%)}.global-loading.loading-none{display:none}@keyframes global-loading{0%{width:0;left:0}50%{width:70%;left:15%}100%{width:100%;left:100%}}.content-loading{display:flex;align-items:center;justify-content:center;padding:32px}.content-loading .spinner{width:40px;height:40px;border:3px solid rgba(var(--dynamic-primary),.2);border-top-color:var(--dynamic-primary);border-radius:50%;animation:spinner .8s linear infinite}@keyframes spinner{to{transform:rotate(360deg)}}.btn-loading{position:relative;pointer-events:none}.btn-loading .btn-text{visibility:hidden}.btn-loading .btn-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;border:2px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spinner .8s linear infinite}.btn-loading.btn-loading-dark .btn-spinner{border:2px solid rgba(0,0,0,.2);border-top-color:#000}.image-loading{position:relative;background-color:var(--color-surface);overflow:hidden}.image-loading::before{content:'';position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,transparent,rgba(255,255,255,.2),transparent);animation:image-loading 1.5s ease-in-out infinite}@keyframes image-loading{to{left:100%}}.card-loading .card-loading-title{height:24px;width:70%;background-color:var(--color-surface);margin-bottom:16px;border-radius:4px;animation:pulse 1.5s ease-in-out infinite}.card-loading .card-loading-text{height:16px;width:100%;background-color:var(--color-surface);margin-bottom:8px;border-radius:4px;animation:pulse 1.5s ease-in-out infinite}.card-loading .card-loading-text:last-child{width:80%}@keyframes pulse{0%{opacity:.6}50%{opacity:.3}100%{opacity:.6}}.page-loading{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--color-background);z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:opacity .3s,visibility .3s}.page-loading.loaded{opacity:0;visibility:hidden}.page-loading .loading-logo{width:80px;height:80px;margin-bottom:24px;animation:bounce 1s ease-in-out infinite alternate}.page-loading .loading-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.page-loading .loading-spinner{width:40px;height:40px;border:3px solid rgba(var(--dynamic-primary),.2);border-top-color:var(--dynamic-primary);border-radius:50%;animation:spinner .8s linear infinite}.page-loading .loading-text{margin-top:16px;font-size:.875rem;color:var(--color-text-secondary)}@keyframes bounce{from{transform:translateY(0)}to{transform:translateY(-10px)}}.lazy-placeholder{background-color:var(--color-surface);position:relative;overflow:hidden}.lazy-placeholder::before{content:'';position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,transparent,rgba(255,255,255,.2),transparent);animation:image-loading 1.5s ease-in-out infinite}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;text-decoration:none;color:var(--nav-text-color);transition:color .2s ease-in-out}.nav-link:focus,.nav-link:hover{color:var(--nav-active-color);text-decoration:none}.nav-link.disabled{color:var(--text-color-light);pointer-events:none;cursor:default}.nav-item{margin-bottom:0}.nav-item.active .nav-link{color:var(--nav-active-color);font-weight:500}.nav-horizontal{flex-direction:row}.nav-horizontal .nav-item{margin-right:1rem}.nav-horizontal .nav-item:last-child{margin-right:0}.nav-vertical{flex-direction:column}.nav-vertical .nav-item{margin-bottom:.5rem}.nav-vertical .nav-item:last-child{margin-bottom:0}.nav-vertical .nav-link{padding:.5rem 0}.nav-tabs{border-bottom:1px solid var(--border-color)}.nav-tabs .nav-item{margin-bottom:-1px;margin-right:.5rem}.nav-tabs .nav-item:last-child{margin-right:0}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:4px;border-top-right-radius:4px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:var(--border-color-light) var(--border-color-light) var(--border-color)}.nav-tabs .nav-link.active{color:var(--nav-active-color);background-color:var(--bg-color);border-color:var(--border-color) var(--border-color) var(--bg-color)}.nav-tabs .nav-link.disabled{color:var(--text-color-light);background-color:transparent;border-color:transparent}.nav-pills .nav-link{border-radius:4px}.nav-pills .nav-link.active{color:#fff;background-color:var(--primary-color)}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;background-color:var(--nav-bg-translucent,rgba(255,255,255,.85));backdrop-filter:blur(var(--nav-blur-effect, 10px));-webkit-backdrop-filter:blur(var(--nav-blur-effect, 10px));box-shadow:var(--shadow-sm);transition:all .3s ease}.navbar.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.navbar.sticky-top{position:sticky;top:0;z-index:1020}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap;color:var(--nav-text-color);text-decoration:none}.navbar-brand:focus,.navbar-brand:hover{color:var(--nav-active-color);text-decoration:none}.navbar-brand img{max-height:40px;width:auto}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}@media (min-width:768px){.navbar-nav{flex-direction:row}.navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-nav .dropdown-menu{position:absolute}}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem;color:var(--nav-text-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:4px;cursor:pointer}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}@media (max-width:991.98px){.navbar-expand-md .navbar-collapse{display:none;overflow:hidden}.navbar-expand-md .navbar-collapse.show{display:block}.navbar-expand-md .navbar-nav{margin-top:.5rem;margin-bottom:.5rem}.navbar-expand-md .navbar-nav .nav-item{margin-bottom:.25rem}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}.navbar-light .navbar-brand,.navbar-light .navbar-text{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-brand,.navbar-dark .navbar-text{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.dropdown{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent;transition:transform .2s ease}.dropdown-toggle:hover::after{transform:translateY(2px)}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:12rem;padding:.75rem 0;margin:.5rem 0 0;font-size:16px;color:var(--text-color);text-align:left;list-style:none;background-color:var(--nav-bg-translucent,rgba(255,255,255,.85));backdrop-filter:blur(var(--nav-blur-effect, 10px));-webkit-backdrop-filter:blur(var(--nav-blur-effect, 10px));background-clip:padding-box;border:1px solid var(--border-color-light);border-radius:8px;box-shadow:var(--nav-dropdown-shadow,0 8px 16px rgba(0,0,0,.1));animation:dropdown-fade-in .2s ease}.dropdown-menu.show{display:block}.dropdown-menu.dropdown-menu-right{right:0;left:auto}.dropdown-item{display:block;width:100%;padding:.5rem 1.5rem;clear:both;font-weight:400;color:var(--text-color);text-align:inherit;white-space:nowrap;background-color:transparent;border:0;text-decoration:none;transition:all .2s ease}.dropdown-item:focus,.dropdown-item:hover{color:var(--text-color);text-decoration:none;background-color:var(--nav-hover-bg-translucent,rgba(0,0,0,.05));transform:translateX(5px)}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:var(--primary-color)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--text-color-light);pointer-events:none;background-color:transparent}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:14px;color:var(--text-color-light);white-space:nowrap}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid var(--border-color-light)}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 0;margin-bottom:1rem;list-style:none;background-color:var(--bg-color-light);border-radius:4px}@media (max-width:575.98px){.breadcrumb{padding:.5rem;margin-bottom:.5rem;font-size:14px}}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:var(--text-color-light);content:"/"}.breadcrumb-item.active{color:var(--text-color-light)}.breadcrumb-item a{color:var(--text-color-secondary);text-decoration:none}.breadcrumb-item a:hover{color:var(--primary-color);text-decoration:underline}.main-navbar{background-color:var(--nav-bg-translucent,rgba(255,255,255,.85));backdrop-filter:blur(var(--nav-blur-effect, 10px));-webkit-backdrop-filter:blur(var(--nav-blur-effect, 10px));box-shadow:var(--shadow-sm);padding:.75rem 0;transition:all .3s ease}.main-navbar .navbar-brand{font-weight:700;letter-spacing:-.02em}.main-navbar .navbar-brand img{max-height:42px;transition:transform .3s ease}.main-navbar .navbar-brand img:hover{transform:scale(1.05)}.main-navbar .nav-item{margin:0 .35rem}.main-navbar .nav-item .nav-link{padding:.5rem .85rem;border-radius:6px;transition:all .2s ease-in-out;position:relative}.main-navbar .nav-item .nav-link:hover{background-color:var(--nav-hover-bg-translucent,rgba(0,0,0,.05));transform:translateY(-2px)}.main-navbar .nav-item .nav-link.active{color:var(--nav-active-color);background-color:var(--nav-hover-bg-translucent,rgba(0,0,0,.05))}.main-navbar .nav-item .nav-link.active:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:20px;height:3px;background-color:var(--primary-color);border-radius:3px}.main-navbar .navbar-toggler{border:none;padding:.25rem}.main-navbar .navbar-toggler:focus{outline:0}.main-navbar .dropdown-menu{border:none;box-shadow:var(--shadow-md);border-radius:4px;margin-top:.5rem}.main-navbar .search-toggle{color:var(--nav-text-color);background:0 0;border:none;padding:.5rem;cursor:pointer;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.main-navbar .search-toggle:hover{color:var(--nav-active-color);background-color:var(--nav-hover-bg-translucent,rgba(0,0,0,.05));transform:translateY(-2px)}.main-navbar .theme-toggle{color:var(--nav-text-color);background:0 0;border:none;padding:.5rem;cursor:pointer;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.main-navbar .theme-toggle:hover{color:var(--nav-active-color);background-color:var(--nav-hover-bg-translucent,rgba(0,0,0,.05));transform:translateY(-2px)}@media (max-width:991.98px){.main-navbar .navbar-collapse{margin-top:.75rem;padding:.75rem;background-color:var(--nav-bg-translucent,rgba(255,255,255,.85));backdrop-filter:blur(var(--nav-blur-effect, 10px));-webkit-backdrop-filter:blur(var(--nav-blur-effect, 10px));border-radius:8px;box-shadow:var(--shadow-md);animation:dropdown-fade-in .3s ease}.main-navbar .nav-item{margin:.35rem 0}}.sidebar-nav .nav-item{margin-bottom:.25rem}.sidebar-nav .nav-item .nav-link{padding:.75rem 1rem;border-radius:4px;transition:all .2s ease-in-out}.sidebar-nav .nav-item .nav-link:hover{background-color:var(--bg-color-light)}.sidebar-nav .nav-item .nav-link.active{color:var(--nav-active-color);background-color:var(--bg-color-light);font-weight:500}.sidebar-nav .nav-header{padding:.5rem 1rem;margin-top:1rem;margin-bottom:.5rem;font-size:14px;font-weight:700;text-transform:uppercase;color:var(--text-color-light)}.sidebar-nav .nav-header:first-child{margin-top:0}.sidebar-nav .nav-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid var(--border-color-light)}.footer-nav .nav-item{margin-bottom:.5rem}.footer-nav .nav-item .nav-link{padding:.25rem 0;color:var(--footer-link-color)}.footer-nav .nav-item .nav-link:hover{color:var(--footer-link-hover-color)}.pagination{display:flex;padding-left:0;list-style:none;border-radius:4px}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:var(--link-color);background-color:var(--bg-color);border:1px solid var(--border-color);text-decoration:none}.page-link:hover{z-index:2;color:var(--link-hover-color);text-decoration:none;background-color:var(--bg-color-light);border-color:var(--border-color)}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(var(--primary-color),.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.page-item:last-child .page-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.page-item.active .page-link{z-index:1;color:#fff;background-color:var(--primary-color);border-color:var(--primary-color)}.page-item.disabled .page-link{color:var(--text-color-light);pointer-events:none;cursor:auto;background-color:var(--bg-color);border-color:var(--border-color)}.site-header{position:relative;width:100%;background-color:var(--nav-bg-translucent,rgba(255,255,255,.85));backdrop-filter:blur(var(--nav-blur-effect, 10px));-webkit-backdrop-filter:blur(var(--nav-blur-effect, 10px));box-shadow:var(--shadow-sm);z-index:100;transition:all .3s ease}[data-theme=dark] .site-header{background-color:var(--nav-bg-translucent,rgba(18,18,18,.85))}.site-header.scrolled{box-shadow:var(--shadow-md)}.site-header .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.site-header .container{max-width:540px}}@media (min-width:768px){.site-header .container{max-width:720px}}@media (min-width:992px){.site-header .container{max-width:960px}}@media (min-width:1200px){.site-header .container{max-width:1140px}}@media (min-width:1400px){.site-header .container{max-width:1320px}}@media (min-width:576px){.site-header .container{max-width:540px}}@media (min-width:768px){.site-header .container{max-width:720px}}@media (min-width:992px){.site-header .container{max-width:960px}}@media (min-width:1200px){.site-header .container{max-width:1140px}}@media (min-width:1400px){.site-header .container{max-width:1320px}}.site-header .header-wrapper{display:flex;align-items:center;justify-content:space-between;height:64px;position:relative}@media (min-width:992px){.site-header .header-wrapper{height:72px}}.site-header .site-logo{display:flex;align-items:center;flex-shrink:0;min-width:200px}.site-header .site-logo .logo-link{display:flex;align-items:center;text-decoration:none;color:var(--text-color);font-weight:700;font-size:1.35rem;letter-spacing:-.02em;transition:transform .3s ease}.site-header .site-logo .logo-link:hover{color:var(--primary-color);transform:translateY(-2px)}.site-header .site-logo .logo-image{height:38px;width:auto;margin-right:.75rem;transition:transform .3s ease}.site-header .site-logo .logo-image:hover{transform:scale(1.05)}.site-header .site-logo .logo-text{font-size:1.35rem;font-weight:700;letter-spacing:-.02em;color:var(--primary-color)}.site-header .site-nav{flex:1;display:flex;justify-content:center}@media (max-width:991.98px){.site-header .site-nav{display:none}}.site-header .site-nav .nav-menu{display:flex;list-style:none;margin:0;padding:0;align-items:center}.site-header .site-nav .nav-menu .nav-item{position:relative;margin:0 .25rem}.site-header .site-nav .nav-menu .nav-item:hover .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.site-header .site-nav .nav-menu .nav-item.active .nav-link{color:var(--primary-color);font-weight:500}.site-header .site-nav .nav-menu .nav-link{display:block;padding:.5rem 1rem;color:var(--text-color-secondary);text-decoration:none;font-size:.95rem;font-weight:500;transition:all .2s ease;border-radius:6px;position:relative}.site-header .site-nav .nav-menu .nav-link:hover{color:var(--primary-color);background-color:var(--nav-hover-bg-translucent,rgba(0,0,0,.05));transform:translateY(-2px)}.site-header .site-nav .nav-menu .nav-link.active::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:20px;height:3px;background-color:var(--primary-color);border-radius:3px}.site-header .site-nav .nav-menu .sub-menu{position:absolute;top:100%;left:0;min-width:200px;background-color:var(--nav-bg-translucent,rgba(255,255,255,.85));backdrop-filter:blur(var(--nav-blur-effect, 10px));-webkit-backdrop-filter:blur(var(--nav-blur-effect, 10px));border-radius:8px;box-shadow:var(--nav-dropdown-shadow,0 8px 16px rgba(0,0,0,.1));padding:.75rem 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;z-index:100;border:1px solid var(--border-color-light);animation:dropdown-fade-in .2s ease}.site-header .site-nav .nav-menu .sub-menu .sub-nav-item{list-style:none}.site-header .site-nav .nav-menu .sub-menu .sub-nav-item.active .sub-nav-link{color:var(--primary-color);font-weight:500}.site-header .site-nav .nav-menu .sub-menu .sub-nav-link{display:block;padding:.6rem 1.25rem;color:var(--text-color-secondary);text-decoration:none;font-size:.9rem;transition:all .2s ease}.site-header .site-nav .nav-menu .sub-menu .sub-nav-link:hover{color:var(--primary-color);background-color:var(--nav-hover-bg-translucent,rgba(0,0,0,.05));transform:translateX(5px)}.site-header .site-nav .nav-menu .sub-menu .sub-nav-item:first-child .sub-nav-link{border-top-left-radius:8px;border-top-right-radius:8px}.site-header .site-nav .nav-menu .sub-menu .sub-nav-item:last-child .sub-nav-link{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.site-header .header-actions{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;min-width:200px;gap:0}@media (max-width:991.98px){.site-header .header-actions{display:none}}.site-header .header-actions .login-btn,.site-header .header-actions .nav-action-btn,.site-header .header-actions .search-btn,.site-header .header-actions .theme-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;background:0 0;border:none;color:var(--text-color-secondary);border-radius:50%;cursor:pointer;transition:all .1s ease;text-decoration:none;font-size:18px}.site-header .header-actions .login-btn:hover,.site-header .header-actions .nav-action-btn:hover,.site-header .header-actions .search-btn:hover,.site-header .header-actions .theme-btn:hover{color:var(--primary-color);background-color:var(--nav-hover-bg-translucent,rgba(0,0,0,.05));transform:translateY(-2px)}.site-header .header-actions .login-btn svg,.site-header .header-actions .nav-action-btn svg,.site-header .header-actions .search-btn svg,.site-header .header-actions .theme-btn svg{width:20px;height:20px;transition:transform .15s ease;pointer-events:none}.site-header .header-actions .theme-btn .toggle-icon,.site-header .header-actions .theme-toggle .toggle-icon{font-size:18px;line-height:1;transition:all .3s ease}.site-header .header-actions .theme-btn .light-icon,.site-header .header-actions .theme-toggle .light-icon{display:none}.site-header .header-actions .theme-btn .dark-icon,.site-header .header-actions .theme-toggle .dark-icon{display:block}[data-theme=dark] .site-header .header-actions .theme-btn .light-icon,[data-theme=dark] .site-header .header-actions .theme-toggle .light-icon{display:block}[data-theme=dark] .site-header .header-actions .theme-btn .dark-icon,[data-theme=dark] .site-header .header-actions .theme-toggle .dark-icon{display:none}.site-header .mobile-nav-toggle{display:none;flex-shrink:0}@media (max-width:991.98px){.site-header .mobile-nav-toggle{display:block}}.site-header .mobile-nav-toggle .menu-toggle{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:0 0;border:none;padding:0;cursor:pointer;position:relative}.site-header .mobile-nav-toggle .menu-toggle .toggle-line{display:block;width:100%;height:2px;background-color:var(--text-color);transition:all .3s ease;border-radius:2px}.site-header .mobile-nav-toggle .menu-toggle.active .toggle-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.site-header .mobile-nav-toggle .menu-toggle.active .toggle-line:nth-child(2){opacity:0}.site-header .mobile-nav-toggle .menu-toggle.active .toggle-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.site-header .mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;width:300px;background-color:var(--nav-bg-translucent,rgba(255,255,255,.95));backdrop-filter:blur(var(--nav-blur-effect, 10px));-webkit-backdrop-filter:blur(var(--nav-blur-effect, 10px));box-shadow:var(--shadow-lg);z-index:101;transform:translateX(100%);transition:transform .3s ease;overflow-y:auto;border-top-left-radius:12px;border-bottom-left-radius:12px}.site-header .mobile-nav.active{transform:translateX(0)}.site-header .mobile-nav .mobile-nav-container{padding:1rem}.site-header .mobile-nav .mobile-menu{margin-top:3rem}.site-header .mobile-nav .mobile-menu-list{list-style:none;margin:0;padding:0}.site-header .mobile-nav .mobile-menu-item{margin-bottom:.5rem;position:relative}.site-header .mobile-nav .mobile-menu-item.active .mobile-menu-link{color:var(--primary-color);font-weight:500}.site-header .mobile-nav .mobile-menu-link{display:block;padding:.85rem 1.25rem;color:var(--text-color);text-decoration:none;font-size:1rem;font-weight:500;border-radius:8px;transition:all .2s ease}.site-header .mobile-nav .mobile-menu-link:hover{background-color:var(--nav-hover-bg-translucent,rgba(0,0,0,.05));transform:translateX(5px)}.site-header .mobile-nav .submenu-toggle{position:absolute;right:0;top:.5rem;background:0 0;border:none;color:var(--text-color-secondary);padding:.5rem;cursor:pointer}.site-header .mobile-nav .submenu-toggle:hover{color:var(--primary-color)}.site-header .mobile-nav .submenu-toggle.active svg{transform:rotate(180deg)}.site-header .mobile-nav .mobile-submenu{display:none;list-style:none;margin:.5rem 0 .5rem 1rem;padding:0}.site-header .mobile-nav .mobile-submenu.active{display:block}.site-header .mobile-nav .mobile-submenu-item{margin-bottom:.25rem}.site-header .mobile-nav .mobile-submenu-item.active .mobile-submenu-link{color:var(--primary-color);font-weight:500}.site-header .mobile-nav .mobile-submenu-link{display:block;padding:.5rem 1rem;color:var(--text-color-secondary);text-decoration:none;font-size:.95rem;border-radius:4px}.site-header .mobile-nav .mobile-submenu-link:hover{background-color:rgba(0,123,255,.08)}.site-header .mobile-nav .mobile-nav-close{position:absolute;top:1rem;right:1rem;background:0 0;border:none;color:var(--text-color-secondary);padding:.5rem;cursor:pointer}.site-header .mobile-nav .mobile-nav-close:hover{color:var(--primary-color)}.site-header .mobile-nav-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:99;opacity:0;transition:opacity .3s ease}.site-header .mobile-nav-overlay.active{display:block;opacity:1}body.mobile-nav-open{overflow:hidden}@media (min-width:768px){body.mobile-nav-open{overflow:auto}}@keyframes dropdown-fade-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes search-panel-slide-down{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-up{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fade-in-up .3s ease forwards}.theme-icon-rotate{animation:theme-icon-rotate .5s ease}@keyframes theme-icon-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.site-footer{position:relative;width:100%;background-color:var(--footer-bg);color:var(--footer-text-color);border-top:1px solid var(--border-color-light)}.site-footer a{color:var(--footer-link-color);text-decoration:none;transition:all .2s ease}.site-footer a:focus,.site-footer a:hover{color:var(--footer-link-hover-color);text-decoration:none}.site-footer .container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width:992px){.site-footer .container{padding:0 2rem}}.site-footer .footer-wrapper{position:relative}.site-footer .footer-top{padding:3rem 0 2rem}@media (max-width:991.98px){.site-footer .footer-top{padding:2rem 0 1.5rem}}.site-footer .footer-bottom{padding:1.5rem 0;border-top:1px solid var(--border-color-light)}@media (max-width:991.98px){.site-footer .footer-bottom{padding:1rem 0}}.footer-title{font-size:18px;font-weight:600;margin-bottom:1rem;color:var(--footer-link-color)}.footer-logo{margin-bottom:1rem}.footer-logo img{max-height:40px;width:auto}.footer-description{margin-bottom:1rem;line-height:1.8}.footer-links{list-style:none;padding-left:0;margin-bottom:1rem}.footer-links li{margin-bottom:.25rem}.footer-links li:last-child{margin-bottom:0}.footer-links a{display:block;padding:.25rem 0;transition:color .2s ease-in-out}.footer-links a:hover{color:var(--primary-hover-color,var(--primary-color))}.footer-contact{margin-bottom:1rem}.footer-contact .contact-item{display:flex;align-items:flex-start;margin-bottom:.25rem}.footer-contact .contact-item:last-child{margin-bottom:0}.footer-contact .contact-item .icon{flex-shrink:0;margin-right:.5rem;color:var(--footer-link-color)}.footer-contact .contact-item .text{line-height:1.5}.footer-social{display:flex;flex-wrap:wrap;margin-bottom:1rem}.footer-social .social-item{margin-right:.5rem;margin-bottom:.5rem}.footer-social .social-item:last-child{margin-right:0}.footer-social .social-item a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:rgba(255,255,255,.1);color:var(--footer-link-color);transition:all .2s ease-in-out}.footer-social .social-item a:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-3px)}.footer-copyright{padding-top:1rem;margin-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:14px}.footer-copyright p{margin-bottom:.25rem}.footer-copyright p:last-child{margin-bottom:0}.footer-icp{display:flex;flex-wrap:wrap;justify-content:center;margin-top:.5rem;font-size:14px}.footer-icp .icp-item{margin-right:1rem}.footer-icp .icp-item:last-child{margin-right:0}.footer-icp .icp-item a{display:inline-flex;align-items:center}.footer-icp .icp-item a img{margin-right:.25rem;height:16px;width:auto}.footer-subscribe{margin-bottom:1rem}.footer-subscribe .form-control{background-color:rgba(255,255,255,.1);border-color:rgba(255,255,255,.1);color:#fff}.footer-subscribe .form-control::-moz-placeholder{color:rgba(255,255,255,.5)}.footer-subscribe .form-control::placeholder{color:rgba(255,255,255,.5)}.footer-subscribe .form-control:focus{background-color:rgba(255,255,255,.15);border-color:rgba(255,255,255,.2)}.footer-subscribe .btn{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff}.footer-subscribe .btn:hover{background-color:var(--primary-hover-color,var(--primary-color));border-color:var(--primary-hover-color,var(--primary-color))}.footer-widgets{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin-bottom:1.5rem}.footer-widgets .footer-widget{padding-right:15px;padding-left:15px;margin-bottom:1.5rem;width:100%}@media (min-width:576px){.footer-widgets .footer-widget{width:50%}}@media (min-width:992px){.footer-widgets .footer-widget{width:25%}}.footer-light{background-color:var(--bg-color-light);color:var(--text-color)}.footer-light a{color:var(--text-color)}.footer-light a:focus,.footer-light a:hover{color:var(--primary-color)}.footer-light .footer-title{color:var(--text-color)}.footer-light .footer-copyright{border-top-color:var(--border-color)}.footer-light .footer-social .social-item a{background-color:var(--bg-color-secondary);color:var(--text-color)}.footer-light .footer-social .social-item a:hover{background-color:var(--primary-color);color:#fff}.footer-light .footer-subscribe .form-control{background-color:var(--bg-color);border-color:var(--border-color);color:var(--text-color)}.footer-light .footer-subscribe .form-control::-moz-placeholder{color:var(--text-color-light)}.footer-light .footer-subscribe .form-control::placeholder{color:var(--text-color-light)}.footer-light .footer-subscribe .form-control:focus{background-color:var(--bg-color);border-color:var(--primary-color)}.footer-dark{background-color:#212529;color:rgba(255,255,255,.6)}.footer-dark a{color:rgba(255,255,255,.8)}.footer-dark a:focus,.footer-dark a:hover{color:#fff}.footer-dark .footer-title{color:#fff}.footer-dark .footer-social .social-item a{background-color:rgba(255,255,255,.1);color:rgba(255,255,255,.8)}.footer-dark .footer-social .social-item a:hover{background-color:var(--primary-color);color:#fff}.footer-simple{padding:1.5rem 0;text-align:center}.footer-simple .footer-logo{margin-bottom:1rem}.footer-simple .footer-nav{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:1rem}.footer-simple .footer-nav .nav-item{margin:0 .5rem .25rem}.footer-simple .footer-social{justify-content:center;margin-bottom:1rem}.footer-simple .footer-copyright{margin-top:0;padding-top:0;border-top:none}.footer-compact{padding:1rem 0}.footer-compact .container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.footer-compact .footer-left{display:flex;align-items:center}.footer-compact .footer-left .footer-logo{margin-right:1rem;margin-bottom:0}.footer-compact .footer-left .footer-copyright{margin-top:0;padding-top:0;border-top:none;text-align:left}.footer-compact .footer-right{display:flex;align-items:center}.footer-compact .footer-right .footer-nav{display:flex;margin-right:1rem}.footer-compact .footer-right .footer-nav .nav-item{margin-right:.5rem;margin-bottom:0}.footer-compact .footer-right .footer-nav .nav-item:last-child{margin-right:0}.footer-compact .footer-right .footer-social{margin-bottom:0}@media (max-width:991.98px){.footer-compact .container{flex-direction:column}.footer-compact .footer-left{flex-direction:column;margin-bottom:1rem}.footer-compact .footer-left .footer-logo{margin-right:0;margin-bottom:.5rem}.footer-compact .footer-left .footer-copyright{text-align:center}.footer-compact .footer-right{flex-direction:column}.footer-compact .footer-right .footer-nav{margin-right:0;margin-bottom:.5rem;justify-content:center}.footer-compact .footer-right .footer-social{justify-content:center}}.back-to-top{position:fixed;right:20px;bottom:20px;z-index:1030;width:40px;height:40px;line-height:40px;text-align:center;background-color:var(--primary-color);color:#fff;border-radius:4px;opacity:0;visibility:hidden;transition:all .3s ease-in-out;box-shadow:var(--shadow-md);cursor:pointer}.back-to-top:hover{background-color:var(--primary-hover-color,var(--primary-color))}.back-to-top.show{opacity:1;visibility:visible}.site-footer .footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}@media (max-width:991.98px){.site-footer .footer-columns{grid-template-columns:1fr;gap:1.5rem}}.site-footer .footer-column .column-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--text-color);position:relative}.site-footer .footer-column .column-title::after{content:'';position:absolute;bottom:-.5rem;left:0;width:30px;height:2px;background-color:var(--primary-color);border-radius:2px}.site-footer .footer-column .column-content{color:var(--footer-text-color);line-height:1.6}.site-footer .about-column .footer-logo{margin-bottom:1rem}.site-footer .about-column .footer-logo img{max-height:40px;width:auto;transition:transform .3s ease}.site-footer .about-column .footer-logo img:hover{transform:scale(1.05)}.site-footer .about-column .footer-description{font-size:.95rem;line-height:1.6;color:var(--footer-text-color)}.site-footer .links-column .footer-links{list-style:none;padding:0;margin:0}.site-footer .links-column .footer-links .footer-link-item{margin-bottom:.5rem}.site-footer .links-column .footer-links .footer-link-item:last-child{margin-bottom:0}.site-footer .links-column .footer-links .footer-link{display:inline-block;padding:.25rem 0;font-size:.95rem;color:var(--footer-link-color);transition:all .2s ease}.site-footer .links-column .footer-links .footer-link:hover{color:var(--footer-link-hover-color);transform:translateX(5px)}.site-footer .contact-column .contact-list{list-style:none;padding:0;margin:0}.site-footer .contact-column .contact-list .contact-item{display:flex;align-items:flex-start;margin-bottom:.75rem}.site-footer .contact-column .contact-list .contact-item:last-child{margin-bottom:0}.site-footer .contact-column .contact-list .contact-item .contact-icon{flex-shrink:0;margin-right:.75rem;margin-top:.125rem;color:var(--primary-color)}.site-footer .contact-column .contact-list .contact-item .contact-icon svg{width:16px;height:16px}.site-footer .contact-column .contact-list .contact-item .contact-link,.site-footer .contact-column .contact-list .contact-item .contact-text{font-size:.95rem;color:var(--footer-text-color);line-height:1.5}.site-footer .contact-column .contact-list .contact-item .contact-link:hover{color:var(--footer-link-hover-color)}.site-footer .social-column .social-links{display:flex;flex-wrap:wrap;gap:.75rem}.site-footer .social-column .social-links .social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:var(--bg-color-secondary);color:var(--text-color-secondary);transition:all .3s ease;position:relative}.site-footer .social-column .social-links .social-link:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-3px);box-shadow:var(--shadow-md)}.site-footer .social-column .social-links .social-link svg{width:20px;height:20px}.site-footer .social-column .social-links .social-link.wechat-link .wechat-qrcode{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);margin-bottom:.5rem;padding:.75rem;background-color:#fff;border-radius:8px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transition:all .3s ease;z-index:10}.site-footer .social-column .social-links .social-link.wechat-link .wechat-qrcode::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid transparent;border-top-color:#fff}.site-footer .social-column .social-links .social-link.wechat-link .wechat-qrcode img{width:120px;height:120px;display:block}.site-footer .social-column .social-links .social-link.wechat-link:hover .wechat-qrcode{opacity:1;visibility:visible}.site-footer .footer-bottom.left-aligned .copyright-section{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.site-footer .footer-bottom.left-aligned .copyright-section .copyright-text,.site-footer .footer-bottom.left-aligned .copyright-section .icp-info,.site-footer .footer-bottom.left-aligned .copyright-section .police-info,.site-footer .footer-bottom.left-aligned .copyright-section .site-copyright,.site-footer .footer-bottom.left-aligned .copyright-section .theme-info{font-size:.9rem;color:var(--footer-text-color);line-height:1.5}.site-footer .footer-bottom.left-aligned .copyright-section .copyright-text a,.site-footer .footer-bottom.left-aligned .copyright-section .icp-info a,.site-footer .footer-bottom.left-aligned .copyright-section .police-info a,.site-footer .footer-bottom.left-aligned .copyright-section .site-copyright a,.site-footer .footer-bottom.left-aligned .copyright-section .theme-info a{color:var(--footer-link-color)}.site-footer .footer-bottom.left-aligned .copyright-section .copyright-text a:hover,.site-footer .footer-bottom.left-aligned .copyright-section .icp-info a:hover,.site-footer .footer-bottom.left-aligned .copyright-section .police-info a:hover,.site-footer .footer-bottom.left-aligned .copyright-section .site-copyright a:hover,.site-footer .footer-bottom.left-aligned .copyright-section .theme-info a:hover{color:var(--footer-link-hover-color)}.site-footer .footer-bottom.left-aligned .copyright-section .theme-info{font-size:.85rem;color:var(--text-color-light);margin-top:.25rem}.site-footer .footer-bottom.left-aligned .copyright-section .theme-info span:not(:last-child)::after{content:' | ';margin:0 .25rem;color:var(--border-color)}.site-footer .footer-bottom.center-aligned{text-align:center}.site-footer .footer-bottom.center-aligned .copyright-section{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem}.site-footer .footer-bottom.center-aligned .copyright-section .copyright-text,.site-footer .footer-bottom.center-aligned .copyright-section .icp-info,.site-footer .footer-bottom.center-aligned .copyright-section .police-info,.site-footer .footer-bottom.center-aligned .copyright-section .site-copyright,.site-footer .footer-bottom.center-aligned .copyright-section .theme-info{font-size:.9rem;color:var(--footer-text-color);white-space:nowrap}.site-footer .footer-bottom.center-aligned .copyright-section .copyright-text a,.site-footer .footer-bottom.center-aligned .copyright-section .icp-info a,.site-footer .footer-bottom.center-aligned .copyright-section .police-info a,.site-footer .footer-bottom.center-aligned .copyright-section .site-copyright a,.site-footer .footer-bottom.center-aligned .copyright-section .theme-info a{color:var(--footer-link-color)}.site-footer .footer-bottom.center-aligned .copyright-section .copyright-text a:hover,.site-footer .footer-bottom.center-aligned .copyright-section .icp-info a:hover,.site-footer .footer-bottom.center-aligned .copyright-section .police-info a:hover,.site-footer .footer-bottom.center-aligned .copyright-section .site-copyright a:hover,.site-footer .footer-bottom.center-aligned .copyright-section .theme-info a:hover{color:var(--footer-link-hover-color)}.site-footer .footer-bottom.center-aligned .copyright-section .theme-info{font-size:.85rem;color:var(--text-color-light)}.site-footer .footer-bottom.center-aligned .copyright-section .theme-info span:not(:last-child)::after{content:' | ';margin:0 .25rem;color:var(--border-color)}.site-footer .custom-footer-content{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color-light)}.site-footer .custom-footer-content *{color:var(--footer-text-color)}.site-footer .custom-footer-content a{color:var(--footer-link-color)}.site-footer .custom-footer-content a:hover{color:var(--footer-link-hover-color)}@media (max-width:991.98px){.site-footer .footer-columns .footer-column{text-align:center}.site-footer .footer-columns .footer-column .column-title::after{left:50%;transform:translateX(-50%)}.site-footer .footer-columns .about-column .column-content,.site-footer .footer-columns .contact-column .column-content{text-align:left}.site-footer .footer-columns .social-column .social-links{justify-content:center}.site-footer .footer-bottom.left-aligned{text-align:center}.site-footer .footer-bottom.left-aligned .copyright{justify-content:center}.site-footer .footer-bottom.left-aligned .theme-info{margin-left:0;text-align:center}}[data-theme=dark] .site-footer{border-top-color:var(--border-color-dark)}[data-theme=dark] .site-footer .footer-bottom{border-top-color:var(--border-color-dark)}[data-theme=dark] .site-footer .custom-footer-content{border-top-color:var(--border-color-dark)}[data-theme=dark] .site-footer .social-column .social-links .social-link{background-color:rgba(255,255,255,.1)}[data-theme=dark] .site-footer .social-column .social-links .social-link:hover{background-color:var(--primary-color)}[data-theme=dark] .site-footer .social-column .social-links .wechat-link .wechat-qrcode{background-color:var(--bg-color);border:1px solid var(--border-color)}[data-theme=dark] .site-footer .social-column .social-links .wechat-link .wechat-qrcode::after{border-top-color:var(--bg-color)}.pagination{margin:32px 0;display:flex;justify-content:center}.pagination .pagination-list{display:flex;list-style:none;padding:0;margin:0;gap:8px}@media (max-width:575.98px){.pagination .pagination-list{gap:4px}}.pagination-item{display:inline-block}.pagination-item a,.pagination-item span{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:8px;font-size:.875rem;font-weight:500;text-decoration:none;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}@media (max-width:575.98px){.pagination-item a,.pagination-item span{min-width:36px;height:36px;padding:0 8px;font-size:.75rem}}.pagination-item a{background-color:var(--color-surface);color:var(--color-text-secondary)}.pagination-item a:hover{background-color:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary)}.pagination-item span{background-color:transparent;color:var(--color-text-tertiary);cursor:not-allowed}.pagination-item.active a,.pagination-item.active span{background-color:var(--dynamic-primary);color:#fff}.pagination-item.disabled a,.pagination-item.disabled span{background-color:var(--color-surface);color:var(--color-text-tertiary);cursor:not-allowed;opacity:.5}.pagination-item.disabled a:hover,.pagination-item.disabled span:hover{background-color:var(--color-surface);color:var(--color-text-tertiary)}.pagination-next a i,.pagination-next span i,.pagination-prev a i,.pagination-prev span i{font-size:.75rem}.pagination-simple .pagination-list{gap:16px}.pagination-simple .pagination-item a,.pagination-simple .pagination-item span{background-color:transparent;min-width:auto;padding:0;height:auto}.pagination-simple .pagination-item a:hover,.pagination-simple .pagination-item span:hover{background-color:transparent}.pagination-simple .pagination-item.active a,.pagination-simple .pagination-item.active span{background-color:transparent;color:var(--dynamic-primary);font-weight:600}.pagination-rounded .pagination-item a,.pagination-rounded .pagination-item span{border-radius:50%;min-width:40px;padding:0}.pagination-bordered .pagination-item a{background-color:transparent;border:1px solid var(--color-border)}.pagination-bordered .pagination-item a:hover{border-color:var(--dynamic-primary)}.pagination-bordered .pagination-item.active a,.pagination-bordered .pagination-item.active span{border-color:var(--dynamic-primary)}.pagination-sm .pagination-list{gap:4px}.pagination-sm .pagination-item a,.pagination-sm .pagination-item span{min-width:32px;height:32px;font-size:.75rem}.pagination-lg .pagination-list{gap:12px}.pagination-lg .pagination-item a,.pagination-lg .pagination-item span{min-width:48px;height:48px;font-size:1rem}.pagination-left{justify-content:flex-start}.pagination-right{justify-content:flex-end}.pagination-between .pagination-list{width:100%;justify-content:space-between}.pagination-jump{display:flex;align-items:center;margin-left:16px}.pagination-jump .jump-text{font-size:.875rem;color:var(--color-text-secondary);margin-right:8px}.pagination-jump .jump-input{width:50px;height:32px;padding:0 8px;border:1px solid var(--color-border);border-radius:4px;font-size:.875rem;text-align:center;color:var(--color-text-primary);background-color:var(--color-background);transition-property:border-color;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.pagination-jump .jump-input:focus{outline:0;border-color:var(--dynamic-primary)}.pagination-jump .jump-button{margin-left:8px;height:32px;padding:0 12px;border:none;border-radius:4px;background-color:var(--color-surface);color:var(--color-text-secondary);font-size:.875rem;cursor:pointer;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.pagination-jump .jump-button:hover{background-color:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary)}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;padding:12px 0;margin-bottom:24px;list-style:none;font-size:.875rem;color:var(--color-text-secondary)}@media (max-width:575.98px){.breadcrumb{padding:8px 0;margin-bottom:16px;font-size:.75rem}}.breadcrumb-item{display:flex;align-items:center}.breadcrumb-item a{color:var(--color-text-secondary);text-decoration:none;transition-property:color;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.breadcrumb-item a:hover{color:var(--dynamic-primary)}.breadcrumb-item.active{color:var(--dynamic-primary);font-weight:500}.breadcrumb-item:not(:last-child)::after{content:'/';margin:0 8px;color:var(--color-text-tertiary)}.breadcrumb-arrow .breadcrumb-item:not(:last-child)::after{content:'>';margin:0 8px}.breadcrumb-icon .breadcrumb-item:not(:last-child)::after{content:'';display:inline-block;width:16px;height:16px;margin:0 8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z' fill='rgba(150,150,150,0.8)'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.breadcrumb-bg{background-color:var(--color-surface);padding:12px 16px;border-radius:8px}.breadcrumb-bordered{border:1px solid var(--color-border);padding:12px 16px;border-radius:8px}.breadcrumb-sm{padding:8px 0;font-size:.75rem}.breadcrumb-sm.breadcrumb-bg,.breadcrumb-sm.breadcrumb-bordered{padding:8px 12px}.breadcrumb-lg{padding:16px 0;font-size:1rem}.breadcrumb-lg.breadcrumb-bg,.breadcrumb-lg.breadcrumb-bordered{padding:16px 20px}.breadcrumb-with-icons .breadcrumb-item .item-icon{margin-right:4px;font-size:1rem;display:inline-flex;align-items:center}.breadcrumb-with-icons .breadcrumb-item .item-icon i,.breadcrumb-with-icons .breadcrumb-item .item-icon svg{width:16px;height:16px}.breadcrumb-center{justify-content:center}.breadcrumb-right{justify-content:flex-end}.breadcrumb-dropdown .breadcrumb-item{position:relative}.breadcrumb-dropdown .breadcrumb-item .dropdown-toggle{display:inline-flex;align-items:center}.breadcrumb-dropdown .breadcrumb-item .dropdown-toggle::after{content:'';display:inline-block;width:10px;height:10px;margin-left:4px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='10' height='10'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 15l-4.243-4.243 1.415-1.414L12 12.172l2.828-2.829 1.415 1.414z' fill='rgba(150,150,150,0.8)'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.breadcrumb-dropdown .breadcrumb-item .dropdown-toggle.active::after,.breadcrumb-dropdown .breadcrumb-item .dropdown-toggle:hover::after{transform:rotate(180deg)}.breadcrumb-dropdown .breadcrumb-item .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;min-width:160px;padding:8px 0;margin-top:8px;background-color:var(--color-background);border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.breadcrumb-dropdown .breadcrumb-item .dropdown-menu.show{display:block}.breadcrumb-dropdown .breadcrumb-item .dropdown-menu .dropdown-item{display:block;padding:8px 16px;color:var(--color-text-secondary);text-decoration:none;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.breadcrumb-dropdown .breadcrumb-item .dropdown-menu .dropdown-item:hover{background-color:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary)}@media (max-width:575.98px){.breadcrumb.breadcrumb-responsive .breadcrumb-item{display:none}.breadcrumb.breadcrumb-responsive .breadcrumb-item:nth-last-child(1),.breadcrumb.breadcrumb-responsive .breadcrumb-item:nth-last-child(2){display:flex}.breadcrumb.breadcrumb-responsive .breadcrumb-item:first-child{display:flex}.breadcrumb.breadcrumb-responsive .breadcrumb-item:first-child a::before{content:'...'}.breadcrumb.breadcrumb-responsive .breadcrumb-item:first-child a span{display:none}}:root{--halo-search-widget-base-font-size:14px;--halo-search-widget-base-font-family:var(--font-family-base);--halo-search-widget-base-rounded:8px;--halo-search-widget-base-bg-color:var(--color-background);--halo-search-widget-primary-color:var(--dynamic-primary);--halo-search-widget-muted-color:var(--color-text-secondary);--halo-search-widget-content-color:var(--color-text-primary);--halo-search-widget-modal-bg-color:var(--color-surface);--halo-search-widget-modal-layer-color:rgba(0, 0, 0, 0.5);--halo-search-widget-hit-bg-color:var(--color-background);--halo-search-widget-divider-color:var(--color-border);--halo-search-widget-kbd-border-color:var(--color-border);--halo-search-widget-kbd-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.1)}@media (prefers-color-scheme:dark){.color-scheme-auto,[data-color-scheme=auto]{color-scheme:dark;--halo-search-widget-muted-color:#cbd5e1;--halo-search-widget-content-color:#f1f5f9;--halo-search-widget-hit-bg-color:#090a11;--halo-search-widget-modal-bg-color:#15172a;--halo-search-widget-modal-layer-color:#000000cc;--halo-search-widget-base-bg-color:#090a11;--halo-search-widget-divider-color:#1e293b;--halo-search-widget-kbd-border-color:#334155;--halo-search-widget-kbd-shadow:0px 2px 0px 0px #ffffff1a}}.color-scheme-dark,.dark,[data-color-scheme=dark]{color-scheme:dark;--halo-search-widget-muted-color:#cbd5e1;--halo-search-widget-content-color:#f1f5f9;--halo-search-widget-hit-bg-color:#090a11;--halo-search-widget-modal-bg-color:#15172a;--halo-search-widget-modal-layer-color:#000000cc;--halo-search-widget-base-bg-color:#090a11;--halo-search-widget-divider-color:#1e293b;--halo-search-widget-kbd-border-color:#334155;--halo-search-widget-kbd-shadow:0px 2px 0px 0px #ffffff1a}.color-scheme-light,.light,[data-color-scheme=light]{color-scheme:light;--halo-search-widget-muted-color:var(--color-text-secondary);--halo-search-widget-content-color:var(--color-text-primary);--halo-search-widget-hit-bg-color:var(--color-background);--halo-search-widget-modal-bg-color:var(--color-surface);--halo-search-widget-modal-layer-color:rgba(0, 0, 0, 0.5);--halo-search-widget-base-bg-color:var(--color-background);--halo-search-widget-divider-color:var(--color-border);--halo-search-widget-kbd-border-color:var(--color-border);--halo-search-widget-kbd-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.1)}.search-btn{transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.search-btn:hover{transform:scale(1.05);opacity:.8}.search-btn:active{transform:scale(.95)}.mobile-search-btn{transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.mobile-search-btn:hover{background-color:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary)}.mobile-search-btn:active{transform:scale(.95)}.links-widget .links-section .link-group-widget{margin-bottom:2rem}.links-widget .links-section .link-group-widget:last-child{margin-bottom:0}.links-widget .links-section .link-group-widget .group-title-widget{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.links-widget .links-section .link-group-widget .group-title-widget::before{content:'';width:3px;height:1.25rem;background:linear-gradient(135deg,var(--dynamic-primary),var(--dynamic-secondary));border-radius:2px;flex-shrink:0}.links-widget .links-section .links-grid-widget{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}@media (max-width:991.98px){.links-widget .links-section .links-grid-widget{grid-template-columns:1fr;gap:.75rem}}@media (max-width:767.98px){.links-widget .links-section .links-grid-widget{grid-template-columns:1fr}}.links-widget .links-section .link-item-widget{display:flex;align-items:center;padding:1rem;background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;text-decoration:none;color:inherit;transition:all .3s ease}.links-widget .links-section .link-item-widget:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--dynamic-primary)}.links-widget .links-section .link-item-widget:hover .link-avatar-widget img{transform:scale(1.05)}.links-widget .links-section .link-item-widget:hover .link-name-widget{color:var(--dynamic-primary)}.links-widget .links-section .link-avatar-widget{flex-shrink:0;width:40px;height:40px;margin-right:.75rem;border-radius:6px;overflow:hidden;background-color:var(--color-background);border:1px solid var(--color-border)}.links-widget .links-section .link-avatar-widget img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.links-widget .links-section .link-info-widget{flex:1;min-width:0}.links-widget .links-section .link-info-widget .link-name-widget{font-size:.9rem;font-weight:600;color:var(--color-text-primary);margin:0 0 .25rem 0;line-height:1.4;transition:color .3s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.links-widget .links-section .link-info-widget .link-description-widget{font-size:.8rem;color:var(--color-text-secondary);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.links-simple-widget .links-simple-section .links-simple-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:1rem}@media (max-width:991.98px){.links-simple-widget .links-simple-section .links-simple-grid{grid-template-columns:repeat(auto-fill,minmax(50px,1fr));gap:.75rem}}.links-simple-widget .links-simple-section .link-simple-item{display:block;width:60px;height:60px;border-radius:8px;overflow:hidden;background-color:var(--color-surface);border:1px solid var(--color-border);transition:all .3s ease}@media (max-width:991.98px){.links-simple-widget .links-simple-section .link-simple-item{width:50px;height:50px}}.links-simple-widget .links-simple-section .link-simple-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--dynamic-primary)}.links-simple-widget .links-simple-section .link-simple-item:hover img{transform:scale(1.1)}.links-simple-widget .links-simple-section .link-simple-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}@media (max-width:767.98px){.links-widget .links-section .links-grid-widget{grid-template-columns:1fr}.links-widget .links-section .link-item-widget{padding:.75rem}.links-widget .links-section .link-avatar-widget{width:36px;height:36px}.links-simple-widget .links-simple-section .links-simple-grid{grid-template-columns:repeat(auto-fill,minmax(45px,1fr));gap:.5rem}.links-simple-widget .links-simple-section .link-simple-item{width:45px;height:45px}}[data-theme=dark] .links-widget .link-item-widget:hover{box-shadow:0 4px 16px rgba(0,0,0,.3)}[data-theme=dark] .links-simple-widget .link-simple-item:hover{box-shadow:0 8px 32px rgba(0,0,0,.3)}.timeline{position:relative;padding:20px 0}.timeline::before{content:'';position:absolute;top:0;left:20px;height:100%;width:2px;background-color:var(--color-border)}@media (min-width:768px){.timeline::before{left:50%;margin-left:-1px}}.timeline-item{position:relative;margin-bottom:40px}.timeline-item:last-child{margin-bottom:0}.timeline-item::after{content:'';display:table;clear:both}.timeline-item .timeline-dot{position:absolute;top:0;left:20px;width:16px;height:16px;border-radius:50%;background-color:var(--dynamic-primary);border:2px solid #fff;box-shadow:0 0 0 4px rgba(var(--dynamic-primary),.2);transform:translateX(-50%);z-index:1}@media (min-width:768px){.timeline-item .timeline-dot{left:50%}}.timeline-item .timeline-content{position:relative;margin-left:40px;padding:20px;background-color:var(--color-surface);border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important}@media (min-width:768px){.timeline-item .timeline-content{width:45%;margin-left:0;float:left}.timeline-item:nth-child(even) .timeline-item .timeline-content{float:right}}.timeline-item .timeline-content::before{content:'';position:absolute;top:10px;left:-10px;width:0;height:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent var(--color-surface) transparent transparent}@media (min-width:768px){.timeline-item:nth-child(odd) .timeline-item .timeline-content::before{left:auto;right:-10px;border-width:10px 0 10px 10px;border-color:transparent transparent transparent var(--color-surface)}}.timeline-item .timeline-date{display:block;margin-bottom:8px;font-size:.875rem;font-weight:500;color:var(--dynamic-primary)}@media (min-width:768px){.timeline-item:nth-child(odd) .timeline-item .timeline-date{text-align:right}}.timeline-item .timeline-title{margin:0 0 12px 0;font-size:1.125rem;font-weight:600;color:var(--dynamic-text)}@media (min-width:768px){.timeline-item:nth-child(odd) .timeline-item .timeline-title{text-align:right}}.timeline-item .timeline-desc{margin:0;font-size:.875rem;color:var(--color-text-secondary);line-height:1.6}@media (min-width:768px){.timeline-item:nth-child(odd) .timeline-item .timeline-desc{text-align:right}}.timeline-item .timeline-image{margin-top:12px;border-radius:4px;overflow:hidden}.timeline-item .timeline-image img{width:100%;height:auto;display:block}.timeline-item .timeline-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}@media (min-width:768px){.timeline-item:nth-child(odd) .timeline-item .timeline-tags{justify-content:flex-end}}.timeline-item .timeline-tags .tag{display:inline-block;padding:2px 8px;font-size:.75rem;color:var(--color-text-secondary);background-color:var(--color-background);border-radius:4px;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.timeline-item .timeline-tags .tag:hover{background-color:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary)}.timeline-compact .timeline-item{margin-bottom:20px}.timeline-compact .timeline-item .timeline-content{padding:12px}.timeline-compact .timeline-item .timeline-date{margin-bottom:4px;font-size:.75rem}.timeline-compact .timeline-item .timeline-title{margin-bottom:8px;font-size:1rem}.timeline-compact .timeline-item .timeline-desc{font-size:.75rem}.timeline-centered .timeline-dot{top:50%;transform:translate(-50%,-50%)}.timeline-centered .timeline-content::before{top:50%;transform:translateY(-50%)}.timeline-colorful .timeline-item:nth-child(5n+1) .timeline-dot{background-color:#3498db;box-shadow:0 0 0 4px rgba(52,152,219,.2)}.timeline-colorful .timeline-item:nth-child(5n+2) .timeline-dot{background-color:#2ecc71;box-shadow:0 0 0 4px rgba(46,204,113,.2)}.timeline-colorful .timeline-item:nth-child(5n+3) .timeline-dot{background-color:#e74c3c;box-shadow:0 0 0 4px rgba(231,76,60,.2)}.timeline-colorful .timeline-item:nth-child(5n+4) .timeline-dot{background-color:#f39c12;box-shadow:0 0 0 4px rgba(243,156,18,.2)}.timeline-colorful .timeline-item:nth-child(5n+5) .timeline-dot{background-color:#9b59b6;box-shadow:0 0 0 4px rgba(155,89,182,.2)}.timeline-icons .timeline-dot{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:var(--color-surface);border:2px solid var(--dynamic-primary);box-shadow:none}.timeline-icons .timeline-dot .icon{font-size:16px;color:var(--dynamic-primary)}.timeline-simple::before{background-color:var(--color-border)}.timeline-simple .timeline-item .timeline-dot{background-color:var(--color-background);border:2px solid var(--color-border);box-shadow:none}.timeline-simple .timeline-item .timeline-content{background-color:transparent;padding:0 0 0 20px;box-shadow:none}.timeline-simple .timeline-item .timeline-content::before{display:none}@media (min-width:768px){.timeline-simple .timeline-item .timeline-content{padding:0}.timeline-item:nth-child(odd) .timeline-simple .timeline-item .timeline-content{padding-right:20px}.timeline-item:nth-child(even) .timeline-simple .timeline-item .timeline-content{padding-left:20px}}.timeline-horizontal{display:flex;flex-wrap:nowrap;overflow-x:auto;padding:20px 0}.timeline-horizontal::before{top:auto;bottom:0;left:0;width:100%;height:2px}.timeline-horizontal .timeline-item{flex:0 0 250px;margin-right:40px;margin-bottom:0}.timeline-horizontal .timeline-item:last-child{margin-right:0}.timeline-horizontal .timeline-item .timeline-dot{top:auto;bottom:0;left:20px;transform:translate(0,50%)}.timeline-horizontal .timeline-item .timeline-content{margin-left:0;margin-bottom:20px;float:none;width:100%}.timeline-horizontal .timeline-item .timeline-content::before{top:auto;bottom:-10px;left:20px;border-width:10px 10px 0 10px;border-color:var(--color-surface) transparent transparent transparent}@media (max-width:575.98px){.timeline-responsive .timeline-item .timeline-content{margin-left:30px;width:auto;float:none}.timeline-responsive .timeline-item .timeline-content::before{left:-10px;right:auto;border-width:10px 10px 10px 0;border-color:transparent var(--color-surface) transparent transparent}.timeline-responsive .timeline-item .timeline-date,.timeline-responsive .timeline-item .timeline-desc,.timeline-responsive .timeline-item .timeline-title{text-align:left}.timeline-responsive .timeline-item .timeline-tags{justify-content:flex-start}}.back-to-top{position:fixed;right:20px;bottom:20px;width:40px;height:40px;border-radius:50%;background-color:var(--dynamic-primary);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .3s,visibility .3s,transform .3s,background-color .3s;z-index:900;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08)}.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background-color:var(--dynamic-secondary)}.back-to-top .icon{font-size:1.25rem}@media (max-width:575.98px){.back-to-top{width:36px;height:36px;right:16px;bottom:16px}.back-to-top .icon{font-size:1rem}}.back-to-top-square{border-radius:4px}.back-to-top-text{width:auto;height:auto;padding:8px 16px;border-radius:20px}.back-to-top-text .icon{margin-right:4px}.back-to-top-text .text{font-size:.875rem;font-weight:500}.back-to-top-translucent{background-color:rgba(var(--dynamic-primary),.8)}.back-to-top-translucent:hover{background-color:var(--dynamic-primary)}.back-to-top-bordered{background-color:var(--color-background);color:var(--dynamic-primary);border:2px solid var(--dynamic-primary)}.back-to-top-bordered:hover{background-color:var(--dynamic-primary);color:#fff}.back-to-top-animated .icon{animation:bounce 1s ease-in-out infinite alternate}@keyframes bounce{from{transform:translateY(0)}to{transform:translateY(-4px)}}.back-to-top-lg{width:48px;height:48px}.back-to-top-lg .icon{font-size:1.5rem}.back-to-top-sm{width:32px;height:32px}.back-to-top-sm .icon{font-size:1rem}.back-to-top-left{right:auto;left:20px}.back-to-top-center{right:auto;left:50%;transform:translateX(-50%) translateY(20px)}.back-to-top-center.show{transform:translateX(-50%) translateY(0)}.back-to-top-multi{display:flex;flex-direction:column;width:auto;height:auto;border-radius:8px;padding:0;background-color:var(--color-background);overflow:hidden;box-shadow:0 10px 15px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.05);box-shadow:var(--shadow-lg)!important}.back-to-top-multi .multi-item{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--color-text-secondary);transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.back-to-top-multi .multi-item:hover{background-color:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary)}.back-to-top-multi .multi-item.top{color:var(--dynamic-primary)}.back-to-top-multi .multi-item:not(:last-child){border-bottom:1px solid var(--color-border)}.back-to-top-progress{position:relative}.back-to-top-progress::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;border:2px solid rgba(255,255,255,.3);box-sizing:border-box}.back-to-top-progress::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;border:2px solid #fff;border-color:#fff transparent transparent transparent;box-sizing:border-box;transform:rotate(0);transition:transform .3s}.back-to-top-progress[data-progress="25"]::after{transform:rotate(90deg)}.back-to-top-progress[data-progress="50"]::after{transform:rotate(180deg)}.back-to-top-progress[data-progress="75"]::after{transform:rotate(270deg)}.back-to-top-progress[data-progress="100"]::after{transform:rotate(360deg)}.article-card{margin-bottom:1.5rem}.article-card .article-image{position:relative;overflow:hidden;border-radius:4px 4px 0 0}.article-card .article-image img{width:100%;height:auto;transition:transform .3s ease}.article-card .article-image .article-category{position:absolute;top:.5rem;left:.5rem;padding:.25rem .75rem;background-color:var(--primary-color);color:#fff;font-size:12px;font-weight:600;border-radius:2px;z-index:1}.article-card .article-image .article-category:hover{background-color:var(--primary-hover-color,var(--primary-color));color:#fff;text-decoration:none}.article-card .article-body{padding:1.5rem;background-color:var(--card-bg);border:1px solid var(--card-border-color);border-top:none;border-radius:0 0 4px 4px}.article-card .article-title{margin-top:0;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.article-card .article-title a{color:var(--text-color);text-decoration:none;transition:color .2s ease}.article-card .article-title a:hover{color:var(--primary-color);text-decoration:none}@media (max-width:575.98px){.article-card .article-title{font-size:1.25rem}}.article-card .article-meta{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:1rem;font-size:14px;color:var(--text-color-light)}.article-card .article-meta .meta-item{display:inline-flex;align-items:center;margin-right:1rem}.article-card .article-meta .meta-item:last-child{margin-right:0}.article-card .article-meta .meta-item i{margin-right:.25rem}.article-card .article-meta .meta-item a{color:var(--text-color-light);text-decoration:none}.article-card .article-meta .meta-item a:hover{color:var(--primary-color)}.article-card .article-excerpt{margin-bottom:1rem;color:var(--text-color-secondary)}.article-card .article-excerpt p:last-child{margin-bottom:0}.article-card .article-footer{display:flex;align-items:center;justify-content:space-between}.article-card .article-footer .btn{padding:.375rem 1rem}.article-card .article-footer .article-tags{display:flex;flex-wrap:wrap}.article-card .article-footer .article-tags .tag{display:inline-block;margin-right:.5rem;margin-bottom:.5rem;padding:.25rem .5rem;font-size:12px;color:var(--text-color-secondary);background-color:var(--bg-color-light);border-radius:2px;text-decoration:none;transition:all .2s ease}.article-card .article-footer .article-tags .tag:hover{color:#fff;background-color:var(--primary-color)}.article-card:hover .article-image img{transform:scale(1.05)}.article-card-list{display:flex;flex-direction:row;margin-bottom:1.5rem;background-color:var(--card-bg);border:1px solid var(--card-border-color);border-radius:4px;overflow:hidden}.article-card-list .article-image{flex:0 0 30%;overflow:hidden}.article-card-list .article-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.article-card-list .article-body{flex:1;padding:1.5rem}.article-card-list .article-title{margin-top:0;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.article-card-list .article-title a{color:var(--text-color);text-decoration:none}.article-card-list .article-title a:hover{color:var(--primary-color)}.article-card-list .article-meta{margin-bottom:.5rem;font-size:14px;color:var(--text-color-light)}.article-card-list .article-excerpt{margin-bottom:.5rem;color:var(--text-color-secondary)}.article-card-list .article-excerpt p:last-child{margin-bottom:0}.article-card-list:hover .article-image img{transform:scale(1.05)}@media (max-width:575.98px){.article-card-list{flex-direction:column}.article-card-list .article-image{flex:0 0 200px}}.article-card-grid{margin-bottom:1.5rem;background-color:var(--card-bg);border:1px solid var(--card-border-color);border-radius:4px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.article-card-grid .article-image{position:relative;overflow:hidden}.article-card-grid .article-image img{width:100%;height:auto;transition:transform .3s ease}.article-card-grid .article-image .article-category{position:absolute;top:.5rem;left:.5rem;padding:.25rem .75rem;background-color:var(--primary-color);color:#fff;font-size:12px;font-weight:600;border-radius:2px;z-index:1}.article-card-grid .article-body{padding:1rem}.article-card-grid .article-title{margin-top:0;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.article-card-grid .article-title a{color:var(--text-color);text-decoration:none}.article-card-grid .article-title a:hover{color:var(--primary-color)}.article-card-grid .article-meta{margin-bottom:.5rem;font-size:14px;color:var(--text-color-light)}.article-card-grid .article-excerpt{margin-bottom:0;color:var(--text-color-secondary);font-size:14px}.article-card-grid .article-excerpt p:last-child{margin-bottom:0}.article-card-grid:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.article-card-grid:hover .article-image img{transform:scale(1.05)}.article-card-featured{position:relative;margin-bottom:1.5rem;border-radius:4px;overflow:hidden}.article-card-featured .article-image{position:relative}.article-card-featured .article-image img{width:100%;height:auto}.article-card-featured .article-image::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,.8) 100%)}.article-card-featured .article-body{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:1}.article-card-featured .article-category{display:inline-block;margin-bottom:.5rem;padding:.25rem .75rem;background-color:var(--primary-color);color:#fff;font-size:12px;font-weight:600;border-radius:2px}.article-card-featured .article-category:hover{background-color:var(--primary-hover-color,var(--primary-color));color:#fff;text-decoration:none}.article-card-featured .article-title{margin-top:0;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.article-card-featured .article-title a{color:#fff;text-decoration:none}.article-card-featured .article-title a:hover{color:rgba(255,255,255,.8)}@media (max-width:575.98px){.article-card-featured .article-title{font-size:1.5rem}}.article-card-featured .article-meta{color:rgba(255,255,255,.8);font-size:14px}.article-card-featured .article-meta .meta-item{display:inline-flex;align-items:center;margin-right:1rem}.article-card-featured .article-meta .meta-item:last-child{margin-right:0}.article-card-featured .article-meta .meta-item i{margin-right:.25rem}.article-card-featured .article-meta .meta-item a{color:rgba(255,255,255,.8);text-decoration:none}.article-card-featured .article-meta .meta-item a:hover{color:#fff}.article-card-minimal{margin-bottom:1.5rem}.article-card-minimal .article-title{margin-top:0;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.article-card-minimal .article-title a{color:var(--text-color);text-decoration:none}.article-card-minimal .article-title a:hover{color:var(--primary-color)}.article-card-minimal .article-meta{margin-bottom:0;font-size:14px;color:var(--text-color-light)}.article-card-minimal+.article-card-minimal{padding-top:1rem;border-top:1px solid var(--border-color-light)}.article-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem}@media (max-width:575.98px){.article-cards{grid-template-columns:1fr}}.article-list .article-card-list+.article-card-list{margin-top:1.5rem}.article-card-animate{transition:all .3s ease}.article-card-animate:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.about-card{margin-bottom:1.5rem;background-color:var(--card-bg);border:1px solid var(--card-border-color);border-radius:4px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.about-card .about-image{position:relative;overflow:hidden}.about-card .about-image img{width:100%;height:auto;transition:transform .3s ease}.about-card .about-body{padding:1.5rem}.about-card .about-title{margin-top:0;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}@media (max-width:575.98px){.about-card .about-title{font-size:1.25rem}}.about-card .about-subtitle{margin-top:-.25rem;margin-bottom:1rem;font-size:16px;color:var(--text-color-secondary)}.about-card .about-description{margin-bottom:1rem;color:var(--text-color-secondary)}.about-card .about-description p:last-child{margin-bottom:0}.about-card .about-footer{display:flex;align-items:center;justify-content:space-between}.about-card .about-footer .btn{padding:.375rem 1rem}.about-card .about-footer .about-social{display:flex}.about-card .about-footer .about-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin-left:.5rem;border-radius:50%;background-color:var(--bg-color-light);color:var(--text-color-secondary);transition:all .2s ease}.about-card .about-footer .about-social a:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-3px)}.about-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.about-card:hover .about-image img{transform:scale(1.05)}.about-card-default{display:flex;flex-direction:row;margin-bottom:1.5rem;background-color:var(--card-bg);border:1px solid var(--card-border-color);border-radius:4px;overflow:hidden}.about-card-default .about-image{flex:0 0 40%;overflow:hidden}.about-card-default .about-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.about-card-default .about-body{flex:1;padding:1.5rem;display:flex;flex-direction:column;justify-content:center}.about-card-default .about-title{margin-top:0;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}@media (max-width:575.98px){.about-card-default .about-title{font-size:1.5rem}}.about-card-default .about-subtitle{margin-top:-.25rem;margin-bottom:1rem;font-size:18px;color:var(--text-color-secondary)}.about-card-default .about-description{margin-bottom:1rem;color:var(--text-color-secondary)}.about-card-default .about-description p:last-child{margin-bottom:0}.about-card-default .about-footer{margin-top:auto}.about-card-default .about-footer .btn{padding:.5rem 1.5rem}.about-card-default:hover .about-image img{transform:scale(1.05)}@media (max-width:991.98px){.about-card-default{flex-direction:column}.about-card-default .about-image{flex:0 0 200px}}.about-card-featured{position:relative;margin-bottom:1.5rem;border-radius:4px;overflow:hidden}.about-card-featured .about-image{position:relative}.about-card-featured .about-image img{width:100%;height:auto}.about-card-featured .about-image::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,.8) 100%)}.about-card-featured .about-body{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:1}.about-card-featured .about-title{margin-top:0;margin-bottom:.5rem;font-size:1.75rem;font-weight:700;color:#fff}@media (max-width:575.98px){.about-card-featured .about-title{font-size:1.5rem}}.about-card-featured .about-subtitle{margin-top:-.25rem;margin-bottom:1rem;font-size:18px;color:rgba(255,255,255,.8)}.about-card-featured .about-description{margin-bottom:1rem;color:rgba(255,255,255,.8)}.about-card-featured .about-description p:last-child{margin-bottom:0}.about-card-featured .about-footer .btn{margin-right:.5rem}.about-card-team{margin-bottom:1.5rem;background-color:var(--card-bg);border:1px solid var(--card-border-color);border-radius:4px;overflow:hidden;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.about-card-team .about-image{position:relative;overflow:hidden}.about-card-team .about-image img{width:100%;height:auto;transition:transform .3s ease}.about-card-team .about-image .about-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.about-card-team .about-image .about-overlay .about-social{display:flex}.about-card-team .about-image .about-overlay .about-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin:0 .25rem;border-radius:50%;background-color:rgba(255,255,255,.2);color:#fff;transform:translateY(20px);transition:all .3s ease}.about-card-team .about-image .about-overlay .about-social a:hover{background-color:var(--primary-color)}.about-card-team .about-body{padding:1rem}.about-card-team .about-title{margin-top:0;margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.about-card-team .about-subtitle{margin-top:0;margin-bottom:.5rem;font-size:14px;color:var(--primary-color)}.about-card-team .about-description{margin-bottom:0;color:var(--text-color-secondary);font-size:14px}.about-card-team .about-description p:last-child{margin-bottom:0}.about-card-team:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.about-card-team:hover .about-image img{transform:scale(1.05)}.about-card-team:hover .about-image .about-overlay{opacity:1}.about-card-team:hover .about-image .about-overlay .about-social a{transform:translateY(0)}.about-card-history{position:relative;margin-bottom:1.5rem;padding-left:30px}.about-card-history::before{content:'';position:absolute;top:0;bottom:0;left:15px;width:1px;background-color:var(--border-color)}.about-card-history .about-year{position:absolute;top:0;left:0;width:30px;height:30px;background-color:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;z-index:1}.about-card-history .about-body{background-color:var(--card-bg);border:1px solid var(--card-border-color);border-radius:4px;padding:1rem}.about-card-history .about-title{margin-top:0;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.about-card-history .about-description{margin-bottom:0;color:var(--text-color-secondary)}.about-card-history .about-description p:last-child{margin-bottom:0}.about-card-history:hover .about-body{box-shadow:var(--shadow-sm)}.about-card-minimal{margin-bottom:1.5rem}.about-card-minimal .about-title{margin-top:0;margin-bottom:.5rem;font-size:1.5rem;font-weight:600;position:relative;padding-bottom:.5rem}.about-card-minimal .about-title::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:2px;background-color:var(--primary-color)}@media (max-width:575.98px){.about-card-minimal .about-title{font-size:1.25rem}}.about-card-minimal .about-description{color:var(--text-color-secondary)}.about-card-minimal .about-description p:last-child{margin-bottom:0}.about-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem}@media (max-width:575.98px){.about-cards{grid-template-columns:1fr}}.about-team{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1.5rem}@media (max-width:575.98px){.about-team{grid-template-columns:repeat(2,1fr);grid-gap:1rem}}.about-history .about-card-history+.about-card-history{margin-top:1.5rem}.about-card-animate{transition:all .3s ease}.about-card-animate:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.project-card{margin-bottom:1.5rem;background-color:var(--card-bg);border:1px solid var(--card-border-color);border-radius:4px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card .project-image{position:relative;overflow:hidden}.project-card .project-image img{width:100%;height:auto;transition:transform .3s ease}.project-card .project-image .project-badge{position:absolute;top:.5rem;right:.5rem;padding:.25rem .75rem;background-color:var(--primary-color);color:#fff;font-size:12px;font-weight:600;border-radius:2px;z-index:1}.project-card .project-body{padding:1.5rem}.project-card .project-title{margin-top:0;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.project-card .project-title a{color:var(--text-color);text-decoration:none}.project-card .project-title a:hover{color:var(--primary-color)}@media (max-width:575.98px){.project-card .project-title{font-size:1.25rem}}.project-card .project-meta{margin-bottom:1rem;font-size:14px;color:var(--text-color-light)}.project-card .project-description{margin-bottom:1rem;color:var(--text-color-secondary)}.project-card .project-description p:last-child{margin-bottom:0}.project-card .project-tags{display:flex;flex-wrap:wrap;margin-bottom:1rem}.project-card .project-tags .tag{display:inline-block;margin-right:.5rem;margin-bottom:.5rem;padding:.25rem .5rem;font-size:12px;color:var(--text-color-secondary);background-color:var(--bg-color-light);border-radius:2px;transition:all .2s ease}.project-card .project-tags .tag:hover{color:#fff;background-color:var(--primary-color)}.project-card .project-footer{display:flex;align-items:center;justify-content:space-between}.project-card .project-footer .btn{padding:.375rem 1rem}.project-card .project-footer .project-links{display:flex}.project-card .project-footer .project-links .btn{margin-left:.5rem}.project-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.project-card:hover .project-image img{transform:scale(1.05)}.project-card-grid{margin-bottom:1.5rem;background-color:var(--card-bg);border:1px solid var(--card-border-color);border-radius:4px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card-grid .project-image{position:relative;overflow:hidden}.project-card-grid .project-image img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.project-card-grid .project-image .project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card-grid .project-image .project-overlay .btn{margin:0 .25rem;transform:translateY(20px);transition:transform .3s ease}.project-card-grid .project-body{padding:1rem}.project-card-grid .project-title{margin-top:0;margin-bottom:.5rem;font-size:1.25rem;font-weight:600;text-align:center}.project-card-grid .project-title a{color:var(--text-color);text-decoration:none}.project-card-grid .project-title a:hover{color:var(--primary-color)}.project-card-grid .project-tags{display:flex;flex-wrap:wrap;justify-content:center}.project-card-grid .project-tags .tag{display:inline-block;margin:0 .25rem .5rem;padding:.25rem .5rem;font-size:12px;color:var(--text-color-secondary);background-color:var(--bg-color-light);border-radius:2px}.project-card-grid:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.project-card-grid:hover .project-image img{transform:scale(1.05)}.project-card-grid:hover .project-image .project-overlay{opacity:1}.project-card-grid:hover .project-image .project-overlay .btn{transform:translateY(0)}.project-card-list{display:flex;flex-direction:row;margin-bottom:1.5rem;background-color:var(--card-bg);border:1px solid var(--card-border-color);border-radius:4px;overflow:hidden}.project-card-list .project-image{flex:0 0 30%;overflow:hidden}.project-card-list .project-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.project-card-list .project-body{flex:1;padding:1.5rem}.project-card-list .project-title{margin-top:0;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.project-card-list .project-title a{color:var(--text-color);text-decoration:none}.project-card-list .project-title a:hover{color:var(--primary-color)}.project-card-list .project-meta{margin-bottom:.5rem;font-size:14px;color:var(--text-color-light)}.project-card-list .project-description{margin-bottom:.5rem;color:var(--text-color-secondary)}.project-card-list .project-description p:last-child{margin-bottom:0}.project-card-list .project-tags{display:flex;flex-wrap:wrap;margin-bottom:.5rem}.project-card-list .project-tags .tag{display:inline-block;margin-right:.5rem;margin-bottom:.5rem;padding:.25rem .5rem;font-size:12px;color:var(--text-color-secondary);background-color:var(--bg-color-light);border-radius:2px}.project-card-list .project-footer{display:flex;align-items:center}.project-card-list .project-footer .btn{margin-right:.5rem}.project-card-list:hover .project-image img{transform:scale(1.05)}@media (max-width:575.98px){.project-card-list{flex-direction:column}.project-card-list .project-image{flex:0 0 200px}}.project-card-featured{position:relative;margin-bottom:1.5rem;border-radius:4px;overflow:hidden}.project-card-featured .project-image{position:relative}.project-card-featured .project-image img{width:100%;height:auto}.project-card-featured .project-image::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,.8) 100%)}.project-card-featured .project-body{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:1}.project-card-featured .project-badge{display:inline-block;margin-bottom:.5rem;padding:.25rem .75rem;background-color:var(--primary-color);color:#fff;font-size:12px;font-weight:600;border-radius:2px}.project-card-featured .project-title{margin-top:0;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.project-card-featured .project-title a{color:#fff;text-decoration:none}.project-card-featured .project-title a:hover{color:rgba(255,255,255,.8)}@media (max-width:575.98px){.project-card-featured .project-title{font-size:1.5rem}}.project-card-featured .project-meta{color:rgba(255,255,255,.8);font-size:14px;margin-bottom:.5rem}.project-card-featured .project-tags{display:flex;flex-wrap:wrap;margin-bottom:1rem}.project-card-featured .project-tags .tag{display:inline-block;margin-right:.5rem;margin-bottom:.5rem;padding:.25rem .5rem;font-size:12px;color:#fff;background-color:rgba(255,255,255,.2);border-radius:2px}.project-card-featured .project-tags .tag:hover{background-color:rgba(255,255,255,.3)}.project-card-featured .project-buttons .btn{margin-right:.5rem}.project-card-compact{margin-bottom:1.5rem;background-color:var(--card-bg);border:1px solid var(--card-border-color);border-radius:4px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card-compact .project-image{position:relative;overflow:hidden;height:150px}.project-card-compact .project-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.project-card-compact .project-body{padding:1rem}.project-card-compact .project-title{margin-top:0;margin-bottom:.25rem;font-size:1rem;font-weight:600}.project-card-compact .project-title a{color:var(--text-color);text-decoration:none}.project-card-compact .project-title a:hover{color:var(--primary-color)}.project-card-compact .project-description{margin-bottom:.5rem;color:var(--text-color-secondary);font-size:14px}.project-card-compact .project-description p:last-child{margin-bottom:0}.project-card-compact .project-footer{display:flex;align-items:center;justify-content:space-between;padding-top:.5rem;border-top:1px solid var(--border-color-light);font-size:14px}.project-card-compact .project-footer .project-meta{color:var(--text-color-light)}.project-card-compact .project-footer .project-links a{color:var(--text-color-secondary);margin-left:.75rem}.project-card-compact .project-footer .project-links a:hover{color:var(--primary-color)}.project-card-compact:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.project-card-compact:hover .project-image img{transform:scale(1.05)}.project-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem}@media (max-width:575.98px){.project-cards{grid-template-columns:1fr}}.project-list .project-card-list+.project-card-list{margin-top:1.5rem}.project-card-animate{transition:all .3s ease}.project-card-animate:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.team-card{background-color:var(--color-background);border-radius:12px;overflow:hidden;transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important}.team-card:hover{transform:translateY(-5px);box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08)}.team-member-card{background-color:var(--color-background);border-radius:12px;overflow:hidden;transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important}.team-member-card:hover{transform:translateY(-5px);box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08)}.team-member-card .member-image{position:relative;width:100%;padding-top:100%;overflow:hidden}.team-member-card .member-image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.team-member-card .member-image .member-social{position:absolute;bottom:0;left:0;width:100%;padding:16px;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);display:flex;justify-content:center;gap:16px;opacity:0;transform:translateY(20px);transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.team-member-card .member-image .member-social .social-link{width:32px;height:32px;border-radius:50%;background-color:rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.team-member-card .member-image .member-social .social-link:hover{background-color:var(--dynamic-primary);transform:translateY(-3px)}.team-member-card .member-image .member-social .social-link .icon{font-size:1rem}.team-member-card .member-info{padding:20px;text-align:center}.team-member-card .member-info .member-name{margin:0 0 8px 0;font-size:1.125rem;font-weight:600;color:var(--dynamic-text)}.team-member-card .member-info .member-position{margin:0 0 12px 0;font-size:.875rem;color:var(--dynamic-primary)}.team-member-card .member-info .member-bio{font-size:.875rem;color:var(--color-text-secondary);margin:0;line-height:1.6}.team-member-card:hover .member-image img{transform:scale(1.05)}.team-member-card:hover .member-image .member-social{opacity:1;transform:translateY(0)}.team-card-horizontal{display:flex}.team-card-horizontal .member-image{flex:0 0 120px;padding-top:0;height:auto}.team-card-horizontal .member-image img{position:static;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.team-card-horizontal .member-info{flex:1;text-align:left;display:flex;flex-direction:column;justify-content:center}@media (max-width:575.98px){.team-card-horizontal{flex-direction:column}.team-card-horizontal .member-image{flex:0 0 auto;width:100%;padding-top:60%;position:relative}.team-card-horizontal .member-image img{position:absolute;top:0;left:0;width:100%;height:100%}.team-card-horizontal .member-info{text-align:center}}.team-card-simple{background-color:transparent;box-shadow:none}.team-card-simple .member-image{border-radius:50%;width:120px;height:120px;padding-top:0;margin:0 auto}.team-card-simple .member-image img{border-radius:50%}.team-card-simple .member-image .member-social{bottom:-10px;background:0 0}.team-card-simple .member-info{padding-top:24px}.team-card-simple:hover{transform:none;box-shadow:none}.team-card-overlay .member-image{padding-top:120%}.team-card-overlay .member-image .member-info{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:20px;text-align:left;transform:translateY(30%);transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.team-card-overlay .member-image .member-info .member-name,.team-card-overlay .member-image .member-info .member-position{color:#fff}.team-card-overlay .member-image .member-info .member-bio{color:rgba(255,255,255,.8);max-height:0;overflow:hidden;opacity:0;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.team-card-overlay .member-image .member-social{top:20px;bottom:auto;background:0 0;justify-content:flex-end;opacity:1;transform:none}.team-card-overlay:hover .member-image .member-info{transform:translateY(0)}.team-card-overlay:hover .member-image .member-info .member-bio{max-height:100px;margin-top:12px;opacity:1}.team-card-group{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px}@media (max-width:575.98px){.team-card-group{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}}.team-leadership-card{background-color:var(--color-background);border-radius:12px;overflow:hidden;transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important;text-align:center}.team-leadership-card:hover{transform:translateY(-5px);box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08)}.team-leadership-card .member-image{width:140px;height:140px;border-radius:50%;margin:30px auto 20px;overflow:hidden;border:5px solid var(--color-surface);box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08)}.team-leadership-card .member-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.team-leadership-card .member-info{padding:0 20px 30px}.team-leadership-card .member-info .member-name{margin:0 0 8px 0;font-size:1.25rem;font-weight:600;color:var(--dynamic-text)}.team-leadership-card .member-info .member-position{margin:0 0 16px 0;font-size:.875rem;color:var(--dynamic-primary);font-weight:500}.team-leadership-card .member-info .member-bio{font-size:.875rem;color:var(--color-text-secondary);margin:0 0 20px 0;line-height:1.6}.team-leadership-card .member-info .member-social{display:flex;justify-content:center;gap:12px}.team-leadership-card .member-info .member-social .social-link{width:36px;height:36px;border-radius:50%;background-color:var(--color-surface);color:var(--color-text-secondary);display:flex;align-items:center;justify-content:center;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.team-leadership-card .member-info .member-social .social-link:hover{background-color:var(--dynamic-primary);color:#fff;transform:translateY(-3px)}.team-leadership-card .member-info .member-social .social-link .icon{font-size:1rem}.team-advisor-card{background-color:var(--color-background);border-radius:12px;overflow:hidden;transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important;display:flex;align-items:center;padding:16px}.team-advisor-card:hover{transform:translateY(-5px);box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08)}.team-advisor-card .member-image{flex:0 0 60px;width:60px;height:60px;border-radius:50%;overflow:hidden;margin-right:16px}.team-advisor-card .member-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.team-advisor-card .member-info{flex:1}.team-advisor-card .member-info .member-name{margin:0 0 4px 0;font-size:1rem;font-weight:500;color:var(--dynamic-text)}.team-advisor-card .member-info .member-position{margin:0;font-size:.75rem;color:var(--color-text-secondary)}.team-advisor-card .member-action{flex:0 0 auto}.team-advisor-card .member-action .action-button{background:0 0;border:none;color:var(--color-text-tertiary);cursor:pointer;padding:8px;transition-property:color;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.team-advisor-card .member-action .action-button:hover{color:var(--dynamic-primary)}.team-advisor-card .member-action .action-button .icon{font-size:1.25rem}.team-stats-card{background-color:var(--color-background);border-radius:12px;overflow:hidden;transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important;padding:24px}.team-stats-card:hover{transform:translateY(-5px);box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08)}.team-stats-card .stats-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.team-stats-card .stats-header .stats-title{margin:0;font-size:1.125rem;font-weight:600;color:var(--dynamic-text)}.team-stats-card .stats-header .stats-icon{width:40px;height:40px;border-radius:8px;background-color:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary);display:flex;align-items:center;justify-content:center}.team-stats-card .stats-header .stats-icon .icon{font-size:1.25rem}.team-stats-card .stats-content .stats-value{font-size:2rem;font-weight:700;color:var(--dynamic-text);margin:0 0 8px 0}.team-stats-card .stats-content .stats-label{font-size:.875rem;color:var(--color-text-secondary);margin:0}.team-stats-card .stats-footer{margin-top:16px;padding-top:16px;border-top:1px solid var(--color-border);display:flex;align-items:center}.team-stats-card .stats-footer .trend{display:flex;align-items:center;font-size:.875rem}.team-stats-card .stats-footer .trend.up{color:#2ecc71}.team-stats-card .stats-footer .trend.down{color:#e74c3c}.team-stats-card .stats-footer .trend .icon{margin-right:4px}.team-stats-card .stats-footer .period{margin-left:auto;font-size:.75rem;color:var(--color-text-tertiary)}.component-homepage-notice{margin-bottom:1.5rem}.component-homepage-notice .homepage-notice-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:4px;padding:1rem 1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:all .3s ease;display:flex;align-items:center;width:100%;text-decoration:none;color:inherit}.component-homepage-notice .homepage-notice-card:hover{box-shadow:0 4px 8px rgba(0,0,0,.1);transform:translateY(-2px)}.component-homepage-notice .homepage-notice-card.clickable{cursor:pointer}.component-homepage-notice .homepage-notice-card.clickable:hover .notice-text{color:var(--primary-color)}.component-homepage-notice .homepage-notice-card .notice-content{display:flex;align-items:center;gap:.5rem;width:100%}.component-homepage-notice .homepage-notice-card .notice-content .notice-icon{font-size:1.2rem;color:var(--primary-color);flex-shrink:0}.component-homepage-notice .homepage-notice-card .notice-content .notice-text{font-size:16px;color:var(--text-color);font-weight:500;transition:color .2s ease}@media (max-width:991.98px){.component-homepage-notice .homepage-notice-card{padding:.5rem 1rem}.component-homepage-notice .homepage-notice-card .notice-content .notice-icon{font-size:1.1rem}.component-homepage-notice .homepage-notice-card .notice-content .notice-text{font-size:14px}}.component-custom-html{margin-bottom:1.5rem}.component-custom-html .custom-html-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:4px;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:all .3s ease}.component-custom-html .custom-html-card:hover{box-shadow:0 4px 8px rgba(0,0,0,.1)}.component-custom-html .custom-html-card h1,.component-custom-html .custom-html-card h2,.component-custom-html .custom-html-card h3,.component-custom-html .custom-html-card h4,.component-custom-html .custom-html-card h5,.component-custom-html .custom-html-card h6{margin-top:0;margin-bottom:1rem;color:var(--text-color)}.component-custom-html .custom-html-card p{margin-bottom:1rem;line-height:1.8;color:var(--text-color-secondary)}.component-custom-html .custom-html-card p:last-child{margin-bottom:0}.component-custom-html .custom-html-card a{color:var(--primary-color);text-decoration:none}.component-custom-html .custom-html-card a:hover{color:var(--primary-color-dark);text-decoration:underline}.component-custom-html .custom-html-card img{max-width:100%;height:auto;border-radius:2px}.component-custom-html .custom-html-card ol,.component-custom-html .custom-html-card ul{margin-bottom:1rem;padding-left:1.5rem}.component-custom-html .custom-html-card ol li,.component-custom-html .custom-html-card ul li{margin-bottom:.25rem;color:var(--text-color-secondary)}.component-custom-html .custom-html-card blockquote{margin:1rem 0;padding:1rem 1.5rem;border-left:4px solid var(--primary-color);background:var(--bg-color-light);border-radius:0 2px 2px 0}.component-custom-html .custom-html-card blockquote p{margin-bottom:0;font-style:italic}.component-custom-html .custom-html-card code{background:var(--bg-color-light);padding:2px 6px;border-radius:2px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:.9em}.component-custom-html .custom-html-card pre{background:var(--bg-color-light);padding:1rem;border-radius:2px;overflow-x:auto;margin-bottom:1rem}.component-custom-html .custom-html-card pre code{background:0 0;padding:0}@media (max-width:991.98px){.component-custom-html .custom-html-card{padding:1rem}}.article-card-container{margin-bottom:2rem}.article-card-wide .wide-article-item{border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease}.article-card-wide .wide-article-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.article-card-wide .wide-article-item .wide-article-link{text-decoration:none;color:var(--text-color);display:block}.article-card-wide .wide-article-item .wide-article-background{height:400px;background-size:cover;background-position:center;position:relative}.article-card-wide .wide-article-item .wide-article-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,.7) 100%);padding:2rem;display:flex;flex-direction:column;justify-content:flex-end}.article-card-wide .wide-article-item .wide-article-content{color:#fff}.article-card-wide .wide-article-item .wide-article-content .article-meta{display:flex;align-items:center;margin-bottom:.5rem;font-size:.9rem}.article-card-wide .wide-article-item .wide-article-content .article-meta .article-category{background-color:var(--primary-color);color:#fff;padding:.2rem .8rem;border-radius:20px;margin-right:1rem;font-weight:500}.article-card-wide .wide-article-item .wide-article-content .article-meta .article-date{opacity:.8}.article-card-wide .wide-article-item .wide-article-content .article-title{font-size:1.8rem;font-weight:700;margin-bottom:.8rem;line-height:1.3;text-shadow:0 1px 3px rgba(0,0,0,.3)}.article-card-wide .wide-article-item .wide-article-content .article-excerpt{font-size:1rem;line-height:1.5;opacity:.9;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card-one-plus-one .one-plus-one-container{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width:768px){.article-card-one-plus-one .one-plus-one-container{grid-template-columns:1fr}}.article-card-one-plus-one .one-plus-one-item{border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease}.article-card-one-plus-one .one-plus-one-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.article-card-one-plus-one .one-plus-one-item .one-plus-one-link{text-decoration:none;color:var(--text-color);display:block}.article-card-one-plus-one .one-plus-one-item .one-plus-one-background{height:300px;background-size:cover;background-position:center;position:relative}.article-card-one-plus-one .one-plus-one-item .one-plus-one-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,.7) 100%);padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-end}.article-card-one-plus-one .one-plus-one-item .one-plus-one-content{color:#fff}.article-card-one-plus-one .one-plus-one-item .one-plus-one-content .article-meta{display:flex;align-items:center;margin-bottom:.5rem;font-size:.85rem}.article-card-one-plus-one .one-plus-one-item .one-plus-one-content .article-meta .article-category{background-color:var(--primary-color);color:#fff;padding:.2rem .7rem;border-radius:20px;margin-right:1rem;font-weight:500}.article-card-one-plus-one .one-plus-one-item .one-plus-one-content .article-meta .article-date{opacity:.8}.article-card-one-plus-one .one-plus-one-item .one-plus-one-content .article-title{font-size:1.4rem;font-weight:700;margin-bottom:.6rem;line-height:1.3;text-shadow:0 1px 3px rgba(0,0,0,.3)}.article-card-one-plus-one .one-plus-one-item .one-plus-one-content .article-excerpt{font-size:.9rem;line-height:1.5;opacity:.9;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card-one-plus-four .one-plus-four-container{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width:768px){.article-card-one-plus-four .one-plus-four-container{grid-template-columns:1fr}}.article-card-one-plus-four .main-article{grid-column:1;grid-row:1/span 2}@media (max-width:768px){.article-card-one-plus-four .main-article{grid-column:1;grid-row:1}}.article-card-one-plus-four .main-article .main-article-link{text-decoration:none;color:var(--text-color);display:block;height:100%}.article-card-one-plus-four .main-article .main-article-background{height:100%;min-height:400px;background-size:cover;background-position:center;position:relative;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease}.article-card-one-plus-four .main-article .main-article-background:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.article-card-one-plus-four .main-article .main-article-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,.7) 100%);padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-end}.article-card-one-plus-four .main-article .main-article-content{color:#fff}.article-card-one-plus-four .main-article .main-article-content .article-meta{display:flex;align-items:center;margin-bottom:.5rem;font-size:.9rem}.article-card-one-plus-four .main-article .main-article-content .article-meta .article-category{background-color:var(--primary-color);color:#fff;padding:.2rem .8rem;border-radius:20px;margin-right:1rem;font-weight:500}.article-card-one-plus-four .main-article .main-article-content .article-meta .article-date{opacity:.8}.article-card-one-plus-four .main-article .main-article-content .article-title{font-size:1.6rem;font-weight:700;margin-bottom:.8rem;line-height:1.3;text-shadow:0 1px 3px rgba(0,0,0,.3)}.article-card-one-plus-four .main-article .main-article-content .article-excerpt{font-size:1rem;line-height:1.5;opacity:.9;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card-one-plus-four .side-articles{grid-column:2;grid-row:1/span 2;display:flex;flex-direction:column;gap:1rem}@media (max-width:768px){.article-card-one-plus-four .side-articles{grid-column:1;grid-row:2}}.article-card-one-plus-four .side-articles .side-article-item{background-color:var(--card-bg);border-radius:10px;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease}.article-card-one-plus-four .side-articles .side-article-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.article-card-one-plus-four .side-articles .side-article-link{text-decoration:none;color:var(--text-color);display:flex;padding:.8rem}.article-card-one-plus-four .side-articles .side-article-thumbnail{width:80px;height:80px;flex-shrink:0;margin-right:1rem}.article-card-one-plus-four .side-articles .side-article-thumbnail .thumbnail-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:6px}.article-card-one-plus-four .side-articles .side-article-content{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.article-card-one-plus-four .side-articles .side-article-content .side-article-title{font-size:1rem;font-weight:600;margin:0 0 .5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card-one-plus-four .side-articles .side-article-content .article-meta{font-size:.8rem;color:var(--text-color-light)}.article-card-one-plus-seven .one-plus-seven-container{display:flex;flex-direction:column;gap:1rem}.article-card-one-plus-seven .banner-display{position:relative;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md)}.article-card-one-plus-seven .banner-display .banner-content .banner-link{text-decoration:none;color:var(--text-color);display:block}.article-card-one-plus-seven .banner-display .banner-content .banner-background{height:300px;background-size:cover;background-position:center;position:relative;transition:transform .5s ease}.article-card-one-plus-seven .banner-display .banner-content .banner-background:hover{transform:scale(1.05)}.article-card-one-plus-seven .banner-display .banner-content .banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,.7) 100%);padding:2rem;display:flex;flex-direction:column;justify-content:flex-end}.article-card-one-plus-seven .banner-display .banner-content .banner-article-content{color:#fff}.article-card-one-plus-seven .banner-display .banner-content .banner-article-content .article-meta{display:flex;align-items:center;margin-bottom:.5rem;font-size:.9rem}.article-card-one-plus-seven .banner-display .banner-content .banner-article-content .article-meta .article-category{background-color:var(--primary-color);color:#fff;padding:.2rem .8rem;border-radius:20px;margin-right:1rem;font-weight:500}.article-card-one-plus-seven .banner-display .banner-content .banner-article-content .article-meta .article-date{opacity:.8}.article-card-one-plus-seven .banner-display .banner-content .banner-article-content .article-title{font-size:1.8rem;font-weight:700;margin-bottom:.8rem;line-height:1.3;text-shadow:0 1px 3px rgba(0,0,0,.3)}.article-card-one-plus-seven .banner-display .banner-content .banner-article-content .article-excerpt{font-size:1rem;line-height:1.5;opacity:.9;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card-one-plus-seven .carousel-thumbnails .thumbnail-container{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0;scrollbar-width:thin}.article-card-one-plus-seven .carousel-thumbnails .thumbnail-container::-webkit-scrollbar{height:6px}.article-card-one-plus-seven .carousel-thumbnails .thumbnail-container::-webkit-scrollbar-track{background:var(--bg-color-light);border-radius:10px}.article-card-one-plus-seven .carousel-thumbnails .thumbnail-container::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:10px}.article-card-one-plus-seven .carousel-thumbnails .thumbnail-item{flex:0 0 100px;height:60px;position:relative;border-radius:6px;overflow:hidden;cursor:pointer;opacity:.7;transition:opacity .3s ease,transform .3s ease;border:2px solid transparent}.article-card-one-plus-seven .carousel-thumbnails .thumbnail-item:hover{opacity:.9;transform:translateY(-2px)}.article-card-one-plus-seven .carousel-thumbnails .thumbnail-item.active{opacity:1;border-color:var(--primary-color)}.article-card-one-plus-seven .carousel-thumbnails .thumbnail-item .carousel-thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}[data-theme=dark] .article-card-one-plus-four .side-article-item{background-color:var(--bg-color-light)}.about-card-container{margin-bottom:2rem}.about-card-wide-left .wide-left-background{height:400px;background-size:cover;background-position:center;position:relative;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease}.about-card-wide-left .wide-left-background:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.about-card-wide-left .wide-left-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,rgba(0,0,0,.8) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,.1) 100%);padding:3rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}@media (max-width:768px){.about-card-wide-left .wide-left-overlay{background:linear-gradient(to bottom,rgba(0,0,0,.2) 0,rgba(0,0,0,.8) 100%);align-items:center;text-align:center;padding:2rem}}.about-card-wide-left .wide-left-content{color:#fff;max-width:50%}@media (max-width:768px){.about-card-wide-left .wide-left-content{max-width:90%}}.about-card-wide-left .wide-left-content .about-main-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.4);position:relative}.about-card-wide-left .wide-left-content .about-main-title:after{content:'';position:absolute;bottom:-.5rem;left:0;width:80px;height:4px;background-color:var(--primary-color);border-radius:4px}@media (max-width:768px){.about-card-wide-left .wide-left-content .about-main-title:after{left:50%;transform:translateX(-50%)}}.about-card-wide-left .wide-left-content .about-sub-title{font-size:1.2rem;font-weight:400;margin-bottom:2rem;line-height:1.5;opacity:.9}.about-card-wide-left .wide-left-content .about-button{display:inline-block;background-color:var(--primary-color);color:#fff;padding:.8rem 2rem;border-radius:30px;font-weight:600;text-decoration:none;transition:background-color .3s ease,transform .3s ease;box-shadow:0 4px 10px rgba(0,123,255,.3)}.about-card-wide-left .wide-left-content .about-button:hover{background-color:#0062cc;transform:translateY(-3px);box-shadow:0 6px 12px rgba(0,123,255,.4)}.about-card-wide-center .wide-center-background{height:400px;background-size:cover;background-position:center;position:relative;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease}.about-card-wide-center .wide-center-background:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.about-card-wide-center .wide-center-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.3) 0,rgba(0,0,0,.7) 100%);padding:3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.about-card-wide-center .wide-center-content{color:#fff;max-width:70%}@media (max-width:768px){.about-card-wide-center .wide-center-content{max-width:90%}}.about-card-wide-center .wide-center-content .about-main-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.4);position:relative}.about-card-wide-center .wide-center-content .about-main-title:after{content:'';position:absolute;bottom:-.5rem;left:50%;transform:translateX(-50%);width:80px;height:4px;background-color:var(--primary-color);border-radius:4px}.about-card-wide-center .wide-center-content .about-sub-title{font-size:1.2rem;font-weight:400;margin-bottom:2rem;line-height:1.5;opacity:.9}.about-card-wide-center .wide-center-content .about-button{display:inline-block;background-color:var(--primary-color);color:#fff;padding:.8rem 2rem;border-radius:30px;font-weight:600;text-decoration:none;transition:background-color .3s ease,transform .3s ease;box-shadow:0 4px 10px rgba(0,123,255,.3)}.about-card-wide-center .wide-center-content .about-button:hover{background-color:#0062cc;transform:translateY(-3px);box-shadow:0 6px 12px rgba(0,123,255,.4)}.about-card-image-left .image-left-container{display:flex;background-color:var(--card-bg);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease}.about-card-image-left .image-left-container:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}@media (max-width:768px){.about-card-image-left .image-left-container{flex-direction:column}}.about-card-image-left .image-left-picture{flex:0 0 40%}@media (max-width:768px){.about-card-image-left .image-left-picture{flex:0 0 auto}}.about-card-image-left .image-left-picture .about-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:768px){.about-card-image-left .image-left-picture .about-image{height:250px}}.about-card-image-left .image-left-content{flex:1;padding:3rem;display:flex;flex-direction:column;justify-content:center}@media (max-width:768px){.about-card-image-left .image-left-content{padding:2rem;text-align:center}}.about-card-image-left .image-left-content .about-main-title{font-size:2.2rem;font-weight:700;margin-bottom:1rem;line-height:1.2;color:var(--text-color);position:relative}.about-card-image-left .image-left-content .about-main-title:after{content:'';position:absolute;bottom:-.5rem;left:0;width:60px;height:3px;background-color:var(--primary-color);border-radius:3px}@media (max-width:768px){.about-card-image-left .image-left-content .about-main-title:after{left:50%;transform:translateX(-50%)}}.about-card-image-left .image-left-content .about-sub-title{font-size:1.1rem;font-weight:400;margin-bottom:2rem;line-height:1.5;color:var(--text-color-secondary)}.about-card-image-left .image-left-content .about-button{align-self:flex-start;display:inline-block;background-color:var(--primary-color);color:#fff;padding:.8rem 2rem;border-radius:30px;font-weight:600;text-decoration:none;transition:background-color .3s ease,transform .3s ease;box-shadow:0 4px 10px rgba(0,123,255,.2)}@media (max-width:768px){.about-card-image-left .image-left-content .about-button{align-self:center}}.about-card-image-left .image-left-content .about-button:hover{background-color:#0062cc;transform:translateY(-3px);box-shadow:0 6px 12px rgba(0,123,255,.3)}.about-card-image-right .image-right-container{display:flex;background-color:var(--card-bg);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease}.about-card-image-right .image-right-container:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}@media (max-width:768px){.about-card-image-right .image-right-container{flex-direction:column-reverse}}.about-card-image-right .image-right-content{flex:1;padding:3rem;display:flex;flex-direction:column;justify-content:center}@media (max-width:768px){.about-card-image-right .image-right-content{padding:2rem;text-align:center}}.about-card-image-right .image-right-content .about-main-title{font-size:2.2rem;font-weight:700;margin-bottom:1rem;line-height:1.2;color:var(--text-color);position:relative}.about-card-image-right .image-right-content .about-main-title:after{content:'';position:absolute;bottom:-.5rem;left:0;width:60px;height:3px;background-color:var(--primary-color);border-radius:3px}@media (max-width:768px){.about-card-image-right .image-right-content .about-main-title:after{left:50%;transform:translateX(-50%)}}.about-card-image-right .image-right-content .about-sub-title{font-size:1.1rem;font-weight:400;margin-bottom:2rem;line-height:1.5;color:var(--text-color-secondary)}.about-card-image-right .image-right-content .about-button{align-self:flex-start;display:inline-block;background-color:var(--primary-color);color:#fff;padding:.8rem 2rem;border-radius:30px;font-weight:600;text-decoration:none;transition:background-color .3s ease,transform .3s ease;box-shadow:0 4px 10px rgba(0,123,255,.2)}@media (max-width:768px){.about-card-image-right .image-right-content .about-button{align-self:center}}.about-card-image-right .image-right-content .about-button:hover{background-color:#0062cc;transform:translateY(-3px);box-shadow:0 6px 12px rgba(0,123,255,.3)}.about-card-image-right .image-right-picture{flex:0 0 40%}@media (max-width:768px){.about-card-image-right .image-right-picture{flex:0 0 auto}}.about-card-image-right .image-right-picture .about-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:768px){.about-card-image-right .image-right-picture .about-image{height:250px}}[data-theme=dark] .about-card-image-left .image-left-container,[data-theme=dark] .about-card-image-left .image-right-container,[data-theme=dark] .about-card-image-right .image-left-container,[data-theme=dark] .about-card-image-right .image-right-container{background-color:var(--bg-color-light)}.project-card-container{margin-bottom:2rem}.project-card-wide .wide-project-item{border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease}.project-card-wide .wide-project-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.project-card-wide .wide-project-item .wide-project-link{text-decoration:none;color:var(--text-color);display:block}.project-card-wide .wide-project-item .wide-project-background{height:400px;background-size:cover;background-position:center;position:relative}.project-card-wide .wide-project-item .wide-project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.2) 0,rgba(0,0,0,.8) 100%);padding:2rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center}.project-card-wide .wide-project-item .wide-project-content{color:#fff;max-width:80%}.project-card-wide .wide-project-item .wide-project-content .project-title{font-size:2.2rem;font-weight:700;margin-bottom:0;line-height:1.3;text-shadow:0 2px 4px rgba(0,0,0,.4);position:relative;padding-bottom:1rem}.project-card-wide .wide-project-item .wide-project-content .project-title:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background-color:var(--primary-color);border-radius:3px}.project-card-two-column .two-column-container{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width:768px){.project-card-two-column .two-column-container{grid-template-columns:1fr}}.project-card-two-column .two-column-item{border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease}.project-card-two-column .two-column-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.project-card-two-column .two-column-item .two-column-link{text-decoration:none;color:var(--text-color);display:block}.project-card-two-column .two-column-item .two-column-background{height:300px;background-size:cover;background-position:center;position:relative}.project-card-two-column .two-column-item .two-column-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.2) 0,rgba(0,0,0,.8) 100%);padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center}.project-card-two-column .two-column-item .two-column-content{color:#fff}.project-card-two-column .two-column-item .two-column-content .project-title{font-size:1.6rem;font-weight:700;margin-bottom:0;line-height:1.3;text-shadow:0 2px 4px rgba(0,0,0,.4);position:relative;padding-bottom:.8rem}.project-card-two-column .two-column-item .two-column-content .project-title:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:50px;height:2px;background-color:var(--primary-color);border-radius:2px}.project-card-three-column .three-column-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width:992px){.project-card-three-column .three-column-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.project-card-three-column .three-column-container{grid-template-columns:1fr}}.project-card-three-column .three-column-item{border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease}.project-card-three-column .three-column-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.project-card-three-column .three-column-item .three-column-link{text-decoration:none;color:var(--text-color);display:block}.project-card-three-column .three-column-item .three-column-background{height:250px;background-size:cover;background-position:center;position:relative}.project-card-three-column .three-column-item .three-column-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.2) 0,rgba(0,0,0,.8) 100%);padding:1.2rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center}.project-card-three-column .three-column-item .three-column-content{color:#fff}.project-card-three-column .three-column-item .three-column-content .project-title{font-size:1.4rem;font-weight:700;margin-bottom:0;line-height:1.3;text-shadow:0 2px 4px rgba(0,0,0,.4);position:relative;padding-bottom:.7rem}.project-card-three-column .three-column-item .three-column-content .project-title:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:40px;height:2px;background-color:var(--primary-color);border-radius:2px}.project-card-horizontal-scroll .horizontal-scroll-container{position:relative;padding:.5rem 0}.project-card-horizontal-scroll .horizontal-scroll-wrapper{display:flex;gap:1rem;overflow-x:auto;padding:.5rem .2rem;scrollbar-width:thin;scroll-behavior:smooth}.project-card-horizontal-scroll .horizontal-scroll-wrapper::-webkit-scrollbar{height:6px}.project-card-horizontal-scroll .horizontal-scroll-wrapper::-webkit-scrollbar-track{background:var(--bg-color-light);border-radius:10px}.project-card-horizontal-scroll .horizontal-scroll-wrapper::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:10px}.project-card-horizontal-scroll .horizontal-scroll-item{flex:0 0 160px;border-radius:10px;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease}.project-card-horizontal-scroll .horizontal-scroll-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.project-card-horizontal-scroll .horizontal-scroll-item .horizontal-scroll-link{text-decoration:none;color:var(--text-color);display:block}.project-card-horizontal-scroll .horizontal-scroll-item .horizontal-scroll-background{height:200px;background-size:cover;background-position:center;position:relative}.project-card-horizontal-scroll .horizontal-scroll-item .horizontal-scroll-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.2) 0,rgba(0,0,0,.8) 100%);padding:1rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center}.project-card-horizontal-scroll .horizontal-scroll-item .horizontal-scroll-content{color:#fff}.project-card-horizontal-scroll .horizontal-scroll-item .horizontal-scroll-content .project-title{font-size:1rem;font-weight:600;margin-bottom:0;line-height:1.3;text-shadow:0 1px 2px rgba(0,0,0,.4)}[data-theme=dark] .project-card-horizontal-scroll .horizontal-scroll-overlay,[data-theme=dark] .project-card-horizontal-scroll .three-column-overlay,[data-theme=dark] .project-card-horizontal-scroll .two-column-overlay,[data-theme=dark] .project-card-horizontal-scroll .wide-project-overlay,[data-theme=dark] .project-card-three-column .horizontal-scroll-overlay,[data-theme=dark] .project-card-three-column .three-column-overlay,[data-theme=dark] .project-card-three-column .two-column-overlay,[data-theme=dark] .project-card-three-column .wide-project-overlay,[data-theme=dark] .project-card-two-column .horizontal-scroll-overlay,[data-theme=dark] .project-card-two-column .three-column-overlay,[data-theme=dark] .project-card-two-column .two-column-overlay,[data-theme=dark] .project-card-two-column .wide-project-overlay,[data-theme=dark] .project-card-wide .horizontal-scroll-overlay,[data-theme=dark] .project-card-wide .three-column-overlay,[data-theme=dark] .project-card-wide .two-column-overlay,[data-theme=dark] .project-card-wide .wide-project-overlay{background:linear-gradient(to bottom,rgba(0,0,0,.3) 0,rgba(0,0,0,.85) 100%)}.post-list.image-alternate .post-card{display:flex;background:var(--dynamic-surface);border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important;overflow:hidden;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s;margin-bottom:24px}.post-list.image-alternate .post-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);transform:translateY(-2px)}@media (max-width:575.98px){.post-list.image-alternate .post-card{flex-direction:column}}.post-list.image-alternate .post-card .card-image{flex:0 0 33.333%;height:200px;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}@media (max-width:575.98px){.post-list.image-alternate .post-card .card-image{flex:none;height:160px}}.post-list.image-alternate .post-card .card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-list.image-alternate .post-card .card-content{flex:1;padding:24px;display:flex;flex-direction:column;justify-content:center}@media (max-width:575.98px){.post-list.image-alternate .post-card .card-content{padding:20px}}.post-list.image-alternate .post-card .card-content .card-category{display:inline-block;padding:4px 12px;background:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary);font-size:.75rem;font-weight:500;border-radius:16px;margin-bottom:12px;width:-moz-fit-content;width:fit-content}.post-list.image-alternate .post-card .card-content .card-title{font-size:1.25rem;font-weight:600;color:var(--dynamic-text);margin:0 0 12px 0;line-height:1.4}@media (max-width:575.98px){.post-list.image-alternate .post-card .card-content .card-title{font-size:1.125rem}}.post-list.image-alternate .post-card .card-content .card-title a{color:inherit;text-decoration:none;transition-property:color;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.post-list.image-alternate .post-card .card-content .card-title a:hover{color:var(--dynamic-primary)}.post-list.image-alternate .post-card .card-content .card-excerpt{font-size:.875rem;color:var(--color-text-secondary);line-height:1.6;margin:0 0 16px 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width:575.98px){.post-list.image-alternate .post-card .card-content .card-excerpt{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.post-list.image-alternate .post-card .card-content .card-meta{display:flex;align-items:center;gap:16px;font-size:.75rem;color:var(--color-text-tertiary);margin-top:auto}@media (max-width:575.98px){.post-list.image-alternate .post-card .card-content .card-meta{gap:12px}}.post-list.image-alternate .post-card .card-content .card-meta .meta-item{display:flex;align-items:center;gap:4px}.post-list.image-alternate .post-card .card-content .card-meta .meta-item .icon{width:14px;height:14px;opacity:.7}.post-list.image-alternate .post-card:nth-child(even) .card-content{order:1}@media (max-width:575.98px){.post-list.image-alternate .post-card:nth-child(even) .card-content{order:2}}.post-list.image-alternate .post-card:nth-child(even) .card-image{order:2}@media (max-width:575.98px){.post-list.image-alternate .post-card:nth-child(even) .card-image{order:1}}.post-list.image-alternate .post-card.pinned .card-image{height:260px}@media (max-width:575.98px){.post-list.image-alternate .post-card.pinned .card-image{height:200px}}.post-list.image-alternate .post-card.pinned .card-content .card-title{font-size:1.5rem;font-weight:700}@media (max-width:575.98px){.post-list.image-alternate .post-card.pinned .card-content .card-title{font-size:1.25rem}}.post-list.image-alternate .post-card.pinned .card-content .card-excerpt{font-size:1rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width:575.98px){.post-list.image-alternate .post-card.pinned .card-content .card-excerpt{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.post-list.image-alternate .post-card.pinned .card-image::after{content:"置顶";position:absolute;top:12px;left:12px;padding:4px 8px;background:var(--dynamic-primary);color:#fff;font-size:.75rem;font-weight:500;border-radius:4px;z-index:2}.post-list.image-alternate .post-card.pinned:nth-child(even) .card-image::after{left:auto;right:12px}.post-card.image-left{display:flex;background:var(--dynamic-surface);border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important;overflow:hidden;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.post-card.image-left:hover{box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);transform:translateY(-2px)}@media (max-width:575.98px){.post-card.image-left{flex-direction:column}}.post-card.image-left .card-image{flex:0 0 33.333%;height:200px;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}@media (max-width:575.98px){.post-card.image-left .card-image{flex:none;height:160px}}.post-card.image-left .card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-card.image-left .card-content{flex:1;padding:24px;display:flex;flex-direction:column;justify-content:center}@media (max-width:575.98px){.post-card.image-left .card-content{padding:20px}}.post-card.image-left .card-content .card-category{display:inline-block;padding:4px 12px;background:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary);font-size:.75rem;font-weight:500;border-radius:16px;margin-bottom:12px;width:-moz-fit-content;width:fit-content}.post-card.image-left .card-content .card-title{font-size:1.25rem;font-weight:600;color:var(--dynamic-text);margin:0 0 12px 0;line-height:1.4}@media (max-width:575.98px){.post-card.image-left .card-content .card-title{font-size:1.125rem}}.post-card.image-left .card-content .card-title a{color:inherit;text-decoration:none;transition-property:color;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.post-card.image-left .card-content .card-title a:hover{color:var(--dynamic-primary)}.post-card.image-left .card-content .card-excerpt{font-size:.875rem;color:var(--color-text-secondary);line-height:1.6;margin:0 0 16px 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width:575.98px){.post-card.image-left .card-content .card-excerpt{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.post-card.image-left .card-content .card-meta{display:flex;align-items:center;gap:16px;font-size:.75rem;color:var(--color-text-tertiary);margin-top:auto}@media (max-width:575.98px){.post-card.image-left .card-content .card-meta{gap:12px}}.post-card.image-left .card-content .card-meta .meta-item{display:flex;align-items:center;gap:4px}.post-card.image-left .card-content .card-meta .meta-item .icon{width:14px;height:14px;opacity:.7}.post-card.image-left.pinned .card-image{height:260px}@media (max-width:575.98px){.post-card.image-left.pinned .card-image{height:200px}}.post-card.image-left.pinned .card-content .card-title{font-size:1.5rem;font-weight:700}@media (max-width:575.98px){.post-card.image-left.pinned .card-content .card-title{font-size:1.25rem}}.post-card.image-left.pinned .card-content .card-excerpt{font-size:1rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width:575.98px){.post-card.image-left.pinned .card-content .card-excerpt{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.post-card.image-left.pinned .card-image::after{content:"置顶";position:absolute;top:12px;left:12px;padding:4px 8px;background:var(--dynamic-primary);color:#fff;font-size:.75rem;font-weight:500;border-radius:4px;z-index:2}.post-card.image-right{display:flex;background:var(--dynamic-surface);border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important;overflow:hidden;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.post-card.image-right:hover{box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);transform:translateY(-2px)}@media (max-width:575.98px){.post-card.image-right{flex-direction:column}}.post-card.image-right .card-content{flex:1;padding:24px;display:flex;flex-direction:column;justify-content:center;order:1}@media (max-width:575.98px){.post-card.image-right .card-content{padding:20px;order:2}}.post-card.image-right .card-content .card-category{display:inline-block;padding:4px 12px;background:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary);font-size:.75rem;font-weight:500;border-radius:16px;margin-bottom:12px;width:-moz-fit-content;width:fit-content}.post-card.image-right .card-content .card-title{font-size:1.25rem;font-weight:600;color:var(--dynamic-text);margin:0 0 12px 0;line-height:1.4}@media (max-width:575.98px){.post-card.image-right .card-content .card-title{font-size:1.125rem}}.post-card.image-right .card-content .card-title a{color:inherit;text-decoration:none;transition-property:color;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.post-card.image-right .card-content .card-title a:hover{color:var(--dynamic-primary)}.post-card.image-right .card-content .card-excerpt{font-size:.875rem;color:var(--color-text-secondary);line-height:1.6;margin:0 0 16px 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width:575.98px){.post-card.image-right .card-content .card-excerpt{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.post-card.image-right .card-content .card-meta{display:flex;align-items:center;gap:16px;font-size:.75rem;color:var(--color-text-tertiary);margin-top:auto}@media (max-width:575.98px){.post-card.image-right .card-content .card-meta{gap:12px}}.post-card.image-right .card-content .card-meta .meta-item{display:flex;align-items:center;gap:4px}.post-card.image-right .card-content .card-meta .meta-item .icon{width:14px;height:14px;opacity:.7}.post-card.image-right .card-image{flex:0 0 33.333%;height:200px;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;order:2}@media (max-width:575.98px){.post-card.image-right .card-image{flex:none;height:160px;order:1}}.post-card.image-right .card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-card.image-right.pinned .card-image{height:260px}@media (max-width:575.98px){.post-card.image-right.pinned .card-image{height:200px}}.post-card.image-right.pinned .card-content .card-title{font-size:1.5rem;font-weight:700}@media (max-width:575.98px){.post-card.image-right.pinned .card-content .card-title{font-size:1.25rem}}.post-card.image-right.pinned .card-content .card-excerpt{font-size:1rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width:575.98px){.post-card.image-right.pinned .card-content .card-excerpt{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.post-card.image-right.pinned .card-image::after{content:"置顶";position:absolute;top:12px;right:12px;padding:4px 8px;background:var(--dynamic-primary);color:#fff;font-size:.75rem;font-weight:500;border-radius:4px;z-index:2}.post-card.wide-width-center{width:100%;position:relative;overflow:hidden;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.post-card.wide-width-center:hover{box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);transform:translateY(-2px)}.post-card.wide-width-center .card-image{width:100%;height:240px;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}@media (max-width:575.98px){.post-card.wide-width-center .card-image{height:200px}}.post-card.wide-width-center .card-image::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.7) 100%);z-index:1}.post-card.wide-width-center .card-content{position:absolute;top:0;left:0;right:0;bottom:0;padding:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;z-index:2}@media (max-width:575.98px){.post-card.wide-width-center .card-content{padding:20px}}.post-card.wide-width-center .card-content .card-category{display:inline-block;padding:4px 12px;background:rgba(255,255,255,.2);color:#fff;font-size:.75rem;font-weight:500;border-radius:16px;margin-bottom:12px;backdrop-filter:blur(10px)}.post-card.wide-width-center .card-content .card-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 12px 0;line-height:1.3}@media (max-width:575.98px){.post-card.wide-width-center .card-content .card-title{font-size:1.25rem}}.post-card.wide-width-center .card-content .card-title a{color:inherit;text-decoration:none;transition-property:opacity;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.post-card.wide-width-center .card-content .card-title a:hover{opacity:.9}.post-card.wide-width-center .card-content .card-excerpt{font-size:.875rem;color:rgba(255,255,255,.9);line-height:1.6;margin:0 0 16px 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:80%}@media (max-width:575.98px){.post-card.wide-width-center .card-content .card-excerpt{max-width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.post-card.wide-width-center .card-content .card-meta{display:flex;align-items:center;justify-content:center;gap:16px;font-size:.75rem;color:rgba(255,255,255,.8)}.post-card.wide-width-center .card-content .card-meta .meta-item{display:flex;align-items:center;gap:4px}.post-card.wide-width-center .card-content .card-meta .meta-item .icon{width:14px;height:14px;opacity:.8}.post-card.wide-width-center.pinned{height:320px}@media (max-width:575.98px){.post-card.wide-width-center.pinned{height:280px}}.post-card.wide-width-center.pinned .card-content .card-title{font-size:1.75rem;font-weight:800}@media (max-width:575.98px){.post-card.wide-width-center.pinned .card-content .card-title{font-size:1.5rem}}.post-card.wide-width-center.pinned .card-content .card-excerpt{font-size:1rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width:575.98px){.post-card.wide-width-center.pinned .card-content .card-excerpt{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.post-card.wide-width-center.pinned::after{content:"置顶";position:absolute;top:16px;right:16px;padding:4px 8px;background:var(--dynamic-primary);color:#fff;font-size:.75rem;font-weight:500;border-radius:4px;z-index:3}.post-card.wide-width-left{width:100%;position:relative;overflow:hidden;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.post-card.wide-width-left:hover{box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);transform:translateY(-2px)}.post-card.wide-width-left .card-image{width:100%;height:240px;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}@media (max-width:575.98px){.post-card.wide-width-left .card-image{height:200px}}.post-card.wide-width-left .card-image::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.1) 100%);z-index:1}.post-card.wide-width-left .card-content{position:absolute;top:0;left:0;right:0;bottom:0;padding:24px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;z-index:2}@media (max-width:575.98px){.post-card.wide-width-left .card-content{padding:20px}}.post-card.wide-width-left .card-content .card-category{display:inline-block;padding:4px 12px;background:rgba(255,255,255,.2);color:#fff;font-size:.75rem;font-weight:500;border-radius:16px;margin-bottom:12px;backdrop-filter:blur(10px)}.post-card.wide-width-left .card-content .card-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 12px 0;line-height:1.3}@media (max-width:575.98px){.post-card.wide-width-left .card-content .card-title{font-size:1.25rem}}.post-card.wide-width-left .card-content .card-title a{color:inherit;text-decoration:none;transition-property:opacity;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.post-card.wide-width-left .card-content .card-title a:hover{opacity:.9}.post-card.wide-width-left .card-content .card-excerpt{font-size:.875rem;color:rgba(255,255,255,.9);line-height:1.6;margin:0 0 16px 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:70%}@media (max-width:575.98px){.post-card.wide-width-left .card-content .card-excerpt{max-width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.post-card.wide-width-left .card-content .card-meta{display:flex;align-items:center;gap:16px;font-size:.75rem;color:rgba(255,255,255,.8)}.post-card.wide-width-left .card-content .card-meta .meta-item{display:flex;align-items:center;gap:4px}.post-card.wide-width-left .card-content .card-meta .meta-item .icon{width:14px;height:14px;opacity:.8}.post-card.wide-width-left.pinned{height:320px}@media (max-width:575.98px){.post-card.wide-width-left.pinned{height:280px}}.post-card.wide-width-left.pinned .card-content .card-title{font-size:1.75rem;font-weight:800}@media (max-width:575.98px){.post-card.wide-width-left.pinned .card-content .card-title{font-size:1.5rem}}.post-card.wide-width-left.pinned .card-content .card-excerpt{font-size:1rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width:575.98px){.post-card.wide-width-left.pinned .card-content .card-excerpt{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.post-card.wide-width-left.pinned::after{content:"置顶";position:absolute;top:16px;right:16px;padding:4px 8px;background:var(--dynamic-primary);color:#fff;font-size:.75rem;font-weight:500;border-radius:4px;z-index:3}.home-banner{position:relative;padding:2rem 0;background-color:var(--bg-color-light);margin-bottom:1.5rem}.home-banner .container{position:relative;z-index:1}.home-banner .banner-content{max-width:700px;margin:0 auto;text-align:center}.home-banner .banner-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-color)}@media (max-width:575.98px){.home-banner .banner-title{font-size:2rem}}.home-banner .banner-subtitle{font-size:1.25rem;margin-bottom:1.5rem;color:var(--text-color-secondary)}@media (max-width:575.98px){.home-banner .banner-subtitle{font-size:1rem}}.home-banner .banner-buttons .btn{margin:0 .5rem .5rem;padding:.5rem 1.5rem}.home-notice{margin-bottom:1.5rem;padding:1rem;background-color:var(--bg-color-light);border-left:4px solid var(--primary-color);border-radius:4px}.home-notice .notice-content{display:flex;align-items:center}.home-notice .notice-content .notice-icon{flex-shrink:0;margin-right:1rem;color:var(--primary-color);font-size:1.5rem}.home-notice .notice-content .notice-text{flex-grow:1}.home-notice .notice-content .notice-text a{color:var(--primary-color);text-decoration:underline}.home-notice .notice-content .notice-text a:hover{color:var(--primary-hover-color,var(--primary-color))}.home-notice .notice-content .notice-close{flex-shrink:0;margin-left:1rem;background:0 0;border:none;color:var(--text-color-light);cursor:pointer}.home-notice .notice-content .notice-close:hover{color:var(--text-color)}.home-section{margin-bottom:2rem}.home-section .section-header{margin-bottom:1.5rem;text-align:center}.home-section .section-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;position:relative;display:inline-block}.home-section .section-title::after{content:'';position:absolute;bottom:-10px;left:50%;width:50px;height:3px;background-color:var(--primary-color);transform:translateX(-50%)}@media (max-width:575.98px){.home-section .section-title{font-size:1.5rem}}.home-section .section-subtitle{font-size:1.1rem;color:var(--text-color-secondary);max-width:700px;margin:1rem auto 0}@media (max-width:575.98px){.home-section .section-subtitle{font-size:1rem}}.home-section .section-footer{margin-top:1.5rem;text-align:center}.home-section .section-footer .btn{padding:.5rem 1.5rem}.home-featured{margin-bottom:2rem}.home-featured .featured-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:1rem}.home-featured .featured-grid .featured-main{grid-column:span 8}@media (max-width:991.98px){.home-featured .featured-grid .featured-main{grid-column:span 12}}.home-featured .featured-grid .featured-sidebar{grid-column:span 4}@media (max-width:991.98px){.home-featured .featured-grid .featured-sidebar{grid-column:span 12}}.home-featured .featured-grid .featured-sidebar .featured-item{margin-bottom:1rem}.home-featured .featured-grid .featured-sidebar .featured-item:last-child{margin-bottom:0}.home-articles .article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem}@media (max-width:575.98px){.home-articles .article-grid{grid-template-columns:1fr}}.home-projects .project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem}@media (max-width:575.98px){.home-projects .project-grid{grid-template-columns:1fr}}.home-about{background-color:var(--bg-color-light);padding:2rem 0;margin-bottom:2rem}.home-about .about-content{display:flex;align-items:center}.home-about .about-content .about-image{flex:0 0 40%;padding-right:1.5rem}.home-about .about-content .about-image img{width:100%;height:auto;border-radius:4px}.home-about .about-content .about-text{flex:1}.home-about .about-content .about-text .about-title{font-size:2rem;font-weight:700;margin-bottom:1rem;position:relative;padding-bottom:.5rem}.home-about .about-content .about-text .about-title::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background-color:var(--primary-color)}.home-about .about-content .about-text .about-description{margin-bottom:1rem;color:var(--text-color-secondary)}.home-about .about-content .about-text .about-description p:last-child{margin-bottom:0}.home-about .about-content .about-text .about-buttons .btn{margin-right:.5rem;margin-bottom:.5rem}@media (max-width:991.98px){.home-about .about-content{flex-direction:column}.home-about .about-content .about-image{flex:0 0 auto;width:100%;padding-right:0;margin-bottom:1.5rem}}.home-team .team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1.5rem}@media (max-width:575.98px){.home-team .team-grid{grid-template-columns:repeat(2,1fr);grid-gap:1rem}}.home-stats{background-color:var(--bg-color-light);padding:2rem 0;margin-bottom:2rem}.home-stats .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem}.home-stats .stats-grid .stat-item{text-align:center}.home-stats .stats-grid .stat-item .stat-icon{font-size:2.5rem;color:var(--primary-color);margin-bottom:.5rem}.home-stats .stats-grid .stat-item .stat-value{font-size:2rem;font-weight:700;margin-bottom:.25rem;color:var(--text-color)}.home-stats .stats-grid .stat-item .stat-label{font-size:1rem;color:var(--text-color-secondary)}@media (max-width:991.98px){.home-stats .stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.home-stats .stats-grid{grid-template-columns:1fr}}.home-contact .contact-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem}.home-contact .contact-grid .contact-info .info-item{display:flex;align-items:flex-start;margin-bottom:1rem}.home-contact .contact-grid .contact-info .info-item .info-icon{flex-shrink:0;width:40px;height:40px;margin-right:1rem;background-color:var(--bg-color-light);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-color)}.home-contact .contact-grid .contact-info .info-item .info-content{flex-grow:1}.home-contact .contact-grid .contact-info .info-item .info-content .info-title{font-weight:600;margin-bottom:.25rem}.home-contact .contact-grid .contact-info .info-item .info-content .info-text{color:var(--text-color-secondary)}.home-contact .contact-grid .contact-form .form-group{margin-bottom:1rem}.home-contact .contact-grid .contact-form textarea.form-control{min-height:150px}@media (max-width:991.98px){.home-contact .contact-grid{grid-template-columns:1fr}.home-contact .contact-grid .contact-info{margin-bottom:1.5rem}}.home-custom-html{margin-bottom:2rem}.post-page .main-content{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;padding-top:32px;padding-bottom:32px}@media (min-width:576px){.post-page .main-content{max-width:540px}}@media (min-width:768px){.post-page .main-content{max-width:720px}}@media (min-width:992px){.post-page .main-content{max-width:960px}}@media (min-width:1200px){.post-page .main-content{max-width:1140px}}@media (min-width:1400px){.post-page .main-content{max-width:1320px}}@media (min-width:576px){.post-page .main-content{max-width:540px}}@media (min-width:768px){.post-page .main-content{max-width:720px}}@media (min-width:992px){.post-page .main-content{max-width:960px}}@media (min-width:1200px){.post-page .main-content{max-width:1140px}}@media (min-width:1400px){.post-page .main-content{max-width:1320px}}.post-page .post-header{text-align:center;margin-bottom:48px}.post-page .post-header .post-category{display:inline-block;padding:6px 16px;background:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary);font-size:.875rem;font-weight:500;border-radius:20px;margin-bottom:16px;text-decoration:none;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.post-page .post-header .post-category:hover{background:rgba(var(--dynamic-primary),.2)}.post-page .post-header .post-title{font-size:2.5rem;font-weight:800;color:var(--dynamic-text);margin:0 0 24px 0;line-height:1.2}@media (max-width:575.98px){.post-page .post-header .post-title{font-size:2rem}}.post-page .post-header .post-meta{display:flex;align-items:center;justify-content:center;gap:24px;font-size:.875rem;color:var(--color-text-secondary)}@media (max-width:575.98px){.post-page .post-header .post-meta{flex-direction:column;gap:12px}}.post-page .post-header .post-meta .meta-item{display:flex;align-items:center;gap:6px}.post-page .post-header .post-meta .meta-item .icon{width:16px;height:16px;opacity:.7}.post-page .post-header .post-meta .post-author{display:flex;align-items:center;gap:8px}.post-page .post-header .post-meta .post-author .author-avatar{width:24px;height:24px;border-radius:50%}.post-page .post-featured-image{width:100%;max-width:800px;margin:0 auto 48px;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important}.post-page .post-featured-image img{width:100%;height:auto;display:block}.post-page .post-content{max-width:800px;margin:0 auto}.post-page .post-content .content-wrapper{font-size:1rem;line-height:1.8;color:var(--color-text-primary)}.post-page .post-content .content-wrapper h1,.post-page .post-content .content-wrapper h2,.post-page .post-content .content-wrapper h3,.post-page .post-content .content-wrapper h4,.post-page .post-content .content-wrapper h5,.post-page .post-content .content-wrapper h6{color:var(--dynamic-text);font-weight:600;margin:32px 0 16px 0;line-height:1.3}.post-page .post-content .content-wrapper h1:first-child,.post-page .post-content .content-wrapper h2:first-child,.post-page .post-content .content-wrapper h3:first-child,.post-page .post-content .content-wrapper h4:first-child,.post-page .post-content .content-wrapper h5:first-child,.post-page .post-content .content-wrapper h6:first-child{margin-top:0}.post-page .post-content .content-wrapper h1{font-size:2rem}.post-page .post-content .content-wrapper h2{font-size:1.75rem}.post-page .post-content .content-wrapper h3{font-size:1.5rem}.post-page .post-content .content-wrapper h4{font-size:1.25rem}.post-page .post-content .content-wrapper h5{font-size:1.125rem}.post-page .post-content .content-wrapper h6{font-size:1rem}.post-page .post-content .content-wrapper p{margin:0 0 16px 0}.post-page .post-content .content-wrapper p:last-child{margin-bottom:0}.post-page .post-content .content-wrapper a{color:var(--dynamic-primary);text-decoration:none;transition-property:color;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.post-page .post-content .content-wrapper a:hover{color:var(--dynamic-secondary);text-decoration:underline}.post-page .post-content .content-wrapper img{max-width:100%;height:auto;border-radius:8px;margin:24px 0}.post-page .post-content .content-wrapper blockquote{margin:24px 0;padding:16px 20px;background:var(--color-surface);border-left:4px solid var(--dynamic-primary);border-radius:0 8px 8px 0}.post-page .post-content .content-wrapper blockquote p{margin:0;font-style:italic;color:var(--color-text-secondary)}.post-page .post-content .content-wrapper code{padding:2px 6px;background:var(--color-surface);color:var(--dynamic-primary);font-family:Monaco,Menlo,monospace;font-size:.875rem;border-radius:4px}.post-page .post-content .content-wrapper pre{margin:24px 0;padding:20px;background:var(--color-surface);border-radius:8px;overflow-x:auto}.post-page .post-content .content-wrapper pre code{padding:0;background:0 0;color:var(--color-text-primary)}.post-page .post-content .content-wrapper ol,.post-page .post-content .content-wrapper ul{margin:16px 0;padding-left:24px}.post-page .post-content .content-wrapper ol li,.post-page .post-content .content-wrapper ul li{margin:8px 0}.post-page .post-content .content-wrapper table{width:100%;margin:24px 0;border-collapse:collapse}.post-page .post-content .content-wrapper table td,.post-page .post-content .content-wrapper table th{padding:12px;text-align:left;border-bottom:1px solid var(--color-border)}.post-page .post-content .content-wrapper table th{background:var(--color-surface);font-weight:600;color:var(--dynamic-text)}.post-page .post-footer{max-width:800px;margin:48px auto 0;padding-top:32px;border-top:1px solid var(--color-border)}.post-page .post-footer .post-tags{margin-bottom:32px}.post-page .post-footer .post-tags .tags-title{font-size:.875rem;font-weight:500;color:var(--color-text-secondary);margin-bottom:12px}.post-page .post-footer .post-tags .tag-list{display:flex;flex-wrap:wrap;gap:8px}.post-page .post-footer .post-tags .tag-list .tag-item{padding:4px 12px;background:var(--color-surface);color:var(--color-text-secondary);font-size:.75rem;text-decoration:none;border-radius:16px;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.post-page .post-footer .post-tags .tag-list .tag-item:hover{background:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary)}.post-page .post-footer .post-navigation{display:flex;justify-content:space-between;gap:24px}@media (max-width:575.98px){.post-page .post-footer .post-navigation{flex-direction:column}}.post-page .post-footer .post-navigation .nav-item{flex:1;text-decoration:none}.post-page .post-footer .post-navigation .nav-item.prev-post{text-align:left}.post-page .post-footer .post-navigation .nav-item.next-post{text-align:right}@media (max-width:575.98px){.post-page .post-footer .post-navigation .nav-item.next-post{text-align:left}}.post-page .post-footer .post-navigation .nav-item .nav-label{font-size:.75rem;color:var(--color-text-tertiary);margin-bottom:4px}.post-page .post-footer .post-navigation .nav-item .nav-title{font-size:.875rem;font-weight:500;color:var(--color-text-secondary);transition-property:color;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.post-page .post-footer .post-navigation .nav-item:hover .nav-title{color:var(--dynamic-primary)}.post-page.project-intro .post-header .post-title{color:var(--dynamic-primary);position:relative}.post-page.project-intro .post-header .post-title::after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:var(--dynamic-primary);border-radius:2px}.post-page.project-intro .post-header .project-status{display:inline-block;padding:8px 16px;background:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary);font-size:.875rem;font-weight:600;border-radius:20px;margin-top:16px}.post-page.project-intro .post-header .project-status.status-active{background:rgba(34,197,94,.1);color:#22c55e}.post-page.project-intro .post-header .project-status.status-completed{background:rgba(59,130,246,.1);color:#3b82f6}.post-page.project-intro .post-header .project-status.status-archived{background:rgba(156,163,175,.1);color:#9ca3af}.post-page.project-intro .project-info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin:48px 0}.post-page.project-intro .project-info-cards .info-card{background:var(--dynamic-surface);padding:24px;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important;text-align:center}.post-page.project-intro .project-info-cards .info-card .card-icon{width:48px;height:48px;background:rgba(var(--dynamic-primary),.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:var(--dynamic-primary);font-size:1.5rem}.post-page.project-intro .project-info-cards .info-card .card-title{font-size:1.125rem;font-weight:600;color:var(--dynamic-text);margin-bottom:8px}.post-page.project-intro .project-info-cards .info-card .card-value{font-size:.875rem;color:var(--color-text-secondary)}.post-page.project-intro .project-links{background:var(--color-surface);padding:24px;border-radius:12px;margin:32px 0}.post-page.project-intro .project-links .links-title{font-size:1.125rem;font-weight:600;color:var(--dynamic-text);margin-bottom:16px;text-align:center}.post-page.project-intro .project-links .links-grid{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.post-page.project-intro .project-links .links-grid .link-item{display:flex;align-items:center;gap:8px;padding:12px 20px;background:var(--dynamic-surface);color:var(--color-text-secondary);text-decoration:none;border-radius:8px;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.post-page.project-intro .project-links .links-grid .link-item:hover{background:var(--dynamic-primary);color:#fff;transform:translateY(-2px)}.post-page.project-intro .project-links .links-grid .link-item .link-icon{width:20px;height:20px}.post-page.project-intro .project-gallery{margin:48px 0}.post-page.project-intro .project-gallery .gallery-title{font-size:1.5rem;font-weight:600;color:var(--dynamic-text);text-align:center;margin-bottom:32px}.post-page.project-intro .project-gallery .gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.post-page.project-intro .project-gallery .gallery-grid .gallery-item{border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.post-page.project-intro .project-gallery .gallery-grid .gallery-item:hover{box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);transform:translateY(-4px)}.post-page.project-intro .project-gallery .gallery-grid .gallery-item img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.post-page.project-intro .project-gallery .gallery-grid .gallery-item .item-caption{padding:16px;background:var(--dynamic-surface);font-size:.875rem;color:var(--color-text-secondary);text-align:center}.post-page.event-notice .post-header{background:linear-gradient(135deg,var(--dynamic-primary),var(--dynamic-secondary));color:#fff;padding:48px 0;margin:-32px -20px 48px;text-align:center}.post-page.event-notice .post-header .post-category{background:rgba(255,255,255,.2);color:#fff}.post-page.event-notice .post-header .post-category:hover{background:rgba(255,255,255,.3)}.post-page.event-notice .post-header .post-title{color:#fff;font-size:2.75rem}@media (max-width:575.98px){.post-page.event-notice .post-header .post-title{font-size:2.25rem}}.post-page.event-notice .post-header .post-meta{color:rgba(255,255,255,.9)}.post-page.event-notice .post-header .post-meta .meta-item .icon{opacity:.9}.post-page.event-notice .notice-alert{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;padding:20px;border-radius:12px;margin-bottom:32px;position:relative}.post-page.event-notice .notice-alert::before{content:"⚠️";font-size:1.5rem;position:absolute;top:20px;left:20px}.post-page.event-notice .notice-alert .alert-content{margin-left:40px}.post-page.event-notice .notice-alert .alert-content .alert-title{font-size:1.125rem;font-weight:600;color:#92400e;margin-bottom:8px}.post-page.event-notice .notice-alert .alert-content .alert-text{color:#b45309;font-size:.875rem;line-height:1.5}.post-page.event-notice .event-details{background:var(--color-surface);padding:32px;border-radius:16px;margin:32px 0}.post-page.event-notice .event-details .details-title{font-size:1.5rem;font-weight:700;color:var(--dynamic-text);text-align:center;margin-bottom:32px;position:relative}.post-page.event-notice .event-details .details-title::after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:var(--dynamic-primary);border-radius:2px}.post-page.event-notice .event-details .details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.post-page.event-notice .event-details .details-grid .detail-item{display:flex;align-items:center;gap:16px;padding:20px;background:var(--dynamic-surface);border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important}.post-page.event-notice .event-details .details-grid .detail-item .item-icon{width:48px;height:48px;background:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.post-page.event-notice .event-details .details-grid .detail-item .item-content .item-label{font-size:.875rem;color:var(--color-text-secondary);margin-bottom:4px}.post-page.event-notice .event-details .details-grid .detail-item .item-content .item-value{font-size:1rem;font-weight:600;color:var(--dynamic-text)}.post-page.event-notice .registration-section{background:linear-gradient(135deg,rgba(var(--dynamic-primary),.05),rgba(var(--dynamic-secondary),.05));padding:32px;border-radius:16px;text-align:center;margin:32px 0}.post-page.event-notice .registration-section .registration-title{font-size:1.5rem;font-weight:700;color:var(--dynamic-text);margin-bottom:16px}.post-page.event-notice .registration-section .registration-desc{color:var(--color-text-secondary);margin-bottom:24px;line-height:1.6}.post-page.event-notice .registration-section .registration-btn{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:var(--dynamic-primary);color:#fff;text-decoration:none;font-weight:600;border-radius:8px;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.post-page.event-notice .registration-section .registration-btn:hover{background:var(--dynamic-secondary);transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08)}.post-page.event-notice .registration-section .registration-btn .btn-icon{width:20px;height:20px}.post-page.event-notice .registration-section .registration-deadline{margin-top:16px;font-size:.875rem;color:var(--color-text-tertiary)}.post-page.event-notice .registration-section .registration-deadline .deadline-highlight{color:#ef4444;font-weight:600}.post-page.event-notice .contact-info{background:var(--dynamic-surface);padding:24px;border-radius:12px;margin:32px 0}.post-page.event-notice .contact-info .contact-title{font-size:1.25rem;font-weight:600;color:var(--dynamic-text);margin-bottom:16px;text-align:center}.post-page.event-notice .contact-info .contact-list{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.post-page.event-notice .contact-info .contact-list .contact-item{display:flex;align-items:center;gap:8px;color:var(--color-text-secondary)}.post-page.event-notice .contact-info .contact-list .contact-item .contact-icon{width:20px;height:20px;color:var(--dynamic-primary)}.post-page.event-notice .contact-info .contact-list .contact-item a{color:inherit;text-decoration:none;transition-property:color;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.post-page.event-notice .contact-info .contact-list .contact-item a:hover{color:var(--dynamic-primary)}.post-page.event-intro .post-header{position:relative;background:var(--color-surface);padding:48px 0;margin:-32px -20px 48px;overflow:hidden}.post-page.event-intro .post-header::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(var(--dynamic-primary),.1) 0,rgba(var(--dynamic-secondary),.05) 100%);z-index:1}.post-page.event-intro .post-header::after{content:"";position:absolute;top:-50%;right:-10%;width:200px;height:200px;background:rgba(var(--dynamic-primary),.1);border-radius:50%;z-index:1}.post-page.event-intro .post-header .post-header-content{position:relative;z-index:2;text-align:center}.post-page.event-intro .post-header .event-badge{display:inline-block;padding:8px 20px;background:var(--dynamic-primary);color:#fff;font-size:.875rem;font-weight:600;border-radius:20px;margin-bottom:16px}.post-page.event-intro .post-header .event-badge.badge-upcoming{background:#10b981}.post-page.event-intro .post-header .event-badge.badge-ongoing{background:#f59e0b}.post-page.event-intro .post-header .event-badge.badge-completed{background:#6b7280}.post-page.event-intro .post-header .post-title{font-size:2.75rem;font-weight:800;background:linear-gradient(135deg,var(--dynamic-primary),var(--dynamic-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width:575.98px){.post-page.event-intro .post-header .post-title{font-size:2.25rem}}.post-page.event-intro .event-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin:48px 0}.post-page.event-intro .event-highlights .highlight-card{background:var(--dynamic-surface);padding:32px 24px;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important;text-align:center;position:relative;overflow:hidden;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.post-page.event-intro .event-highlights .highlight-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);transform:translateY(-4px)}.post-page.event-intro .event-highlights .highlight-card::before{content:"";position:absolute;top:-50%;right:-50%;width:100px;height:100px;background:rgba(var(--dynamic-primary),.05);border-radius:50%;z-index:1}.post-page.event-intro .event-highlights .highlight-card .card-content{position:relative;z-index:2}.post-page.event-intro .event-highlights .highlight-card .highlight-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--dynamic-primary),var(--dynamic-secondary));color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.75rem}.post-page.event-intro .event-highlights .highlight-card .highlight-title{font-size:1.25rem;font-weight:700;color:var(--dynamic-text);margin-bottom:12px}.post-page.event-intro .event-highlights .highlight-card .highlight-desc{color:var(--color-text-secondary);line-height:1.6;font-size:.875rem}.post-page.event-intro .event-timeline{background:var(--color-surface);padding:40px;border-radius:16px;margin:48px 0}.post-page.event-intro .event-timeline .timeline-title{font-size:1.75rem;font-weight:700;color:var(--dynamic-text);text-align:center;margin-bottom:40px;position:relative}.post-page.event-intro .event-timeline .timeline-title::after{content:"";position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,var(--dynamic-primary),var(--dynamic-secondary));border-radius:2px}.post-page.event-intro .event-timeline .timeline-list{position:relative}.post-page.event-intro .event-timeline .timeline-list::before{content:"";position:absolute;left:50px;top:0;bottom:0;width:2px;background:var(--color-border);z-index:1}@media (max-width:575.98px){.post-page.event-intro .event-timeline .timeline-list::before{left:20px}}.post-page.event-intro .event-timeline .timeline-list .timeline-item{position:relative;padding:0 0 32px 100px}@media (max-width:575.98px){.post-page.event-intro .event-timeline .timeline-list .timeline-item{padding-left:60px}}.post-page.event-intro .event-timeline .timeline-list .timeline-item::before{content:"";position:absolute;left:42px;top:8px;width:16px;height:16px;background:var(--dynamic-primary);border:3px solid var(--dynamic-surface);border-radius:50%;z-index:2}@media (max-width:575.98px){.post-page.event-intro .event-timeline .timeline-list .timeline-item::before{left:12px}}.post-page.event-intro .event-timeline .timeline-list .timeline-item .timeline-time{font-size:.875rem;font-weight:600;color:var(--dynamic-primary);margin-bottom:8px}.post-page.event-intro .event-timeline .timeline-list .timeline-item .timeline-content{background:var(--dynamic-surface);padding:20px;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important}.post-page.event-intro .event-timeline .timeline-list .timeline-item .timeline-content .timeline-event{font-size:1.125rem;font-weight:600;color:var(--dynamic-text);margin-bottom:8px}.post-page.event-intro .event-timeline .timeline-list .timeline-item .timeline-content .timeline-desc{color:var(--color-text-secondary);line-height:1.6;font-size:.875rem}.post-page.event-intro .event-timeline .timeline-list .timeline-item:last-child{padding-bottom:0}.post-page.event-intro .event-gallery{margin:48px 0}.post-page.event-intro .event-gallery .gallery-title{font-size:1.75rem;font-weight:700;color:var(--dynamic-text);text-align:center;margin-bottom:32px}.post-page.event-intro .event-gallery .gallery-masonry{-moz-columns:3;columns:3;-moz-column-gap:20px;column-gap:20px}@media (max-width:575.98px){.post-page.event-intro .event-gallery .gallery-masonry{-moz-columns:1;columns:1}}@media (min-width:576px){.post-page.event-intro .event-gallery .gallery-masonry{-moz-columns:2;columns:2}}.post-page.event-intro .event-gallery .gallery-masonry .gallery-item{-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:20px;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.post-page.event-intro .event-gallery .gallery-masonry .gallery-item:hover{box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);transform:translateY(-2px)}.post-page.event-intro .event-gallery .gallery-masonry .gallery-item img{width:100%;height:auto;display:block}.post-page.event-intro .event-gallery .gallery-masonry .gallery-item .item-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.7));color:#fff;padding:20px;opacity:0;transition-property:opacity;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.post-page.event-intro .event-gallery .gallery-masonry .gallery-item .item-overlay .item-title{font-weight:600;margin-bottom:4px}.post-page.event-intro .event-gallery .gallery-masonry .gallery-item .item-overlay .item-desc{font-size:.875rem;opacity:.9}.post-page.event-intro .event-gallery .gallery-masonry .gallery-item:hover .item-overlay{opacity:1}.post-page.event-intro .event-sponsors{background:var(--color-surface);padding:40px;border-radius:16px;text-align:center;margin:48px 0}.post-page.event-intro .event-sponsors .sponsors-title{font-size:1.5rem;font-weight:700;color:var(--dynamic-text);margin-bottom:32px}.post-page.event-intro .event-sponsors .sponsors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:24px;align-items:center}.post-page.event-intro .event-sponsors .sponsors-grid .sponsor-item{padding:20px;background:var(--dynamic-surface);border-radius:12px;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.post-page.event-intro .event-sponsors .sponsors-grid .sponsor-item:hover{transform:translateY(-4px);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important}.post-page.event-intro .event-sponsors .sponsors-grid .sponsor-item img{max-width:100%;height:60px;-o-object-fit:contain;object-fit:contain;filter:grayscale(100%);transition-property:filter;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.post-page.event-intro .event-sponsors .sponsors-grid .sponsor-item:hover img{filter:grayscale(0)}.page .main-content{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;padding-top:32px;padding-bottom:32px}@media (min-width:576px){.page .main-content{max-width:540px}}@media (min-width:768px){.page .main-content{max-width:720px}}@media (min-width:992px){.page .main-content{max-width:960px}}@media (min-width:1200px){.page .main-content{max-width:1140px}}@media (min-width:1400px){.page .main-content{max-width:1320px}}@media (min-width:576px){.page .main-content{max-width:540px}}@media (min-width:768px){.page .main-content{max-width:720px}}@media (min-width:992px){.page .main-content{max-width:960px}}@media (min-width:1200px){.page .main-content{max-width:1140px}}@media (min-width:1400px){.page .main-content{max-width:1320px}}.page-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;padding-top:32px;padding-bottom:32px}@media (min-width:576px){.page-container{max-width:540px}}@media (min-width:768px){.page-container{max-width:720px}}@media (min-width:992px){.page-container{max-width:960px}}@media (min-width:1200px){.page-container{max-width:1140px}}@media (min-width:1400px){.page-container{max-width:1320px}}@media (min-width:576px){.page-container{max-width:540px}}@media (min-width:768px){.page-container{max-width:720px}}@media (min-width:992px){.page-container{max-width:960px}}@media (min-width:1200px){.page-container{max-width:1140px}}@media (min-width:1400px){.page-container{max-width:1320px}}.page-header{margin-bottom:32px;text-align:center}.page-header .page-title{font-size:2.5rem;font-weight:800;color:var(--dynamic-text);margin:0 0 16px 0;line-height:1.2}@media (max-width:575.98px){.page-header .page-title{font-size:2rem}}.page-header .page-subtitle{font-size:1.125rem;color:var(--color-text-secondary);max-width:700px;margin:0 auto}@media (max-width:575.98px){.page-header .page-subtitle{font-size:1rem}}.page-content{max-width:800px;margin:0 auto}.page-content .content-wrapper{font-size:1rem;line-height:1.8;color:var(--color-text-primary)}.page-content .content-wrapper h1,.page-content .content-wrapper h2,.page-content .content-wrapper h3,.page-content .content-wrapper h4,.page-content .content-wrapper h5,.page-content .content-wrapper h6{color:var(--dynamic-text);font-weight:600;margin:32px 0 16px 0;line-height:1.3}.page-content .content-wrapper h1:first-child,.page-content .content-wrapper h2:first-child,.page-content .content-wrapper h3:first-child,.page-content .content-wrapper h4:first-child,.page-content .content-wrapper h5:first-child,.page-content .content-wrapper h6:first-child{margin-top:0}.page-content .content-wrapper h1{font-size:2rem}.page-content .content-wrapper h2{font-size:1.75rem}.page-content .content-wrapper h3{font-size:1.5rem}.page-content .content-wrapper h4{font-size:1.25rem}.page-content .content-wrapper h5{font-size:1.125rem}.page-content .content-wrapper h6{font-size:1rem}.page-content .content-wrapper p{margin:0 0 16px 0}.page-content .content-wrapper p:last-child{margin-bottom:0}.page-content .content-wrapper a{color:var(--dynamic-primary);text-decoration:none;transition-property:color;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.page-content .content-wrapper a:hover{color:var(--dynamic-secondary);text-decoration:underline}.page-content .content-wrapper img{max-width:100%;height:auto;border-radius:8px;margin:24px 0}.page-content .content-wrapper blockquote{margin:24px 0;padding:16px 20px;background:var(--color-surface);border-left:4px solid var(--dynamic-primary);border-radius:0 8px 8px 0}.page-content .content-wrapper blockquote p{margin:0;font-style:italic;color:var(--color-text-secondary)}.page-content .content-wrapper code{padding:2px 6px;background:var(--color-surface);color:var(--dynamic-primary);font-family:Monaco,Menlo,monospace;font-size:.875rem;border-radius:4px}.page-content .content-wrapper pre{margin:24px 0;padding:20px;background:var(--color-surface);border-radius:8px;overflow-x:auto}.page-content .content-wrapper pre code{padding:0;background:0 0;color:var(--color-text-primary)}.page-content .content-wrapper ol,.page-content .content-wrapper ul{margin:16px 0;padding-left:24px}.page-content .content-wrapper ol li,.page-content .content-wrapper ul li{margin:8px 0}.page-content .content-wrapper table{width:100%;margin:24px 0;border-collapse:collapse}.page-content .content-wrapper table td,.page-content .content-wrapper table th{padding:12px;text-align:left;border-bottom:1px solid var(--color-border)}.page-content .content-wrapper table th{background:var(--color-surface);font-weight:600;color:var(--dynamic-text)}.page-footer{max-width:800px;margin:48px auto 0;padding-top:32px;border-top:1px solid var(--color-border)}.page-layout{display:flex;gap:32px}.page-layout .page-main{flex:1;min-width:0}.page-layout .page-sidebar{flex:0 0 300px}@media (min-width:992px) and (max-width:1199.98px),(min-width:1200px) and (max-width:1399.98px),(min-width:1400px){.page-layout .page-sidebar{position:sticky;top:32px}}@media (min-width:992px) and (max-width:1199.98px){.page-layout .page-sidebar{position:sticky;top:32px}}@media (max-width:575.98px){.page-layout .page-sidebar{flex:0 0 100%}}@media (max-width:575.98px){.page-layout{flex-direction:column}}.page-sidebar-widget{margin-bottom:32px;padding:24px;background:var(--color-surface);border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important}.page-sidebar-widget .widget-title{font-size:1.125rem;font-weight:600;color:var(--dynamic-text);margin:0 0 16px 0;padding-bottom:12px;border-bottom:1px solid var(--color-border)}.page-sidebar-widget:last-child{margin-bottom:0}.page-overview .overview-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:48px}@media (min-width:576px) and (max-width:767.98px),(min-width:768px) and (max-width:991.98px){.page-overview .overview-stats{grid-template-columns:repeat(2,1fr)}}@media (min-width:576px) and (max-width:767.98px){.page-overview .overview-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.page-overview .overview-stats{grid-template-columns:1fr}}.page-overview .overview-stats .stat-card{padding:24px;background:var(--color-surface);border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important;text-align:center}.page-overview .overview-stats .stat-card .stat-icon{width:48px;height:48px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;background:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary);border-radius:50%;font-size:1.5rem}.page-overview .overview-stats .stat-card .stat-value{font-size:2rem;font-weight:700;color:var(--dynamic-text);margin-bottom:8px}.page-overview .overview-stats .stat-card .stat-label{font-size:.875rem;color:var(--color-text-secondary)}.page-overview .overview-features{margin-bottom:48px}.page-overview .overview-features .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (min-width:576px) and (max-width:767.98px),(min-width:768px) and (max-width:991.98px){.page-overview .overview-features .features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:576px) and (max-width:767.98px){.page-overview .overview-features .features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.page-overview .overview-features .features-grid{grid-template-columns:1fr}}.page-overview .overview-features .features-grid .feature-item{padding:24px;background:var(--color-surface);border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important;transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.page-overview .overview-features .features-grid .feature-item:hover{transform:translateY(-5px)}.page-overview .overview-features .features-grid .feature-item .feature-icon{width:48px;height:48px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;background:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary);border-radius:50%;font-size:1.5rem}.page-overview .overview-features .features-grid .feature-item .feature-title{font-size:1.25rem;font-weight:600;color:var(--dynamic-text);margin:0 0 12px 0}.page-overview .overview-features .features-grid .feature-item .feature-description{font-size:.875rem;color:var(--color-text-secondary);margin:0}.page-history .history-timeline{position:relative;padding-left:32px;margin-bottom:48px}.page-history .history-timeline::before{content:'';position:absolute;top:0;bottom:0;left:0;width:2px;background-color:var(--color-border)}.page-history .history-timeline .timeline-item{position:relative;margin-bottom:48px}.page-history .history-timeline .timeline-item:last-child{margin-bottom:0}.page-history .history-timeline .timeline-item::before{content:'';position:absolute;top:0;left:-32px;width:16px;height:16px;background-color:var(--dynamic-primary);border:4px solid var(--color-background);border-radius:50%}.page-history .history-timeline .timeline-item .timeline-date{font-size:1.25rem;font-weight:700;color:var(--dynamic-text);margin:0 0 16px 0}.page-history .history-timeline .timeline-item .timeline-content{padding:24px;background:var(--color-surface);border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important}.page-history .history-timeline .timeline-item .timeline-content .timeline-title{font-size:1.125rem;font-weight:600;color:var(--dynamic-text);margin:0 0 12px 0}.page-history .history-timeline .timeline-item .timeline-content .timeline-description{font-size:.875rem;color:var(--color-text-secondary);margin:0}.page-history .history-timeline .timeline-item .timeline-content .timeline-image{margin-top:16px;border-radius:8px;overflow:hidden}.page-history .history-timeline .timeline-item .timeline-content .timeline-image img{width:100%;height:auto;display:block}.page-overview{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;padding-top:32px;padding-bottom:48px}@media (min-width:576px){.page-overview{max-width:540px}}@media (min-width:768px){.page-overview{max-width:720px}}@media (min-width:992px){.page-overview{max-width:960px}}@media (min-width:1200px){.page-overview{max-width:1140px}}@media (min-width:1400px){.page-overview{max-width:1320px}}@media (min-width:576px){.page-overview{max-width:540px}}@media (min-width:768px){.page-overview{max-width:720px}}@media (min-width:992px){.page-overview{max-width:960px}}@media (min-width:1200px){.page-overview{max-width:1140px}}@media (min-width:1400px){.page-overview{max-width:1320px}}.page-overview .overview-header{margin-bottom:40px;text-align:center}.page-overview .overview-header .page-title{font-size:2.5rem;font-weight:800;color:var(--dynamic-text);margin:0 0 16px 0}@media (max-width:575.98px){.page-overview .overview-header .page-title{font-size:2rem}}.page-overview .overview-header .page-subtitle{font-size:1.25rem;color:var(--color-text-secondary);margin:0 auto;max-width:700px}@media (max-width:575.98px){.page-overview .overview-header .page-subtitle{font-size:1rem}}.page-overview .overview-content{max-width:1000px;margin:0 auto}.page-overview .overview-section{margin-bottom:48px}.page-overview .overview-section:last-child{margin-bottom:0}.page-overview .overview-section .section-title{font-size:1.75rem;font-weight:700;color:var(--dynamic-text);margin:0 0 24px 0;position:relative;padding-bottom:12px}.page-overview .overview-section .section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background-color:var(--dynamic-primary)}@media (max-width:575.98px){.page-overview .overview-section .section-title{font-size:1.5rem}}.page-overview .overview-section .section-content{font-size:1rem;line-height:1.8;color:var(--color-text-primary)}.page-overview .overview-section .section-content p{margin:0 0 16px 0}.page-overview .overview-section .section-content p:last-child{margin-bottom:0}.page-overview .overview-section .section-content h3{font-size:1.25rem;font-weight:600;color:var(--dynamic-text);margin:24px 0 16px 0}.page-overview .overview-section .section-content h4{font-size:1.125rem;font-weight:600;color:var(--dynamic-text);margin:20px 0 12px 0}.page-overview .overview-section .section-content ol,.page-overview .overview-section .section-content ul{margin:16px 0;padding-left:24px}.page-overview .overview-section .section-content ol li,.page-overview .overview-section .section-content ul li{margin:8px 0}.page-overview .overview-section .section-content img{max-width:100%;height:auto;border-radius:8px;margin:24px 0}.page-overview .overview-section .section-content blockquote{margin:24px 0;padding:16px 20px;background:var(--color-surface);border-left:4px solid var(--dynamic-primary);border-radius:0 8px 8px 0}.page-overview .overview-section .section-content blockquote p{margin:0;font-style:italic;color:var(--color-text-secondary)}.page-overview .overview-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}@media (min-width:576px) and (max-width:767.98px),(min-width:768px) and (max-width:991.98px){.page-overview .overview-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:576px) and (max-width:767.98px){.page-overview .overview-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.page-overview .overview-cards{grid-template-columns:1fr}}.page-overview .overview-cards .overview-card{background-color:var(--color-background);border-radius:12px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important;transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.page-overview .overview-cards .overview-card:hover{transform:translateY(-5px);box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08)}.page-overview .overview-cards .overview-card .card-icon{width:56px;height:56px;border-radius:12px;background-color:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.page-overview .overview-cards .overview-card .card-icon .icon{font-size:1.75rem}.page-overview .overview-cards .overview-card .card-title{font-size:1.25rem;font-weight:600;color:var(--dynamic-text);margin:0 0 12px 0}.page-overview .overview-cards .overview-card .card-desc{font-size:.875rem;color:var(--color-text-secondary);margin:0;line-height:1.6}.page-overview .overview-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:48px}@media (min-width:576px) and (max-width:767.98px),(min-width:768px) and (max-width:991.98px){.page-overview .overview-stats{grid-template-columns:repeat(2,1fr)}}@media (min-width:576px) and (max-width:767.98px){.page-overview .overview-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.page-overview .overview-stats{grid-template-columns:1fr}}.page-overview .overview-stats .stat-item{background-color:var(--color-background);border-radius:12px;padding:24px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important}.page-overview .overview-stats .stat-item .stat-value{font-size:2.5rem;font-weight:700;color:var(--dynamic-primary);margin:0 0 8px 0;line-height:1}.page-overview .overview-stats .stat-item .stat-label{font-size:1rem;color:var(--color-text-secondary);margin:0}.page-overview .overview-features{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:48px}@media (max-width:575.98px){.page-overview .overview-features{grid-template-columns:1fr}}.page-overview .overview-features .feature-item{display:flex;gap:16px}.page-overview .overview-features .feature-item .feature-icon{flex:0 0 48px;width:48px;height:48px;border-radius:50%;background-color:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary);display:flex;align-items:center;justify-content:center}.page-overview .overview-features .feature-item .feature-icon .icon{font-size:1.5rem}.page-overview .overview-features .feature-item .feature-content{flex:1}.page-overview .overview-features .feature-item .feature-content .feature-title{font-size:1.125rem;font-weight:600;color:var(--dynamic-text);margin:0 0 8px 0}.page-overview .overview-features .feature-item .feature-content .feature-desc{font-size:.875rem;color:var(--color-text-secondary);margin:0;line-height:1.6}.page-overview .overview-team{margin-bottom:48px}.page-overview .overview-team .team-header{text-align:center;margin-bottom:32px}.page-overview .overview-team .team-header .team-title{font-size:1.75rem;font-weight:700;color:var(--dynamic-text);margin:0 0 16px 0}.page-overview .overview-team .team-header .team-subtitle{font-size:1rem;color:var(--color-text-secondary);margin:0 auto;max-width:600px}.page-overview .overview-team .team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media (min-width:576px) and (max-width:767.98px),(min-width:768px) and (max-width:991.98px){.page-overview .overview-team .team-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:576px) and (max-width:767.98px){.page-overview .overview-team .team-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:575.98px){.page-overview .overview-team .team-grid{grid-template-columns:repeat(2,1fr)}}.page-overview .overview-cta{background-color:var(--color-surface);border-radius:16px;padding:48px;text-align:center}@media (max-width:575.98px){.page-overview .overview-cta{padding:32px 24px}}.page-overview .overview-cta .cta-title{font-size:1.75rem;font-weight:700;color:var(--dynamic-text);margin:0 0 16px 0}@media (max-width:575.98px){.page-overview .overview-cta .cta-title{font-size:1.5rem}}.page-overview .overview-cta .cta-desc{font-size:1rem;color:var(--color-text-secondary);margin:0 auto 24px;max-width:600px}.page-overview .overview-cta .cta-buttons{display:flex;justify-content:center;gap:16px}@media (max-width:575.98px){.page-overview .overview-cta .cta-buttons{flex-direction:column}}.page-overview-sidebar{display:flex;gap:40px}.page-overview-sidebar .overview-main{flex:1}.page-overview-sidebar .overview-sidebar{flex:0 0 300px}.page-overview-sidebar .overview-sidebar .sidebar-widget{background-color:var(--color-background);border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important}.page-overview-sidebar .overview-sidebar .sidebar-widget:last-child{margin-bottom:0}.page-overview-sidebar .overview-sidebar .sidebar-widget .widget-title{font-size:1.125rem;font-weight:600;color:var(--dynamic-text);margin:0 0 16px 0;padding-bottom:12px;border-bottom:1px solid var(--color-border)}.page-overview-sidebar .overview-sidebar .widget-nav .nav-list{list-style:none;padding:0;margin:0}.page-overview-sidebar .overview-sidebar .widget-nav .nav-list .nav-item{margin-bottom:8px}.page-overview-sidebar .overview-sidebar .widget-nav .nav-list .nav-item:last-child{margin-bottom:0}.page-overview-sidebar .overview-sidebar .widget-nav .nav-list .nav-item a{display:block;padding:8px 12px;color:var(--color-text-secondary);text-decoration:none;border-radius:6px;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.page-overview-sidebar .overview-sidebar .widget-nav .nav-list .nav-item a:hover{background-color:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary)}.page-overview-sidebar .overview-sidebar .widget-nav .nav-list .nav-item a.active{background-color:var(--dynamic-primary);color:#fff}@media (min-width:576px) and (max-width:767.98px),(min-width:768px) and (max-width:991.98px){.page-overview-sidebar{flex-direction:column}.page-overview-sidebar .overview-sidebar{flex:0 0 auto;width:100%}}@media (min-width:576px) and (max-width:767.98px){.page-overview-sidebar{flex-direction:column}.page-overview-sidebar .overview-sidebar{flex:0 0 auto;width:100%}}.page-overview-dark{background-color:var(--color-surface);border-radius:16px;padding:48px}@media (max-width:575.98px){.page-overview-dark{padding:32px 24px}}.page-overview-bg{position:relative}.page-overview-bg::before{content:'';position:absolute;top:0;left:0;width:100%;height:400px;background-color:var(--dynamic-primary);opacity:.05;z-index:-1}.page-history{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;padding-top:32px;padding-bottom:48px}@media (min-width:576px){.page-history{max-width:540px}}@media (min-width:768px){.page-history{max-width:720px}}@media (min-width:992px){.page-history{max-width:960px}}@media (min-width:1200px){.page-history{max-width:1140px}}@media (min-width:1400px){.page-history{max-width:1320px}}@media (min-width:576px){.page-history{max-width:540px}}@media (min-width:768px){.page-history{max-width:720px}}@media (min-width:992px){.page-history{max-width:960px}}@media (min-width:1200px){.page-history{max-width:1140px}}@media (min-width:1400px){.page-history{max-width:1320px}}.page-history .history-header{margin-bottom:40px;text-align:center}.page-history .history-header .page-title{font-size:2.5rem;font-weight:800;color:var(--dynamic-text);margin:0 0 16px 0}@media (max-width:575.98px){.page-history .history-header .page-title{font-size:2rem}}.page-history .history-header .page-subtitle{font-size:1.25rem;color:var(--color-text-secondary);margin:0 auto;max-width:700px}@media (max-width:575.98px){.page-history .history-header .page-subtitle{font-size:1rem}}.page-history .history-content{max-width:1000px;margin:0 auto}.page-history .history-timeline{position:relative;padding:40px 0}.page-history .history-timeline::before{content:'';position:absolute;top:0;left:50%;height:100%;width:2px;background-color:var(--color-border);transform:translateX(-50%)}@media (max-width:575.98px){.page-history .history-timeline::before{left:24px;transform:none}}.page-history .history-timeline .timeline-year{position:relative;text-align:center;margin:60px 0}.page-history .history-timeline .timeline-year:first-child{margin-top:0}.page-history .history-timeline .timeline-year .year-marker{display:inline-block;padding:8px 24px;background-color:var(--dynamic-primary);color:#fff;font-size:1.25rem;font-weight:600;border-radius:30px;position:relative;z-index:2}@media (max-width:575.98px){.page-history .history-timeline .timeline-year .year-marker{font-size:1rem;padding:6px 16px;margin-left:40px}}@media (max-width:575.98px){.page-history .history-timeline .timeline-year{text-align:left}}.page-history .history-timeline .timeline-event{position:relative;margin-bottom:60px}.page-history .history-timeline .timeline-event:last-child{margin-bottom:0}.page-history .history-timeline .timeline-event::after{content:'';display:table;clear:both}.page-history .history-timeline .timeline-event .event-dot{position:absolute;top:24px;left:50%;width:20px;height:20px;border-radius:50%;background-color:var(--dynamic-primary);border:4px solid #fff;box-shadow:0 0 0 2px var(--dynamic-primary);transform:translateX(-50%);z-index:1}@media (max-width:575.98px){.page-history .history-timeline .timeline-event .event-dot{left:24px;transform:translateX(-50%);width:16px;height:16px;top:20px}}.page-history .history-timeline .timeline-event .event-content{width:45%;padding:24px;background-color:var(--color-background);border-radius:12px;position:relative;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important}.timeline-event:nth-child(odd) .page-history .history-timeline .timeline-event .event-content{float:right}.timeline-event:nth-child(odd) .page-history .history-timeline .timeline-event .event-content::before{content:'';position:absolute;top:24px;left:-10px;width:0;height:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent var(--color-background) transparent transparent}.timeline-event:nth-child(even) .page-history .history-timeline .timeline-event .event-content{float:left}.timeline-event:nth-child(even) .page-history .history-timeline .timeline-event .event-content::before{content:'';position:absolute;top:24px;right:-10px;width:0;height:0;border-style:solid;border-width:10px 0 10px 10px;border-color:transparent transparent transparent var(--color-background)}@media (max-width:575.98px){.page-history .history-timeline .timeline-event .event-content{width:auto;margin-left:48px;float:none}.page-history .history-timeline .timeline-event .event-content::before{content:'';position:absolute;top:20px;left:-10px;width:0;height:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent var(--color-background) transparent transparent}.timeline-event:nth-child(even) .page-history .history-timeline .timeline-event .event-content{float:none}.timeline-event:nth-child(even) .page-history .history-timeline .timeline-event .event-content::before{right:auto;left:-10px;border-width:10px 10px 10px 0;border-color:transparent var(--color-background) transparent transparent}}.page-history .history-timeline .timeline-event .event-date{font-size:.875rem;font-weight:500;color:var(--dynamic-primary);margin:0 0 8px 0}.page-history .history-timeline .timeline-event .event-title{font-size:1.25rem;font-weight:600;color:var(--dynamic-text);margin:0 0 12px 0}.page-history .history-timeline .timeline-event .event-desc{font-size:.875rem;color:var(--color-text-secondary);margin:0 0 16px 0;line-height:1.6}.page-history .history-timeline .timeline-event .event-image{margin-top:16px;border-radius:8px;overflow:hidden}.page-history .history-timeline .timeline-event .event-image img{width:100%;height:auto;display:block}.page-history .history-timeline .timeline-event .event-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.page-history .history-timeline .timeline-event .event-tags .tag{display:inline-block;padding:4px 12px;font-size:.75rem;color:var(--color-text-secondary);background-color:var(--color-surface);border-radius:16px;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.page-history .history-timeline .timeline-event .event-tags .tag:hover{background-color:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary)}.page-history .history-milestones{margin-bottom:48px}.page-history .history-milestones .milestone-header{text-align:center;margin-bottom:32px}.page-history .history-milestones .milestone-header .milestone-title{font-size:1.75rem;font-weight:700;color:var(--dynamic-text);margin:0 0 16px 0}.page-history .history-milestones .milestone-header .milestone-subtitle{font-size:1rem;color:var(--color-text-secondary);margin:0 auto;max-width:600px}.page-history .history-milestones .milestone-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media (min-width:576px) and (max-width:767.98px),(min-width:768px) and (max-width:991.98px){.page-history .history-milestones .milestone-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:576px) and (max-width:767.98px){.page-history .history-milestones .milestone-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.page-history .history-milestones .milestone-grid{grid-template-columns:1fr}}.page-history .history-milestones .milestone-grid .milestone-item{background-color:var(--color-background);border-radius:12px;padding:24px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important;transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.page-history .history-milestones .milestone-grid .milestone-item:hover{transform:translateY(-5px);box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08)}.page-history .history-milestones .milestone-grid .milestone-item .milestone-year{font-size:2rem;font-weight:700;color:var(--dynamic-primary);margin:0 0 16px 0}.page-history .history-milestones .milestone-grid .milestone-item .milestone-icon{width:64px;height:64px;border-radius:50%;background-color:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.page-history .history-milestones .milestone-grid .milestone-item .milestone-icon .icon{font-size:2rem}.page-history .history-milestones .milestone-grid .milestone-item .milestone-title{font-size:1.125rem;font-weight:600;color:var(--dynamic-text);margin:0 0 12px 0}.page-history .history-milestones .milestone-grid .milestone-item .milestone-desc{font-size:.875rem;color:var(--color-text-secondary);margin:0;line-height:1.6}.page-history .history-leaders{margin-bottom:48px}.page-history .history-leaders .leaders-header{text-align:center;margin-bottom:32px}.page-history .history-leaders .leaders-header .leaders-title{font-size:1.75rem;font-weight:700;color:var(--dynamic-text);margin:0 0 16px 0}.page-history .history-leaders .leaders-header .leaders-subtitle{font-size:1rem;color:var(--color-text-secondary);margin:0 auto;max-width:600px}.page-history .history-leaders .leaders-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (min-width:576px) and (max-width:767.98px),(min-width:768px) and (max-width:991.98px){.page-history .history-leaders .leaders-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:576px) and (max-width:767.98px){.page-history .history-leaders .leaders-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.page-history .history-leaders .leaders-grid{grid-template-columns:1fr}}.page-history .history-stories{margin-bottom:48px}.page-history .history-stories .story-item{display:flex;gap:32px;margin-bottom:40px}.page-history .history-stories .story-item:last-child{margin-bottom:0}.page-history .history-stories .story-item .story-image{flex:0 0 40%;border-radius:12px;overflow:hidden}.page-history .history-stories .story-item .story-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.page-history .history-stories .story-item .story-content{flex:1}.page-history .history-stories .story-item .story-content .story-year{font-size:.875rem;font-weight:500;color:var(--dynamic-primary);margin:0 0 8px 0}.page-history .history-stories .story-item .story-content .story-title{font-size:1.5rem;font-weight:700;color:var(--dynamic-text);margin:0 0 16px 0}.page-history .history-stories .story-item .story-content .story-desc{font-size:1rem;color:var(--color-text-secondary);margin:0 0 20px 0;line-height:1.6}.page-history .history-stories .story-item .story-content .story-link{display:inline-flex;align-items:center;color:var(--dynamic-primary);font-size:.875rem;font-weight:500;text-decoration:none}.page-history .history-stories .story-item .story-content .story-link .icon{margin-left:8px;transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.page-history .history-stories .story-item .story-content .story-link:hover .icon{transform:translateX(4px)}.page-history .history-stories .story-item:nth-child(even){flex-direction:row-reverse}@media (max-width:575.98px){.page-history .history-stories .story-item{flex-direction:column}.page-history .history-stories .story-item:nth-child(even){flex-direction:column}.page-history .history-stories .story-item .story-image{flex:0 0 auto;height:200px}}.page-history .history-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:48px}@media (min-width:576px) and (max-width:767.98px),(min-width:768px) and (max-width:991.98px){.page-history .history-stats{grid-template-columns:repeat(2,1fr)}}@media (min-width:576px) and (max-width:767.98px){.page-history .history-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.page-history .history-stats{grid-template-columns:1fr}}.page-history .history-stats .stat-item{background-color:var(--color-background);border-radius:12px;padding:24px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important}.page-history .history-stats .stat-item .stat-value{font-size:2.5rem;font-weight:700;color:var(--dynamic-primary);margin:0 0 8px 0;line-height:1}.page-history .history-stats .stat-item .stat-label{font-size:1rem;color:var(--color-text-secondary);margin:0}.page-history-sidebar{display:flex;gap:40px}.page-history-sidebar .history-main{flex:1}.page-history-sidebar .history-sidebar{flex:0 0 300px}.page-history-sidebar .history-sidebar .sidebar-widget{background-color:var(--color-background);border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important}.page-history-sidebar .history-sidebar .sidebar-widget:last-child{margin-bottom:0}.page-history-sidebar .history-sidebar .sidebar-widget .widget-title{font-size:1.125rem;font-weight:600;color:var(--dynamic-text);margin:0 0 16px 0;padding-bottom:12px;border-bottom:1px solid var(--color-border)}.page-history-sidebar .history-sidebar .widget-years .years-list{list-style:none;padding:0;margin:0}.page-history-sidebar .history-sidebar .widget-years .years-list .year-item{margin-bottom:8px}.page-history-sidebar .history-sidebar .widget-years .years-list .year-item:last-child{margin-bottom:0}.page-history-sidebar .history-sidebar .widget-years .years-list .year-item a{display:block;padding:8px 12px;color:var(--color-text-secondary);text-decoration:none;border-radius:6px;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.page-history-sidebar .history-sidebar .widget-years .years-list .year-item a:hover{background-color:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary)}.page-history-sidebar .history-sidebar .widget-years .years-list .year-item a.active{background-color:var(--dynamic-primary);color:#fff}@media (min-width:576px) and (max-width:767.98px),(min-width:768px) and (max-width:991.98px){.page-history-sidebar{flex-direction:column}.page-history-sidebar .history-sidebar{flex:0 0 auto;width:100%}}@media (min-width:576px) and (max-width:767.98px){.page-history-sidebar{flex-direction:column}.page-history-sidebar .history-sidebar{flex:0 0 auto;width:100%}}.page-history-dark{background-color:var(--color-surface);border-radius:16px;padding:48px}@media (max-width:575.98px){.page-history-dark{padding:32px 24px}}.page-history-bg{position:relative}.page-history-bg::before{content:'';position:absolute;top:0;left:0;width:100%;height:400px;background-color:var(--dynamic-primary);opacity:.05;z-index:-1}.archives-page{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;padding-top:32px;padding-bottom:48px}@media (min-width:576px){.archives-page{max-width:540px}}@media (min-width:768px){.archives-page{max-width:720px}}@media (min-width:992px){.archives-page{max-width:960px}}@media (min-width:1200px){.archives-page{max-width:1140px}}@media (min-width:1400px){.archives-page{max-width:1320px}}@media (min-width:576px){.archives-page{max-width:540px}}@media (min-width:768px){.archives-page{max-width:720px}}@media (min-width:992px){.archives-page{max-width:960px}}@media (min-width:1200px){.archives-page{max-width:1140px}}@media (min-width:1400px){.archives-page{max-width:1320px}}.archives-page .archives-header{margin-bottom:40px;text-align:center}.archives-page .archives-header .page-title{font-size:2.5rem;font-weight:800;color:var(--dynamic-text);margin:0 0 16px 0}@media (max-width:575.98px){.archives-page .archives-header .page-title{font-size:2rem}}.archives-page .archives-header .page-subtitle{font-size:1.25rem;color:var(--color-text-secondary);margin:0 auto;max-width:700px}@media (max-width:575.98px){.archives-page .archives-header .page-subtitle{font-size:1rem}}.archives-page .archives-content{max-width:1000px;margin:0 auto}.archives-page .archives-filters{margin-bottom:32px;padding:24px;background-color:var(--color-surface);border-radius:12px}.archives-page .archives-filters .filters-title{font-size:1.125rem;font-weight:600;color:var(--dynamic-text);margin:0 0 16px 0}.archives-page .archives-filters .filter-group{margin-bottom:16px}.archives-page .archives-filters .filter-group:last-child{margin-bottom:0}.archives-page .archives-filters .filter-group .group-title{font-size:.875rem;font-weight:500;color:var(--color-text-secondary);margin:0 0 12px 0}.archives-page .archives-filters .filter-group .group-content{display:flex;flex-wrap:wrap;gap:8px}.archives-page .archives-filters .filter-group .group-content .filter-item{display:inline-block;padding:6px 16px;font-size:.875rem;color:var(--color-text-secondary);background-color:var(--color-background);border-radius:20px;cursor:pointer;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.archives-page .archives-filters .filter-group .group-content .filter-item:hover{background-color:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary)}.archives-page .archives-filters .filter-group .group-content .filter-item.active{background-color:var(--dynamic-primary);color:#fff}.archives-page .archives-filters .filter-actions{display:flex;justify-content:flex-end;margin-top:16px}.archives-page .archives-filters .filter-actions .filter-reset{padding:6px 16px;font-size:.875rem;color:var(--color-text-secondary);background-color:var(--color-background);border:none;border-radius:20px;cursor:pointer;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.archives-page .archives-filters .filter-actions .filter-reset:hover{background-color:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary)}.archives-page .archives-timeline{position:relative;padding-left:32px}.archives-page .archives-timeline::before{content:'';position:absolute;top:0;left:0;height:100%;width:2px;background-color:var(--color-border)}.archives-page .archives-timeline .archive-year{position:relative;margin-bottom:32px}.archives-page .archives-timeline .archive-year:last-child{margin-bottom:0}.archives-page .archives-timeline .archive-year::before{content:'';position:absolute;top:8px;left:-32px;width:16px;height:16px;border-radius:50%;background-color:var(--dynamic-primary);border:3px solid #fff;box-shadow:0 0 0 2px var(--dynamic-primary);z-index:1}.archives-page .archives-timeline .archive-year .year-title{font-size:1.5rem;font-weight:700;color:var(--dynamic-text);margin:0 0 24px 0}.archives-page .archives-timeline .archive-year .archive-month{margin-bottom:24px}.archives-page .archives-timeline .archive-year .archive-month:last-child{margin-bottom:0}.archives-page .archives-timeline .archive-year .archive-month .month-title{font-size:1.125rem;font-weight:600;color:var(--dynamic-text);margin:0 0 16px 0;position:relative}.archives-page .archives-timeline .archive-year .archive-month .month-title::before{content:'';position:absolute;top:8px;left:-28px;width:8px;height:8px;border-radius:50%;background-color:var(--dynamic-primary);opacity:.6}.archives-page .archives-timeline .archive-year .archive-month .post-list .post-item{position:relative;margin-bottom:16px;padding-bottom:16px;border-bottom:1px dashed var(--color-border)}.archives-page .archives-timeline .archive-year .archive-month .post-list .post-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.archives-page .archives-timeline .archive-year .archive-month .post-list .post-item::before{content:'';position:absolute;top:8px;left:-24px;width:4px;height:4px;border-radius:50%;background-color:var(--color-text-tertiary)}.archives-page .archives-timeline .archive-year .archive-month .post-list .post-item .post-date{font-size:.875rem;color:var(--color-text-tertiary);margin-right:16px}.archives-page .archives-timeline .archive-year .archive-month .post-list .post-item .post-title{font-size:1rem;font-weight:500;margin:0}.archives-page .archives-timeline .archive-year .archive-month .post-list .post-item .post-title a{color:var(--color-text-primary);text-decoration:none;transition-property:color;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.archives-page .archives-timeline .archive-year .archive-month .post-list .post-item .post-title a:hover{color:var(--dynamic-primary)}.archives-page .archives-timeline .archive-year .archive-month .post-list .post-item .post-meta{display:flex;align-items:center;margin-top:8px;font-size:.75rem;color:var(--color-text-tertiary)}.archives-page .archives-timeline .archive-year .archive-month .post-list .post-item .post-meta .meta-item{display:flex;align-items:center;margin-right:16px}.archives-page .archives-timeline .archive-year .archive-month .post-list .post-item .post-meta .meta-item:last-child{margin-right:0}.archives-page .archives-timeline .archive-year .archive-month .post-list .post-item .post-meta .meta-item .icon{margin-right:4px;font-size:.875rem}.archives-page .archives-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (min-width:576px) and (max-width:767.98px),(min-width:768px) and (max-width:991.98px){.archives-page .archives-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:576px) and (max-width:767.98px){.archives-page .archives-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.archives-page .archives-grid{grid-template-columns:1fr}}.archives-page .archives-grid .post-card{background-color:var(--color-background);border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important;transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.archives-page .archives-grid .post-card:hover{transform:translateY(-5px);box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08)}.archives-page .archives-grid .post-card .card-image{position:relative;padding-top:56.25%;overflow:hidden}.archives-page .archives-grid .post-card .card-image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.archives-page .archives-grid .post-card .card-image .card-category{position:absolute;top:16px;left:16px;padding:4px 12px;background-color:rgba(0,0,0,.6);color:#fff;font-size:.75rem;border-radius:20px;z-index:1}.archives-page .archives-grid .post-card .card-content{padding:20px}.archives-page .archives-grid .post-card .card-content .card-title{font-size:1.125rem;font-weight:600;margin:0 0 12px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.archives-page .archives-grid .post-card .card-content .card-title a{color:var(--dynamic-text);text-decoration:none;transition-property:color;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.archives-page .archives-grid .post-card .card-content .card-title a:hover{color:var(--dynamic-primary)}.archives-page .archives-grid .post-card .card-content .card-excerpt{font-size:.875rem;color:var(--color-text-secondary);margin:0 0 16px 0;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.archives-page .archives-grid .post-card .card-content .card-meta{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:var(--color-text-tertiary)}.archives-page .archives-grid .post-card .card-content .card-meta .meta-left{display:flex;align-items:center}.archives-page .archives-grid .post-card .card-content .card-meta .meta-left .meta-item{display:flex;align-items:center;margin-right:12px}.archives-page .archives-grid .post-card .card-content .card-meta .meta-left .meta-item:last-child{margin-right:0}.archives-page .archives-grid .post-card .card-content .card-meta .meta-left .meta-item .icon{margin-right:4px;font-size:.875rem}.archives-page .archives-grid .post-card .card-content .card-meta .meta-date{white-space:nowrap}.archives-page .archives-grid .post-card:hover .card-image img{transform:scale(1.05)}.archives-page .archives-list .post-item{display:flex;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--color-border)}.archives-page .archives-list .post-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.archives-page .archives-list .post-item .post-image{flex:0 0 200px;margin-right:24px;border-radius:8px;overflow:hidden}.archives-page .archives-list .post-item .post-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}@media (max-width:575.98px){.archives-page .archives-list .post-item .post-image{flex:0 0 100px;margin-right:16px}}.archives-page .archives-list .post-item .post-content{flex:1;min-width:0}.archives-page .archives-list .post-item .post-content .post-title{font-size:1.25rem;font-weight:600;margin:0 0 12px 0}.archives-page .archives-list .post-item .post-content .post-title a{color:var(--dynamic-text);text-decoration:none;transition-property:color;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.archives-page .archives-list .post-item .post-content .post-title a:hover{color:var(--dynamic-primary)}@media (max-width:575.98px){.archives-page .archives-list .post-item .post-content .post-title{font-size:1rem;margin-bottom:8px}}.archives-page .archives-list .post-item .post-content .post-excerpt{font-size:.875rem;color:var(--color-text-secondary);margin:0 0 16px 0;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width:575.98px){.archives-page .archives-list .post-item .post-content .post-excerpt{font-size:.75rem;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.archives-page .archives-list .post-item .post-content .post-meta{display:flex;align-items:center;flex-wrap:wrap;gap:16px;font-size:.75rem;color:var(--color-text-tertiary)}.archives-page .archives-list .post-item .post-content .post-meta .meta-item{display:flex;align-items:center}.archives-page .archives-list .post-item .post-content .post-meta .meta-item .icon{margin-right:4px;font-size:.875rem}@media (max-width:575.98px){.archives-page .archives-list .post-item .post-content .post-meta{gap:8px}}.archives-page .archives-list .post-item:hover .post-image img{transform:scale(1.05)}@media (max-width:575.98px){.archives-page .archives-list .post-item{align-items:center}}.archives-page .archives-pagination{margin-top:40px}.archives-with-sidebar{display:flex;gap:40px}.archives-with-sidebar .archives-main{flex:1}.archives-with-sidebar .archives-sidebar{flex:0 0 300px}.archives-with-sidebar .archives-sidebar .sidebar-widget{background-color:var(--color-background);border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important}.archives-with-sidebar .archives-sidebar .sidebar-widget:last-child{margin-bottom:0}.archives-with-sidebar .archives-sidebar .sidebar-widget .widget-title{font-size:1.125rem;font-weight:600;color:var(--dynamic-text);margin:0 0 16px 0;padding-bottom:12px;border-bottom:1px solid var(--color-border)}.archives-with-sidebar .archives-sidebar .widget-archives .widget-list,.archives-with-sidebar .archives-sidebar .widget-categories .widget-list,.archives-with-sidebar .archives-sidebar .widget-tags .widget-list{list-style:none;padding:0;margin:0}.archives-with-sidebar .archives-sidebar .widget-archives .widget-list .widget-item,.archives-with-sidebar .archives-sidebar .widget-categories .widget-list .widget-item,.archives-with-sidebar .archives-sidebar .widget-tags .widget-list .widget-item{margin-bottom:8px}.archives-with-sidebar .archives-sidebar .widget-archives .widget-list .widget-item:last-child,.archives-with-sidebar .archives-sidebar .widget-categories .widget-list .widget-item:last-child,.archives-with-sidebar .archives-sidebar .widget-tags .widget-list .widget-item:last-child{margin-bottom:0}.archives-with-sidebar .archives-sidebar .widget-archives .widget-list .widget-item a,.archives-with-sidebar .archives-sidebar .widget-categories .widget-list .widget-item a,.archives-with-sidebar .archives-sidebar .widget-tags .widget-list .widget-item a{display:flex;align-items:center;justify-content:space-between;padding:8px 0;color:var(--color-text-secondary);text-decoration:none;transition-property:color;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.archives-with-sidebar .archives-sidebar .widget-archives .widget-list .widget-item a:hover,.archives-with-sidebar .archives-sidebar .widget-categories .widget-list .widget-item a:hover,.archives-with-sidebar .archives-sidebar .widget-tags .widget-list .widget-item a:hover{color:var(--dynamic-primary)}.archives-with-sidebar .archives-sidebar .widget-archives .widget-list .widget-item a .item-count,.archives-with-sidebar .archives-sidebar .widget-categories .widget-list .widget-item a .item-count,.archives-with-sidebar .archives-sidebar .widget-tags .widget-list .widget-item a .item-count{font-size:.75rem;color:var(--color-text-tertiary);background-color:var(--color-surface);padding:2px 8px;border-radius:10px;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.archives-with-sidebar .archives-sidebar .widget-archives .widget-list .widget-item a:hover .item-count,.archives-with-sidebar .archives-sidebar .widget-categories .widget-list .widget-item a:hover .item-count,.archives-with-sidebar .archives-sidebar .widget-tags .widget-list .widget-item a:hover .item-count{background-color:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary)}.archives-with-sidebar .archives-sidebar .widget-tags .tag-cloud{display:flex;flex-wrap:wrap;gap:8px}.archives-with-sidebar .archives-sidebar .widget-tags .tag-cloud .tag-item{display:inline-block;padding:4px 12px;font-size:.75rem;color:var(--color-text-secondary);background-color:var(--color-surface);border-radius:16px;text-decoration:none;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.archives-with-sidebar .archives-sidebar .widget-tags .tag-cloud .tag-item:hover{background-color:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary)}.archives-with-sidebar .archives-sidebar .widget-recent-posts .recent-post{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid var(--color-border)}.archives-with-sidebar .archives-sidebar .widget-recent-posts .recent-post:first-child{padding-top:0}.archives-with-sidebar .archives-sidebar .widget-recent-posts .recent-post:last-child{padding-bottom:0;border-bottom:none}.archives-with-sidebar .archives-sidebar .widget-recent-posts .recent-post .post-image{flex:0 0 60px;height:60px;margin-right:12px;border-radius:4px;overflow:hidden}.archives-with-sidebar .archives-sidebar .widget-recent-posts .recent-post .post-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.archives-with-sidebar .archives-sidebar .widget-recent-posts .recent-post .post-info{flex:1;min-width:0}.archives-with-sidebar .archives-sidebar .widget-recent-posts .recent-post .post-info .post-title{font-size:.875rem;font-weight:500;margin:0 0 4px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.archives-with-sidebar .archives-sidebar .widget-recent-posts .recent-post .post-info .post-title a{color:var(--color-text-primary);text-decoration:none;transition-property:color;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.archives-with-sidebar .archives-sidebar .widget-recent-posts .recent-post .post-info .post-title a:hover{color:var(--dynamic-primary)}.archives-with-sidebar .archives-sidebar .widget-recent-posts .recent-post .post-info .post-date{font-size:.75rem;color:var(--color-text-tertiary)}@media (min-width:576px) and (max-width:767.98px),(min-width:768px) and (max-width:991.98px){.archives-with-sidebar{flex-direction:column}.archives-with-sidebar .archives-sidebar{flex:0 0 auto;width:100%}}@media (min-width:576px) and (max-width:767.98px){.archives-with-sidebar{flex-direction:column}.archives-with-sidebar .archives-sidebar{flex:0 0 auto;width:100%}}.archives-compact .archives-timeline .archive-year{margin-bottom:24px}.archives-compact .archives-timeline .archive-year .year-title{font-size:1.25rem;margin-bottom:16px}.archives-compact .archives-timeline .archive-year .archive-month{margin-bottom:16px}.archives-compact .archives-timeline .archive-year .archive-month .month-title{font-size:1rem;margin-bottom:12px}.archives-compact .archives-timeline .archive-year .archive-month .post-list .post-item{margin-bottom:8px;padding-bottom:8px}.archives-compact .archives-timeline .archive-year .archive-month .post-list .post-item .post-title{font-size:.875rem}.archives-cards .archive-year{margin-bottom:32px}.archives-cards .archive-year:last-child{margin-bottom:0}.archives-cards .archive-year .year-title{font-size:1.5rem;font-weight:700;color:var(--dynamic-text);margin:0 0 24px 0;padding-bottom:8px;border-bottom:2px solid var(--dynamic-primary)}.archives-cards .archive-year .posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (min-width:576px) and (max-width:767.98px),(min-width:768px) and (max-width:991.98px){.archives-cards .archive-year .posts-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:576px) and (max-width:767.98px){.archives-cards .archive-year .posts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.archives-cards .archive-year .posts-grid{grid-template-columns:1fr}}.category-page .main-content{padding:2rem 0}@media (max-width:575.98px){.category-page .main-content{padding:1.5rem 0}}.category-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;max-width:1200px}@media (min-width:576px){.category-container{max-width:540px}}@media (min-width:768px){.category-container{max-width:720px}}@media (min-width:992px){.category-container{max-width:960px}}@media (min-width:1200px){.category-container{max-width:1140px}}@media (min-width:1400px){.category-container{max-width:1320px}}@media (min-width:576px){.category-container{max-width:540px}}@media (min-width:768px){.category-container{max-width:720px}}@media (min-width:992px){.category-container{max-width:960px}}@media (min-width:1200px){.category-container{max-width:1140px}}@media (min-width:1400px){.category-container{max-width:1320px}}.category-header{text-align:center;margin-bottom:2rem;padding:2rem 0;background:linear-gradient(135deg,var(--bg-color-light) 0,rgba(255,255,255,.8) 100%);border-radius:8px;position:relative;overflow:hidden}.category-header::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,123,255,.05) 0,transparent 70%);animation:float 6s ease-in-out infinite}.category-header .category-title{font-size:2.5rem;font-weight:700;color:var(--text-color);margin-bottom:1rem;position:relative;z-index:1}.category-header .category-title::after{content:'';position:absolute;bottom:-10px;left:50%;width:60px;height:4px;background:linear-gradient(90deg,var(--primary-color),#66b0ff);transform:translateX(-50%);border-radius:2px}@media (max-width:991.98px){.category-header .category-title{font-size:2rem}}@media (max-width:575.98px){.category-header .category-title{font-size:1.75rem}}.category-header .category-subtitle{font-size:1.125rem;color:var(--text-color-secondary);margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6;position:relative;z-index:1}@media (max-width:575.98px){.category-header .category-subtitle{font-size:1rem}}.category-header .category-meta{display:inline-flex;align-items:center;background:rgba(255,255,255,.9);padding:.5rem 1rem;border-radius:8px;font-size:.9rem;color:var(--text-color-light);box-shadow:var(--shadow-sm);position:relative;z-index:1}.category-header .category-meta span{color:var(--primary-color);font-weight:600;margin:0 4px}.category-header .category-meta::before{content:'📁';margin-right:.25rem}@media (max-width:575.98px){.category-header{padding:1.5rem 1rem;margin-bottom:1.5rem}}.category-content{position:relative}.no-posts{text-align:center;padding:2rem 0}.no-posts .no-posts-icon{font-size:4rem;color:var(--text-color-light);margin-bottom:1.5rem;opacity:.6}.no-posts .no-posts-title{font-size:1.5rem;font-weight:600;color:var(--text-color-secondary);margin-bottom:1rem}.no-posts .no-posts-desc{color:var(--text-color-light);font-size:1rem}.post-list{display:grid;gap:2rem}.post-item{background:var(--bg-color);border-radius:8px;overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease;position:relative;animation:fadeInUp .6s ease forwards;opacity:0;transform:translateY(20px)}.post-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.post-item .post-image{position:relative;overflow:hidden;height:240px}.post-item .post-image a{display:block;height:100%}.post-item .post-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.post-item .post-image:hover img{transform:scale(1.05)}.post-item .post-image::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0,rgba(0,0,0,.1) 100%);opacity:0;transition:opacity .3s ease}.post-item .post-image:hover::after{opacity:1}@media (max-width:575.98px){.post-item .post-image{height:200px}}.post-item .post-content{padding:1.5rem}@media (max-width:575.98px){.post-item .post-content{padding:1rem}}.post-item .post-title{margin-bottom:1rem}.post-item .post-title a{font-size:1.375rem;font-weight:600;color:var(--text-color);text-decoration:none;line-height:1.4;display:block;transition:color .2s ease}.post-item .post-title a:hover{color:var(--primary-color);text-decoration:none}@media (max-width:575.98px){.post-item .post-title a{font-size:1.25rem}}.post-item .post-excerpt{margin-bottom:1.5rem}.post-item .post-excerpt p{color:var(--text-color-secondary);line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-item .post-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color-light)}.post-item .post-meta .meta-item{display:flex;align-items:center;font-size:.875rem;color:var(--text-color-light)}.post-item .post-meta .meta-item i{margin-right:.25rem;font-size:.8rem}.post-item .post-meta .meta-item.meta-author{color:var(--text-color-secondary);font-weight:500}.post-item .post-meta .meta-item.meta-date::before{content:'📅';margin-right:.25rem}.post-item .post-meta .meta-item.meta-views::before{content:'👁️';margin-right:.25rem}.post-item .post-meta .meta-item.meta-comments::before{content:'💬';margin-right:.25rem}@media (max-width:575.98px){.post-item .post-meta{gap:.5rem}.post-item .post-meta .meta-item{font-size:.8rem}}.post-item .post-tags{display:flex;flex-wrap:wrap;gap:.25rem}.post-item .post-tags .post-tag{display:inline-block;padding:.25rem .5rem;background:var(--bg-color-light);color:var(--text-color-secondary);font-size:.8rem;border-radius:2px;text-decoration:none;transition:all .2s ease}.post-item .post-tags .post-tag:hover{background:var(--primary-color);color:#fff;text-decoration:none;transform:translateY(-1px)}.post-item:nth-child(1){animation-delay:0s}.post-item:nth-child(2){animation-delay:.1s}.post-item:nth-child(3){animation-delay:.2s}.post-item:nth-child(4){animation-delay:.3s}.post-item:nth-child(5){animation-delay:.4s}.post-item:nth-child(6){animation-delay:.5s}.post-item:nth-child(7){animation-delay:.6s}.post-item:nth-child(8){animation-delay:.7s}.post-item:nth-child(9){animation-delay:.8s}.post-item:nth-child(10){animation-delay:.9s}.pagination{margin-top:2rem;display:flex;justify-content:center}.pagination .pagination-list{display:flex;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0}.pagination .pagination-list .pagination-item a,.pagination .pagination-list .pagination-item span{display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:.5rem 1rem;border-radius:4px;text-decoration:none;font-weight:500;transition:all .2s ease;border:1px solid var(--border-color);background:var(--bg-color);color:var(--text-color-secondary)}.pagination .pagination-list .pagination-item a i,.pagination .pagination-list .pagination-item span i{font-size:.875rem}.pagination .pagination-list .pagination-item a:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.pagination .pagination-list .pagination-item.active span{background:var(--primary-color);color:#fff;border-color:var(--primary-color);box-shadow:var(--shadow-sm)}.pagination .pagination-list .pagination-item.disabled span{opacity:.5;cursor:not-allowed;background:var(--bg-color-light);border-color:var(--border-color-light)}.pagination .pagination-list .pagination-item.pagination-next a,.pagination .pagination-list .pagination-item.pagination-next span,.pagination .pagination-list .pagination-item.pagination-prev a,.pagination .pagination-list .pagination-item.pagination-prev span{padding:.5rem 1rem}@media (max-width:575.98px){.pagination .pagination-list .pagination-item.pagination-next a span,.pagination .pagination-list .pagination-item.pagination-next span span,.pagination .pagination-list .pagination-item.pagination-prev a span,.pagination .pagination-list .pagination-item.pagination-prev span span{display:none}}@media (max-width:575.98px){.pagination .pagination-list{gap:.25rem/2}.pagination .pagination-list .pagination-item a,.pagination .pagination-list .pagination-item span{min-width:36px;height:36px;padding:.25rem;font-size:.875rem}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(2deg)}}@media (min-width:992px){.post-item{display:grid;grid-template-columns:300px 1fr;gap:0}.post-item .post-image{height:auto;min-height:200px}.post-item .post-content{display:flex;flex-direction:column;justify-content:space-between}}@media (max-width:991.98px){.category-header .category-title{font-size:1.875rem}.post-item .post-title a{font-size:1.25rem}}@media (max-width:575.98px){.category-container{padding:0 1rem}.post-list{gap:1.5rem}.pagination{margin-top:1.5rem}}[data-theme=dark] .category-header{background:linear-gradient(135deg,var(--bg-color-dark) 0,rgba(0,0,0,.8) 100%)}[data-theme=dark] .category-header::before{background:radial-gradient(circle,rgba(0,123,255,.1) 0,transparent 70%)}[data-theme=dark] .category-meta{background:rgba(0,0,0,.3)}[data-theme=dark] .post-item{background:var(--bg-color-dark);border:1px solid var(--border-color-dark)}[data-theme=dark] .post-tags .post-tag{background:var(--bg-color-dark);border:1px solid var(--border-color-dark)}[data-theme=dark] .post-tags .post-tag:hover{background:var(--primary-color);border-color:var(--primary-color)}.links-page .main-content{padding-top:2rem;padding-bottom:4rem}@media (min-width:992px){.links-page .main-content{padding-top:3rem;padding-bottom:6rem}}.page-header{text-align:center;margin-bottom:3rem}@media (min-width:992px){.page-header{margin-bottom:4rem}}.page-header .page-header-content{max-width:600px;margin:0 auto}.page-header .page-title{font-size:2.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1rem;letter-spacing:-.02em}@media (max-width:991.98px){.page-header .page-title{font-size:2rem}}.page-header .page-subtitle{font-size:1.125rem;color:var(--color-text-secondary);margin:0;line-height:1.6}.links-container{margin-bottom:4rem}.empty-state{text-align:center;padding:4rem 2rem}.empty-state .empty-icon{margin-bottom:1.5rem;color:var(--color-text-tertiary)}.empty-state .empty-title{font-size:1.5rem;font-weight:600;color:var(--color-text-secondary);margin-bottom:.5rem}.empty-state .empty-description{color:var(--color-text-tertiary);margin:0;line-height:1.6}.links-groups .link-group{margin-bottom:3rem}.links-groups .link-group:last-child{margin-bottom:0}.group-header{margin-bottom:2rem}.group-header .group-title{font-size:1.75rem;font-weight:600;color:var(--color-text-primary);margin-bottom:1rem;display:flex;align-items:center;gap:1rem}@media (max-width:991.98px){.group-header .group-title{font-size:1.5rem}}.group-header .group-title::before{content:'';width:4px;height:1.5rem;background:linear-gradient(135deg,var(--dynamic-primary),var(--dynamic-secondary));border-radius:2px;flex-shrink:0}.group-header .group-divider{height:1px;background:linear-gradient(90deg,var(--color-border),transparent)}.links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width:1199.98px){.links-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:991.98px){.links-grid{grid-template-columns:1fr;gap:1rem}}.link-card{display:flex;align-items:center;padding:1.5rem;background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;text-decoration:none;color:inherit;transition:all .3s ease;position:relative;overflow:hidden}.link-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--dynamic-primary),var(--dynamic-secondary));transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.link-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--dynamic-primary)}.link-card:hover::before{transform:scaleX(1)}.link-card:hover .link-avatar img{transform:scale(1.1)}.link-card:hover .link-name{color:var(--dynamic-primary)}.link-card:hover .link-icon{opacity:1;transform:translateX(0)}.link-card:active{transform:translateY(-2px)}.link-avatar{flex-shrink:0;width:48px;height:48px;margin-right:1rem;border-radius:8px;overflow:hidden;background-color:var(--color-background);border:1px solid var(--color-border)}.link-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.link-info{flex:1;min-width:0}.link-info .link-name{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin:0 0 .25rem 0;line-height:1.4;transition:color .3s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.link-info .link-description{font-size:.875rem;color:var(--color-text-secondary);margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.link-icon{flex-shrink:0;margin-left:.75rem;color:var(--color-text-tertiary);opacity:0;transform:translateX(-8px);transition:all .3s ease}.group-empty{text-align:center;padding:2rem;color:var(--color-text-tertiary);font-style:italic}.links-exchange-container{margin-top:4rem}.links-exchange-container .links-exchange-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:20px;padding:0;position:relative;overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease}.links-exchange-container .links-exchange-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:var(--dynamic-primary)}@media (max-width:991.98px){.links-exchange-container .links-exchange-card{border-radius:16px}}.links-exchange-container .exchange-custom-card .exchange-header{background:var(--color-surface);padding:2rem 2rem 0 2rem;margin:0;border-radius:20px 20px 0 0;border-bottom:1px solid var(--color-border)}.links-exchange-container .exchange-custom-card .exchange-header .exchange-title{font-size:1.75rem;font-weight:700;color:var(--color-text-primary);margin:0;letter-spacing:-.02em}@media (max-width:991.98px){.links-exchange-container .exchange-custom-card .exchange-header{padding:1.5rem 1.5rem 0 1.5rem;border-radius:16px 16px 0 0}.links-exchange-container .exchange-custom-card .exchange-header .exchange-title{font-size:1.5rem}}.links-exchange-container .exchange-custom-card .exchange-content{padding:2rem}@media (max-width:991.98px){.links-exchange-container .exchange-custom-card .exchange-content{padding:1.5rem}}.links-exchange-container .exchange-content{color:var(--color-text-secondary);line-height:1.6}.links-exchange-container .exchange-content p{margin:0 0 1rem 0}.links-exchange-container .exchange-content p:last-child{margin-bottom:0}.links-exchange-container .exchange-content .exchange-additional-info h1,.links-exchange-container .exchange-content .exchange-additional-info h2,.links-exchange-container .exchange-content .exchange-additional-info h3,.links-exchange-container .exchange-content .exchange-additional-info h4,.links-exchange-container .exchange-content .exchange-additional-info h5,.links-exchange-container .exchange-content .exchange-additional-info h6{color:var(--color-text-primary);margin:1.5rem 0 .75rem 0}.links-exchange-container .exchange-content .exchange-additional-info h1:first-child,.links-exchange-container .exchange-content .exchange-additional-info h2:first-child,.links-exchange-container .exchange-content .exchange-additional-info h3:first-child,.links-exchange-container .exchange-content .exchange-additional-info h4:first-child,.links-exchange-container .exchange-content .exchange-additional-info h5:first-child,.links-exchange-container .exchange-content .exchange-additional-info h6:first-child{margin-top:0}.links-exchange-container .exchange-content .exchange-additional-info ol,.links-exchange-container .exchange-content .exchange-additional-info ul{margin:1rem 0;padding-left:1.5rem}.links-exchange-container .exchange-content .exchange-additional-info ol li,.links-exchange-container .exchange-content .exchange-additional-info ul li{margin-bottom:.5rem}.links-exchange-container .exchange-content .exchange-additional-info ol li:last-child,.links-exchange-container .exchange-content .exchange-additional-info ul li:last-child{margin-bottom:0}.links-exchange-container .exchange-content .exchange-additional-info a{color:var(--dynamic-primary);text-decoration:none}.links-exchange-container .exchange-content .exchange-additional-info a:hover{text-decoration:underline}.links-exchange-container .exchange-content .exchange-additional-info code{background-color:var(--color-background);padding:.2em .4em;border-radius:4px;font-size:.875em;border:1px solid var(--color-border)}.links-exchange-container .exchange-content .exchange-additional-info blockquote{margin:1.5rem 0;padding:1rem 1.5rem;background-color:var(--color-background);border-left:4px solid var(--dynamic-primary);border-radius:0 8px 8px 0}.links-exchange-container .exchange-content .exchange-additional-info blockquote p{margin:0}.links-exchange-container .exchange-content .exchange-default-info p{color:var(--color-text-tertiary);font-style:italic}.links-exchange-container .exchange-content .exchange-info{margin:1.5rem 0}.links-exchange-container .exchange-content .exchange-info h4{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin:0 0 .75rem 0}.links-exchange-container .exchange-content .exchange-info ul{margin:0;padding-left:1.5rem}.links-exchange-container .exchange-content .exchange-info ul li{margin-bottom:.5rem}.links-exchange-container .exchange-content .exchange-info ul li:last-child{margin-bottom:0}.links-exchange-container .exchange-content .exchange-info ul li strong{color:var(--color-text-primary)}.links-notice{margin-top:4rem}.links-notice .notice-card{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;padding:2rem;position:relative;overflow:hidden}.links-notice .notice-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--dynamic-primary),var(--dynamic-secondary))}@media (max-width:991.98px){.links-notice .notice-card{padding:1.5rem}}.links-notice .notice-header{display:flex;align-items:center;margin-bottom:1.5rem}.links-notice .notice-header .notice-icon{flex-shrink:0;width:48px;height:48px;background:linear-gradient(135deg,var(--dynamic-primary),var(--dynamic-secondary));border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;margin-right:1rem}.links-notice .notice-header .notice-title{font-size:1.5rem;font-weight:600;color:var(--color-text-primary);margin:0}.links-notice .notice-content{color:var(--color-text-secondary);line-height:1.6}.links-notice .notice-content p{margin:0 0 1rem 0}.links-notice .notice-content p:last-child{margin-bottom:0}.links-notice .notice-content .notice-requirements{margin:1.5rem 0}.links-notice .notice-content .notice-requirements h4{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin:0 0 .75rem 0}.links-notice .notice-content .notice-requirements ul{margin:0;padding-left:1.5rem}.links-notice .notice-content .notice-requirements ul li{margin-bottom:.5rem}.links-notice .notice-content .notice-requirements ul li:last-child{margin-bottom:0}.links-notice .notice-content .notice-contact{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.links-notice .notice-content .notice-contact .contact-methods{display:flex;gap:1rem;margin-top:.75rem;flex-wrap:wrap}.links-notice .notice-content .notice-contact .contact-methods .contact-item{display:inline-flex;align-items:center;padding:.5rem 1rem;background-color:var(--color-background);border:1px solid var(--color-border);border-radius:20px;font-size:.875rem;font-weight:500;color:var(--color-text-primary);transition:all .3s ease}.links-notice .notice-content .notice-contact .contact-methods .contact-item:hover{background-color:var(--dynamic-primary);border-color:var(--dynamic-primary);color:#fff;transform:translateY(-2px)}[data-theme=dark] .link-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.3)}[data-theme=dark] .notice-card::before{opacity:.8}@media (max-width:767.98px){.links-grid{grid-template-columns:1fr}.link-card{padding:1.25rem}.link-avatar{width:40px;height:40px}.notice-card{padding:1.25rem}.notice-header .notice-icon{width:40px;height:40px}.notice-header .notice-title{font-size:1.25rem}}.link-card{animation:fadeInUp .6s ease forwards}.link-card:nth-child(1){animation-delay:.1s}.link-card:nth-child(2){animation-delay:.2s}.link-card:nth-child(3){animation-delay:.3s}.link-card:nth-child(4){animation-delay:.4s}.link-card:nth-child(5){animation-delay:.5s}.link-card:nth-child(6){animation-delay:.6s}.link-card:nth-child(7){animation-delay:.7s}.link-card:nth-child(8){animation-delay:.8s}.link-card:nth-child(9){animation-delay:.9s}.link-card:nth-child(10){animation-delay:1s}.link-card:nth-child(11){animation-delay:1.1s}.link-card:nth-child(12){animation-delay:1.2s}.link-card:nth-child(13){animation-delay:1.3s}.link-card:nth-child(14){animation-delay:1.4s}.link-card:nth-child(15){animation-delay:1.5s}.link-card:nth-child(16){animation-delay:1.6s}.link-card:nth-child(17){animation-delay:1.7s}.link-card:nth-child(18){animation-delay:1.8s}.link-card:nth-child(19){animation-delay:1.9s}.link-card:nth-child(20){animation-delay:2s}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dm-header{background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:100}.dm-header__content{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;display:flex;align-items:center;justify-content:space-between;padding:1rem 0}@media (min-width:576px){.dm-header__content{max-width:540px}}@media (min-width:768px){.dm-header__content{max-width:720px}}@media (min-width:992px){.dm-header__content{max-width:960px}}@media (min-width:1200px){.dm-header__content{max-width:1140px}}@media (min-width:1400px){.dm-header__content{max-width:1320px}}@media (min-width:576px){.dm-header__content{max-width:540px}}@media (min-width:768px){.dm-header__content{max-width:720px}}@media (min-width:992px){.dm-header__content{max-width:960px}}@media (min-width:1200px){.dm-header__content{max-width:1140px}}@media (min-width:1400px){.dm-header__content{max-width:1320px}}.dm-header__logo{display:flex;align-items:center;gap:.75rem}.dm-header__logo img{width:32px;height:32px;border-radius:6px}.dm-header__logo a{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);text-decoration:none}.dm-header__logo a:hover{color:var(--dynamic-primary)}.dm-header__nav{display:flex;align-items:center;gap:1rem}.dm-header__button{width:40px;height:40px;border:none;background:var(--color-surface-variant);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.dm-header__button:hover{background:var(--dynamic-primary);color:#fff}.dm-header__button .theme-icon{width:20px;height:20px}.dm-header__button .theme-icon--light{display:block}[data-theme=dark] .dm-header__button .theme-icon--light{display:none}.dm-header__button .theme-icon--dark{display:none}[data-theme=dark] .dm-header__button .theme-icon--dark{display:block}.dm-main-content{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;padding:3rem 0 4rem}@media (min-width:576px){.dm-main-content{max-width:540px}}@media (min-width:768px){.dm-main-content{max-width:720px}}@media (min-width:992px){.dm-main-content{max-width:960px}}@media (min-width:1200px){.dm-main-content{max-width:1140px}}@media (min-width:1400px){.dm-main-content{max-width:1320px}}@media (min-width:576px){.dm-main-content{max-width:540px}}@media (min-width:768px){.dm-main-content{max-width:720px}}@media (min-width:992px){.dm-main-content{max-width:960px}}@media (min-width:1200px){.dm-main-content{max-width:1140px}}@media (min-width:1400px){.dm-main-content{max-width:1320px}}@media (max-width:991.98px){.dm-main-content{padding:2rem 0 3rem}}.dm-projects-header{text-align:center;margin-bottom:3rem}.dm-projects-header__title{font-size:2.5rem;font-weight:700;color:var(--color-text-primary);margin:0 0 1rem 0;letter-spacing:-.02em}@media (max-width:991.98px){.dm-projects-header__title{font-size:2rem}}.dm-projects-header__description{font-size:1.125rem;color:var(--color-text-secondary);margin:0;line-height:1.6}.dm-projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width:1024px){.dm-projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dm-projects-grid{grid-template-columns:1fr;gap:1.5rem}}.dm-project-card{display:block;background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.dm-project-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);border-color:#10b981}.dm-project-card__banner{padding:2.5rem 2rem;background:linear-gradient(135deg,#f0fdf4 0,#dcfce7 100%);display:flex;align-items:center;justify-content:center;min-height:140px;position:relative}.dm-project-card__banner::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(16,185,129,.05) 0,rgba(5,150,105,.08) 100%)}.dm-project-card__icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:16px;font-size:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);position:relative;z-index:1}.dm-project-card__icon img{width:48px;height:48px;border-radius:8px}.dm-project-card__content{padding:2rem;background:#fff}.dm-project-card__title{font-size:1.375rem;font-weight:700;color:#1f2937;margin:0 0 1rem 0;line-height:1.3;letter-spacing:-.025em}.dm-project-card__info{list-style:none;padding:0;margin:0 0 2rem 0}.dm-project-card__info li{font-size:.875rem;color:#6b7280;margin:.75rem 0;display:flex;align-items:center;line-height:1.5}.dm-project-card__info li:first-child{font-weight:600;color:#10b981;font-size:.9rem}.dm-project-card__info li::before{content:'';width:4px;height:4px;background:#d1d5db;border-radius:50%;margin-right:.75rem;flex-shrink:0}.dm-project-card__info li:first-child::before{background:#10b981;width:6px;height:6px}.dm-project-card__actions{display:flex;justify-content:center}.dm-project-card__button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;background:linear-gradient(135deg,#10b981 0,#059669 100%);color:#fff;border-radius:12px;font-size:.875rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px rgba(16,185,129,.3);text-transform:none;letter-spacing:.025em}.dm-project-card__button:hover{background:linear-gradient(135deg,#059669 0,#047857 100%);transform:translateY(-2px);box-shadow:0 8px 15px -3px rgba(16,185,129,.4)}.dm-project-card__button:active{transform:translateY(0)}[data-theme=dark] .dm-project-card{background:#1f2937;border-color:#374151}[data-theme=dark] .dm-project-card:hover{border-color:#10b981}[data-theme=dark] .dm-project-card__banner{background:linear-gradient(135deg,#064e3b 0,#065f46 100%)}[data-theme=dark] .dm-project-card__icon{background:#374151;box-shadow:0 4px 6px -1px rgba(0,0,0,.3)}[data-theme=dark] .dm-project-card__content{background:#1f2937}[data-theme=dark] .dm-project-card__title{color:#f9fafb}[data-theme=dark] .dm-project-card__info li{color:#9ca3af}[data-theme=dark] .dm-project-card__info li:first-child{color:#10b981}[data-theme=dark] .dm-project-card__info li::before{background:#6b7280}[data-theme=dark] .dm-project-card__info li:first-child::before{background:#10b981}.docs-index-page .page-header{text-align:center;margin-bottom:3rem}@media (min-width:992px){.docs-index-page .page-header{margin-bottom:4rem}}.docs-index-page .page-header .page-header-content{max-width:600px;margin:0 auto}.docs-index-page .page-header .page-title{font-size:2.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1rem;letter-spacing:-.02em}@media (max-width:991.98px){.docs-index-page .page-header .page-title{font-size:2rem}}.docs-index-page .page-header .page-subtitle{font-size:1.125rem;color:var(--color-text-secondary);margin:0;line-height:1.6}.docs-index-page .docs-search-section{margin-bottom:3rem}.docs-index-page .docs-search-section .search-container{max-width:600px;margin:0 auto}.docs-index-page .docs-search-section .search-form{position:relative}.docs-index-page .docs-search-section .search-input-wrapper{position:relative;display:flex;align-items:center}.docs-index-page .docs-search-section .search-input{width:100%;padding:1rem 1.5rem;padding-right:4rem;background:var(--color-surface);border:2px solid var(--color-border);border-radius:50px;font-size:1rem;color:var(--color-text-primary);transition:all .3s ease}.docs-index-page .docs-search-section .search-input:focus{outline:0;border-color:var(--dynamic-primary);box-shadow:0 0 0 3px rgba(var(--dynamic-primary-rgb),.1)}.docs-index-page .docs-search-section .search-input::-moz-placeholder{color:var(--color-text-tertiary)}.docs-index-page .docs-search-section .search-input::placeholder{color:var(--color-text-tertiary)}.docs-index-page .docs-search-section .search-button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:3rem;height:3rem;background:var(--dynamic-primary);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.docs-index-page .docs-search-section .search-button:hover{background:var(--dynamic-secondary);transform:translateY(-50%) scale(1.05)}.docs-index-page .docs-projects-section{margin-bottom:4rem}.docs-index-page .docs-stats-section .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width:1199.98px){.docs-index-page .docs-stats-section .stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:991.98px){.docs-index-page .docs-stats-section .stats-grid{grid-template-columns:1fr;gap:1rem}}.docs-index-page .docs-stats-section .stat-item{display:flex;align-items:center;padding:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;transition:all .3s ease}.docs-index-page .docs-stats-section .stat-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:var(--dynamic-primary)}.docs-index-page .docs-stats-section .stat-item .stat-icon{font-size:2rem;margin-right:1rem;flex-shrink:0}.docs-index-page .docs-stats-section .stat-item .stat-content{flex:1;min-width:0}.docs-index-page .docs-stats-section .stat-item .stat-number{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.25rem;line-height:1.2}.docs-index-page .docs-stats-section .stat-item .stat-label{font-size:.875rem;color:var(--color-text-secondary);margin:0}.docs-index-page .empty-state{text-align:center;padding:4rem 2rem}.docs-index-page .empty-state .empty-icon{margin-bottom:1.5rem;color:var(--color-text-tertiary)}.docs-index-page .empty-state .empty-title{font-size:1.5rem;font-weight:600;color:var(--color-text-secondary);margin-bottom:.5rem}.docs-index-page .empty-state .empty-description{color:var(--color-text-tertiary);margin:0;line-height:1.6}.docsme-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;padding-top:2rem;padding-bottom:4rem}@media (min-width:576px){.docsme-container{max-width:540px}}@media (min-width:768px){.docsme-container{max-width:720px}}@media (min-width:992px){.docsme-container{max-width:960px}}@media (min-width:1200px){.docsme-container{max-width:1140px}}@media (min-width:1400px){.docsme-container{max-width:1320px}}@media (min-width:576px){.docsme-container{max-width:540px}}@media (min-width:768px){.docsme-container{max-width:720px}}@media (min-width:992px){.docsme-container{max-width:960px}}@media (min-width:1200px){.docsme-container{max-width:1140px}}@media (min-width:1400px){.docsme-container{max-width:1320px}}@media (min-width:992px){.docsme-container{padding-top:3rem;padding-bottom:6rem}}.docsme-layout{display:flex;gap:32px}.docsme-layout .docsme-sidebar{flex:0 0 280px}@media (min-width:992px) and (max-width:1199.98px),(min-width:1200px) and (max-width:1399.98px),(min-width:1400px){.docsme-layout .docsme-sidebar{position:sticky;top:32px;height:calc(100vh - 64px);overflow-y:auto}}@media (min-width:992px) and (max-width:1199.98px){.docsme-layout .docsme-sidebar{position:sticky;top:32px;height:calc(100vh - 64px);overflow-y:auto}}@media (max-width:575.98px){.docsme-layout .docsme-sidebar{display:none}}.docsme-layout .docsme-content{flex:1;min-width:0}.docsme-layout .docsme-toc{flex:0 0 220px}@media (min-width:992px) and (max-width:1199.98px),(min-width:1200px) and (max-width:1399.98px),(min-width:1400px){.docsme-layout .docsme-toc{position:sticky;top:32px;height:calc(100vh - 64px);overflow-y:auto}}@media (min-width:992px) and (max-width:1199.98px){.docsme-layout .docsme-toc{position:sticky;top:32px;height:calc(100vh - 64px);overflow-y:auto}}@media (min-width:576px) and (max-width:767.98px),(min-width:768px) and (max-width:991.98px){.docsme-layout .docsme-toc{display:none}}@media (min-width:576px) and (max-width:767.98px){.docsme-layout .docsme-toc{display:none}}@media (max-width:575.98px){.docsme-layout .docsme-toc{display:none}}.docsme-mobile-nav-toggle{display:none;position:fixed;bottom:24px;right:24px;width:48px;height:48px;background:var(--dynamic-primary);color:#fff;border:none;border-radius:50%;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);z-index:100;cursor:pointer}@media (max-width:575.98px){.docsme-mobile-nav-toggle{display:flex;align-items:center;justify-content:center}}.docsme-mobile-drawer{position:fixed;top:0;left:0;width:280px;height:100vh;background:var(--color-background);z-index:1000;box-shadow:0 10px 15px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.05);box-shadow:var(--shadow-lg)!important;transform:translateX(-100%);transition:transform .3s ease;overflow-y:auto}.docsme-mobile-drawer.active{transform:translateX(0)}.docsme-mobile-drawer .drawer-header{padding:16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--color-border)}.docsme-mobile-drawer .drawer-header .drawer-title{font-size:1.125rem;font-weight:600;color:var(--dynamic-text);margin:0}.docsme-mobile-drawer .drawer-header .drawer-close{background:0 0;border:none;color:var(--color-text-secondary);cursor:pointer;padding:8px}.docsme-mobile-drawer .drawer-header .drawer-close:hover{color:var(--dynamic-text)}.docsme-mobile-drawer .drawer-content{padding:16px}.docsme-sidebar-nav .nav-section{margin-bottom:24px}.docsme-sidebar-nav .nav-section:last-child{margin-bottom:0}.docsme-sidebar-nav .nav-section .section-title{font-size:.875rem;font-weight:600;color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px 0;padding:0 16px}.docsme-sidebar-nav .nav-section .nav-list{list-style:none;padding:0;margin:0}.docsme-sidebar-nav .nav-section .nav-list .nav-item{margin:2px 0}.docsme-sidebar-nav .nav-section .nav-list .nav-item .nav-link{display:block;padding:8px 16px;font-size:.875rem;color:var(--color-text-secondary);text-decoration:none;border-radius:6px;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.docsme-sidebar-nav .nav-section .nav-list .nav-item .nav-link:hover{color:var(--dynamic-primary);background:rgba(var(--dynamic-primary),.05)}.docsme-sidebar-nav .nav-section .nav-list .nav-item .nav-link.active{color:var(--dynamic-primary);background:rgba(var(--dynamic-primary),.1);font-weight:500}.docsme-sidebar-nav .nav-section .nav-list .nav-item .nav-list{padding-left:16px;margin-top:2px;margin-bottom:2px}.docsme-sidebar-nav .nav-section .nav-list .nav-item .nav-list .nav-link{padding:6px 16px;font-size:.8125rem}.docsme-toc-nav{padding:16px;background:var(--color-surface);border-radius:12px}.docsme-toc-nav .toc-title{font-size:.875rem;font-weight:600;color:var(--color-text-tertiary);margin:0 0 16px 0;padding-bottom:8px;border-bottom:1px solid var(--color-border)}.docsme-toc-nav .toc-list{list-style:none;padding:0;margin:0}.docsme-toc-nav .toc-list .toc-item{margin:4px 0}.docsme-toc-nav .toc-list .toc-item .toc-link{display:block;padding:4px 0;font-size:.8125rem;color:var(--color-text-secondary);text-decoration:none;transition-property:color;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.docsme-toc-nav .toc-list .toc-item .toc-link:hover{color:var(--dynamic-primary)}.docsme-toc-nav .toc-list .toc-item .toc-link.active{color:var(--dynamic-primary);font-weight:500}.docsme-toc-nav .toc-list .toc-item .toc-list{padding-left:12px;margin-top:4px}.docsme-toc-nav .toc-list .toc-item .toc-list .toc-link{font-size:.75rem}.docsme-content-wrapper{padding:24px;background:var(--color-surface);border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important}.docsme-content-wrapper .content-header{margin-bottom:32px}.docsme-content-wrapper .content-header .content-title{font-size:2rem;font-weight:700;color:var(--dynamic-text);margin:0 0 16px 0}@media (max-width:575.98px){.docsme-content-wrapper .content-header .content-title{font-size:1.5rem}}.docsme-content-wrapper .content-header .content-meta{display:flex;align-items:center;flex-wrap:wrap;gap:16px;font-size:.875rem;color:var(--color-text-secondary)}.docsme-content-wrapper .content-header .content-meta .meta-item{display:flex;align-items:center;gap:6px}.docsme-content-wrapper .content-body{font-size:1rem;line-height:1.8;color:var(--color-text-primary)}.docsme-content-wrapper .content-body h1,.docsme-content-wrapper .content-body h2,.docsme-content-wrapper .content-body h3,.docsme-content-wrapper .content-body h4,.docsme-content-wrapper .content-body h5,.docsme-content-wrapper .content-body h6{color:var(--dynamic-text);font-weight:600;margin:32px 0 16px 0;line-height:1.3;position:relative}.docsme-content-wrapper .content-body h1:first-child,.docsme-content-wrapper .content-body h2:first-child,.docsme-content-wrapper .content-body h3:first-child,.docsme-content-wrapper .content-body h4:first-child,.docsme-content-wrapper .content-body h5:first-child,.docsme-content-wrapper .content-body h6:first-child{margin-top:0}.docsme-content-wrapper .content-body h1 .anchor-link,.docsme-content-wrapper .content-body h2 .anchor-link,.docsme-content-wrapper .content-body h3 .anchor-link,.docsme-content-wrapper .content-body h4 .anchor-link,.docsme-content-wrapper .content-body h5 .anchor-link,.docsme-content-wrapper .content-body h6 .anchor-link{position:absolute;top:50%;left:-20px;transform:translateY(-50%);color:var(--color-text-tertiary);opacity:0;transition-property:opacity;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.docsme-content-wrapper .content-body h1:hover .anchor-link,.docsme-content-wrapper .content-body h2:hover .anchor-link,.docsme-content-wrapper .content-body h3:hover .anchor-link,.docsme-content-wrapper .content-body h4:hover .anchor-link,.docsme-content-wrapper .content-body h5:hover .anchor-link,.docsme-content-wrapper .content-body h6:hover .anchor-link{opacity:1}.docsme-content-wrapper .content-body h1{font-size:2rem}.docsme-content-wrapper .content-body h2{font-size:1.75rem}.docsme-content-wrapper .content-body h3{font-size:1.5rem}.docsme-content-wrapper .content-body h4{font-size:1.25rem}.docsme-content-wrapper .content-body h5{font-size:1.125rem}.docsme-content-wrapper .content-body h6{font-size:1rem}.docsme-content-wrapper .content-body p{margin:0 0 16px 0}.docsme-content-wrapper .content-body p:last-child{margin-bottom:0}.docsme-content-wrapper .content-body a{color:var(--dynamic-primary);text-decoration:none;transition-property:color;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.docsme-content-wrapper .content-body a:hover{color:var(--dynamic-secondary);text-decoration:underline}.docsme-content-wrapper .content-body img{max-width:100%;height:auto;border-radius:8px;margin:24px 0}.docsme-content-wrapper .content-body blockquote{margin:24px 0;padding:16px 20px;background:var(--color-surface-variant);border-left:4px solid var(--dynamic-primary);border-radius:0 8px 8px 0}.docsme-content-wrapper .content-body blockquote p{margin:0;font-style:italic;color:var(--color-text-secondary)}.docsme-content-wrapper .content-body code{padding:2px 6px;background:var(--color-surface-variant);color:var(--dynamic-primary);font-family:Monaco,Menlo,monospace;font-size:.875rem;border-radius:4px}.docsme-content-wrapper .content-body pre{margin:24px 0;padding:20px;background:var(--color-surface-variant);border-radius:8px;overflow-x:auto}.docsme-content-wrapper .content-body pre code{padding:0;background:0 0;color:var(--color-text-primary)}.docsme-content-wrapper .content-body ol,.docsme-content-wrapper .content-body ul{margin:16px 0;padding-left:24px}.docsme-content-wrapper .content-body ol li,.docsme-content-wrapper .content-body ul li{margin:8px 0}.docsme-content-wrapper .content-body table{width:100%;margin:24px 0;border-collapse:collapse}.docsme-content-wrapper .content-body table td,.docsme-content-wrapper .content-body table th{padding:12px;text-align:left;border-bottom:1px solid var(--color-border)}.docsme-content-wrapper .content-body table th{background:var(--color-surface-variant);font-weight:600;color:var(--dynamic-text)}.docsme-content-wrapper .content-body .alert{margin:24px 0;padding:16px 20px;border-radius:8px;border-left:4px solid}.docsme-content-wrapper .content-body .alert.alert-info{background:rgba(0,122,255,.1);border-left-color:#007aff}.docsme-content-wrapper .content-body .alert.alert-success{background:rgba(52,199,89,.1);border-left-color:#34c759}.docsme-content-wrapper .content-body .alert.alert-warning{background:rgba(255,149,0,.1);border-left-color:#ff9500}.docsme-content-wrapper .content-body .alert.alert-danger{background:rgba(255,59,48,.1);border-left-color:#ff3b30}.docsme-content-wrapper .content-body .alert .alert-title{font-weight:600;margin:0 0 8px 0}.docsme-content-wrapper .content-body .alert p:last-child{margin-bottom:0}.docsme-content-wrapper .content-footer{margin-top:48px;padding-top:24px;border-top:1px solid var(--color-border)}.docsme-content-wrapper .content-footer .footer-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.docsme-content-wrapper .content-footer .footer-meta .meta-item{font-size:.875rem;color:var(--color-text-secondary)}.docsme-content-wrapper .content-footer .footer-navigation{display:flex;justify-content:space-between;margin-top:24px}.docsme-content-wrapper .content-footer .footer-navigation .nav-link{display:flex;align-items:center;gap:8px;padding:12px 16px;background:var(--color-surface-variant);border-radius:8px;color:var(--color-text-secondary);text-decoration:none;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s;max-width:45%}.docsme-content-wrapper .content-footer .footer-navigation .nav-link:hover{background:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary)}.docsme-content-wrapper .content-footer .footer-navigation .nav-link .nav-text{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.docsme-content-wrapper .content-footer .footer-navigation .nav-link.prev-link .nav-icon{order:-1}.docsme-search{margin-bottom:24px}.docsme-search .search-form{position:relative}.docsme-search .search-form .search-input{width:100%;padding:10px 16px;padding-left:40px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;font-size:.875rem;color:var(--color-text-primary);transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.docsme-search .search-form .search-input:focus{outline:0;border-color:var(--dynamic-primary);box-shadow:0 0 0 3px rgba(var(--dynamic-primary),.2)}.docsme-search .search-form .search-input::-moz-placeholder{color:var(--color-text-tertiary)}.docsme-search .search-form .search-input::placeholder{color:var(--color-text-tertiary)}.docsme-search .search-form .search-icon{position:absolute;top:50%;left:12px;transform:translateY(-50%);color:var(--color-text-tertiary);pointer-events:none}.docsme-version-selector{margin-bottom:24px}.docsme-version-selector .version-select{width:100%;padding:10px 16px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;font-size:.875rem;color:var(--color-text-primary);transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.docsme-version-selector .version-select:focus{outline:0;border-color:var(--dynamic-primary);box-shadow:0 0 0 3px rgba(var(--dynamic-primary),.2)}.docsme-pagination{display:flex;justify-content:center;margin-top:32px}.docsme-pagination .pagination-list{display:flex;list-style:none;padding:0;margin:0}.docsme-pagination .pagination-list .pagination-item{margin:0 4px}.docsme-pagination .pagination-list .pagination-item .pagination-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;color:var(--color-text-secondary);text-decoration:none;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.docsme-pagination .pagination-list .pagination-item .pagination-link:hover{background:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary);border-color:var(--dynamic-primary)}.docsme-pagination .pagination-list .pagination-item .pagination-link.active{background:var(--dynamic-primary);color:#fff;border-color:var(--dynamic-primary)}.docsme-pagination .pagination-list .pagination-item .pagination-link.disabled{opacity:.5;pointer-events:none}.docsme-card{padding:24px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.docsme-card:hover{border-color:var(--dynamic-primary);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);box-shadow:var(--shadow-sm)!important}.docsme-card .card-icon{width:48px;height:48px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;background:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary);border-radius:8px;font-size:1.5rem}.docsme-card .card-title{font-size:1.25rem;font-weight:600;color:var(--dynamic-text);margin:0 0 12px 0}.docsme-card .card-description{font-size:.875rem;color:var(--color-text-secondary);margin:0 0 16px 0}.docsme-card .card-link{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:500;color:var(--dynamic-primary);text-decoration:none}.docsme-card .card-link:hover{text-decoration:underline}.docsme-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}@media (max-width:1024px){.docsme-card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.docsme-card-grid{grid-template-columns:1fr;gap:16px}}.docsme-feedback{margin-top:48px;padding:24px;background:var(--color-surface);border-radius:12px;text-align:center}.docsme-feedback .feedback-title{font-size:1.125rem;font-weight:600;color:var(--dynamic-text);margin:0 0 16px 0}.docsme-feedback .feedback-description{font-size:.875rem;color:var(--color-text-secondary);margin:0 0 24px 0;max-width:500px;margin-left:auto;margin-right:auto}.docsme-feedback .feedback-buttons{display:flex;justify-content:center;gap:16px}.docsme-feedback .feedback-buttons .btn{padding:8px 16px;background:var(--color-surface-variant);border:1px solid var(--color-border);border-radius:6px;font-size:.875rem;color:var(--color-text-secondary);cursor:pointer;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.docsme-feedback .feedback-buttons .btn:hover{background:rgba(var(--dynamic-primary),.1);color:var(--dynamic-primary);border-color:var(--dynamic-primary)}.docsme-feedback .feedback-buttons .btn .icon{margin-right:6px}.docsme-code-block{position:relative}.docsme-code-block .code-copy-btn{position:absolute;top:8px;right:8px;padding:4px 8px;background:rgba(255,255,255,.1);border:none;border-radius:4px;color:rgba(255,255,255,.6);font-size:.75rem;cursor:pointer;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.42,0,.58,1);transition-delay:0s}.docsme-code-block .code-copy-btn:hover{background:rgba(255,255,255,.2);color:rgba(255,255,255,.9)}.docsme-code-block .code-copy-btn.copied{background:rgba(52,199,89,.2);color:rgba(52,199,89,.9)}
/*# sourceMappingURL=main.css.map */
