.password-auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.password-auth-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px;box-shadow:0 20px 40px #0000001a;width:100%;max-width:400px;text-align:center;border:1px solid rgba(255,255,255,.2)}.password-auth-header{margin-bottom:30px}.password-auth-header h1{color:#333;font-size:28px;font-weight:700;margin:0 0 10px;letter-spacing:-.5px}.password-auth-header p{color:#666;font-size:16px;margin:0;line-height:1.5}.password-auth-form{display:flex;flex-direction:column;gap:20px}.password-input-group{position:relative;display:flex;align-items:center}.password-input{width:100%;padding:15px 50px 15px 20px;border:2px solid #e1e5e9;border-radius:12px;font-size:16px;background:#fff;color:#333;transition:all .3s ease;box-sizing:border-box}.password-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.password-input:disabled{background:#f8f9fa;color:#6c757d;cursor:not-allowed}.password-input::placeholder{color:#adb5bd}.password-toggle-btn{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:18px;padding:5px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:30px;height:30px}.password-toggle-btn:hover:not(:disabled){background:#0000000d}.password-toggle-btn:disabled{cursor:not-allowed;opacity:.5}.password-error{background:#f8d7da;color:#721c24;padding:12px 16px;border-radius:8px;font-size:14px;border:1px solid #f5c6cb;text-align:left}.password-submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:15px 30px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.password-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.password-submit-btn:active:not(:disabled){transform:translateY(0)}.password-submit-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 480px){.password-auth-container{padding:10px}.password-auth-card{padding:30px 20px}.password-auth-header h1{font-size:24px}.password-auth-header p{font-size:14px}}.logout-btn{background:none;border:none;color:inherit;font:inherit;cursor:pointer;padding:0;text-decoration:none;transition:color .3s ease}.logout-btn:hover{color:#ce4e4e}.navigation{background:#24212c;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000;width:100%;overflow:visible}.nav-container{margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:stretch;min-height:70px;position:relative;overflow:visible;transition:min-height .3s ease}.nav-brand a{color:#fff;text-decoration:none;font-size:1.2rem;font-weight:700;letter-spacing:1px}.nav-brand-small{margin-top:-10px;font-weight:100}.nav-menu{display:flex;flex-direction:row;justify-content:flex-end;list-style:none;margin:0;padding:0;flex-wrap:nowrap;transition:flex-wrap .3s ease;align-items:stretch;flex:1}.nav-menu.two-row{flex-wrap:wrap;max-width:calc(100% - 200px);justify-content:flex-start;padding:8px 0;flex:1}.nav-item{position:relative}.nav-link{color:#dfdfdf;text-decoration:none;font-weight:500;font-size:14px;font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;padding:8px 12px;transition:color .3s ease;position:relative;white-space:nowrap;display:inline-block;filter:blur(.4px)}a:hover{color:#fff}.nav-link.active{font-weight:500;text-shadow:.5px 0 0 currentColor;background-image:var(--hover-color);background-size:200% 200%;background-repeat:no-repeat;border-radius:4px;padding:8px 12px;animation:ani .3s ease-in}@keyframes ani{0%{background-position:0% 100%}to{background-position:0% 0%}}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.nav-toggle span{width:25px;height:3px;background:#fff;margin:3px 0;transition:.3s}@media (max-width: 768px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:#000;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:20px 0;flex-wrap:nowrap}.nav-menu.two-row{flex-wrap:nowrap;max-width:100%}.nav-menu.active{left:0}.nav-item{margin:10px 0}.nav-link{padding:12px 20px;display:block;width:100%;font-size:16px}.nav-toggle{display:flex}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}@media (max-width: 480px){.nav-container{padding:0 15px}.nav-brand a{font-size:20px}}.back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:#fff;background-image:url(/assets/triangle-zB8ORZhF.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-size:50%;color:#333;border:1px solid #e1e5e9;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;z-index:1001;opacity:0;transform:translateY(20px);animation:fadeInUp .3s ease forwards;will-change:opacity,transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}.back-to-top:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f;border-color:#000}.back-to-top:active{transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.back-to-top{bottom:20px;right:20px;width:45px;height:45px}.back-to-top svg{width:28px;height:28px}}@media (max-width: 480px){.back-to-top{bottom:15px;right:15px;width:40px;height:40px}.back-to-top svg{width:24px;height:24px}}.portfolio-page{max-width:1200px;margin:0 auto}.posts-content-container{display:flex;flex-direction:column;gap:60px}.post-content-full-page{background:#ffffffa4;padding:40px;box-shadow:0 2px 8px #0000001a;border-radius:6px}.post-header{margin-bottom:30px}.post-featured-image{margin-bottom:30px;width:100%}.post-featured-image img{width:100%;height:auto;box-shadow:0 4px 12px #0000001a;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.post-featured-image img:hover{transform:scale(1.005);box-shadow:0 6px 20px #00000026}.page-header{text-align:center;margin-bottom:40px;padding:40px 20px;background:#fff;box-shadow:0 4px 6px #0000001a}.page-title{font-size:2.5rem;color:#333;margin-bottom:20px;font-weight:700;color:#000}.page-description{font-size:1.1rem;color:#666;line-height:1.6;max-width:800px;margin:0 auto}.post-card{background:#fff;overflow:hidden;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.post-card:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0000001f}.post-content{padding:20px;flex-grow:1;display:flex;flex-direction:column}.post-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:.9rem;color:#888}.post-date{font-weight:500}.post-categories{background:#000;color:#fff;padding:4px 8px;font-size:.8rem;font-weight:500}.post-title{font-size:3rem;font-weight:bolder;color:#333;margin-bottom:15px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-excerpt{color:#666;line-height:1.6;margin-bottom:20px;flex-grow:1}.post-content-full{color:#444;line-height:1.7;margin-bottom:20px;flex-grow:1}.post-content-full h1,.post-content-full h2,.post-content-full h3,.post-content-full h4,.post-content-full h5,.post-content-full h6{color:#333;margin-top:20px;margin-bottom:12px;font-weight:600}.post-content-full h1{font-size:1.5rem}.post-content-full h2{font-size:2.5rem;font-weight:bolder}.post-content-full h3{font-size:1.5rem}.post-content-full p{margin-bottom:12px}.post-content-full ul,.post-content-full ol{margin-bottom:12px;padding-left:20px}.post-content-full li{margin-bottom:6px}.post-content-full blockquote{border-left:3px solid #000;margin:15px 0;font-style:italic;color:#666;background:#f8f9fa;padding:12px 15px}.post-content-full img{width:100%;height:auto;margin:12px 0;box-shadow:0 2px 8px #0000001a}.post-content-full iframe{width:100%;max-width:100%;margin:20px 0;border:none;box-shadow:0 2px 8px #0000001a}.post-content-full figure{margin:0;width:100%}.post-content-full figure iframe{width:100%;aspect-ratio:16 / 9;min-height:600px}.post-content-full img.about{max-width:100%!important;margin:0!important;height:auto;box-shadow:0 2px 8px #0000001a}.post-content-full a{color:#000;text-decoration:none;font-weight:500}.post-content-full a:hover{color:#333;text-decoration:underline}.post-content-full code{background:#f1f3f4;padding:2px 4px;font-family:Courier New,monospace;font-size:.9em;color:#d63384}.post-content-full pre{background:#f8f9fa;padding:12px;overflow-x:auto;margin:12px 0;border:1px solid #e9ecef}.post-content-full pre code{background:none;padding:0;color:#333}.wp-block-media-text{box-sizing:border-box;direction:ltr;display:grid;gap:50px;grid-template-columns:30% 1fr;grid-template-rows:auto}.wp-block-media-text p{font-size:1.2rem;font-weight:500}.image-modal-overlay{position:fixed;inset:0;background-color:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:imageModalFadeIn .3s ease-out}@keyframes imageModalFadeIn{0%{opacity:0}to{opacity:1}}.image-modal-content{position:relative;max-width:98vw;max-height:98vh;display:flex;align-items:center;justify-content:center}.image-modal-image{max-width:100%;max-height:100%;object-fit:contain;box-shadow:0 20px 60px #00000080;animation:imageModalSlideIn .3s ease-out}@keyframes imageModalSlideIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.image-modal-close{position:absolute;top:-50px;right:-50px;background:#fff3;border:none;width:50px;height:50px;font-size:28px;font-weight:700;cursor:pointer;color:#fff;transition:all .2s ease;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.image-modal-close:hover{background:#ffffff4d;transform:scale(1.1)}.post-content-full img{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.post-content-full img:hover{transform:scale(1.005);box-shadow:0 4px 16px #0003}.read-more{color:#000;text-decoration:none;font-weight:600;font-size:.9rem;transition:color .3s ease;align-self:flex-start}.read-more:hover{color:#333}.no-posts{text-align:center;padding:60px 20px;background:#fff;box-shadow:0 4px 6px #0000001a}.no-posts p{font-size:1.1rem;color:#666;margin:0}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;max-width:900px;width:100%;max-height:90vh;overflow:hidden;position:relative;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-close{position:absolute;top:20px;right:20px;background:#0000001a;border:none;width:40px;height:40px;font-size:24px;font-weight:700;cursor:pointer;color:#666;transition:all .2s ease;z-index:10;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#0003;color:#333;transform:scale(1.1)}.modal-header{padding:30px 30px 20px;border-bottom:1px solid #e9ecef;background:linear-gradient(135deg,#f8f9fa,#fff)}.modal-title{font-size:2rem;font-weight:700;color:#000;margin:0 0 15px;line-height:1.3}.modal-meta{display:flex;gap:15px;align-items:center;flex-wrap:wrap}.modal-date{color:#666;font-size:.95rem;font-weight:500}.modal-categories{background:#000;color:#fff;padding:6px 12px;font-size:.85rem;font-weight:500}.modal-body{padding:30px;overflow-y:auto;max-height:calc(90vh - 140px)}.modal-content-text{line-height:1.7;color:#444;font-size:1rem}.modal-content-text h1,.modal-content-text h2,.modal-content-text h3,.modal-content-text h4,.modal-content-text h5,.modal-content-text h6{color:#333;margin-top:25px;margin-bottom:15px;font-weight:600}.modal-content-text h1{font-size:1.8rem}.modal-content-text h2,.modal-content-text h3{font-size:1.5rem}.modal-content-text p{margin-bottom:15px}.modal-content-text ul,.modal-content-text ol{margin-bottom:15px;padding-left:25px}.modal-content-text li{margin-bottom:8px}.modal-content-text blockquote{border-left:4px solid #000;margin:20px 0;font-style:italic;color:#666;background:#f8f9fa;padding:15px 20px}.modal-content-text img{max-width:100%;height:auto;margin:15px 0;box-shadow:0 4px 12px #0000001a}.modal-content-text iframe{width:100%;max-width:100%;margin:20px 0;border:none;box-shadow:0 2px 8px #0000001a}.modal-content-text figure{margin:20px 0;width:100%}.modal-content-text figure iframe{width:100%;aspect-ratio:16 / 9;min-height:600px}.modal-content-text a{color:#667eea;text-decoration:none;font-weight:500}.modal-content-text a:hover{color:#764ba2;text-decoration:underline}.modal-content-text code{background:#f1f3f4;padding:2px 6px;font-family:Courier New,monospace;font-size:.9em;color:#d63384}.modal-content-text pre{background:#f8f9fa;padding:15px;overflow-x:auto;margin:15px 0;border:1px solid #e9ecef}.modal-content-text pre code{background:none;padding:0;color:#333}.loading-simple{display:flex;justify-content:center;align-items:center;height:200px;font-family:Public Sans,sans-serif;font-size:1.1rem;color:#666}.loading-simple p{margin:0}@media (max-width: 768px){.page-header{padding:30px 15px;margin-bottom:30px}.page-title{font-size:2rem}.page-description{font-size:1rem}.post-content{padding:15px}.post-title{font-size:3rem}.post-meta{flex-direction:column;align-items:flex-start;gap:8px}.post-content-full-page{padding:20px}.posts-content-container{gap:40px}.modal-overlay{padding:10px}.modal-content{max-height:95vh}.modal-header{padding:20px 20px 15px}.modal-title{font-size:1.5rem}.modal-body{padding:20px;max-height:calc(95vh - 100px)}.modal-close{top:15px;right:15px;width:35px;height:35px;font-size:20px}.image-modal-overlay{padding:10px}.image-modal-content{max-width:98vw;max-height:98vh}.image-modal-close{top:-40px;right:-40px;width:40px;height:40px;font-size:24px}.post-content-full figure iframe,.modal-content-text figure iframe{min-height:300px}}@media (max-width: 480px){.page-title{font-size:1.8rem}}.App{min-height:100vh;display:flex;flex-direction:column;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%201000%206'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.8.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%203)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23c6c6c6;%20isolation:%20isolate;%20opacity:%20.15;%20}%20%3c/style%3e%3c/defs%3e%3crect%20class='st0'%20width='1000'%20height='3'/%3e%3c/svg%3e");background-size:1000px;background-repeat:repeat}.main-content{flex:1;padding:40px 20px;max-width:1000px;margin:0 auto;width:100%}h3.wp-block-heading{font-size:1.5rem;font-weight:bolder;margin-top:0}body .is-layout-flex{display:flex}body .wp-block-group.is-vertical.is-layout-flex{display:flex;flex-direction:column;gap:10px;margin-right:10%}.grid{display:grid;gap:30px;width:100%}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.grid-3,.grid-4,.grid-2{grid-template-columns:1fr}.main-content{padding:20px 15px}}@media (max-width: 480px){.main-content{padding:15px 10px}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,#32396e 0%,transparent 50%),radial-gradient(circle at top right,#3e2f6b 0%,transparent 50%),radial-gradient(circle at bottom left,#324420 0%,transparent 50%),radial-gradient(circle at bottom right,#4d3525 0%,transparent 50%),linear-gradient(45deg,#57502a,#2f2f63,#331933,#3b572a);background-size:200% 200%;animation:gradientShift 8s ease-in-out infinite;color:#333}@keyframes gradientShift{0%{background-position:0% 0%}25%{background-position:100% 0%}50%{background-position:100% 100%}75%{background-position:0% 100%}to{background-position:0% 0%}}#root{width:100%;min-height:100vh}a{font-weight:500;text-decoration:inherit}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
