:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}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:hover{border-color:#646cff}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}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:3rem 1rem 2rem}.hero-background{position:absolute;inset:0;background:linear-gradient(135deg,#0f172a,#1e293b,#06b6d41a);z-index:1}.hero-bg-elements{position:absolute;inset:0;overflow:hidden;z-index:2}.hero-bg-element-1,.hero-bg-element-2{position:absolute;width:20rem;height:20rem;border-radius:50%;filter:blur(3rem);animation:pulse 4s ease-in-out infinite;z-index:2}.hero-bg-element-1{top:-10rem;right:-10rem;background:#06b6d41a}.hero-bg-element-2{bottom:-10rem;left:-10rem;background:#3b82f61a;animation-delay:1s}.hero-content{position:relative;z-index:10;text-align:center;padding:0 1rem;max-width:64rem;margin:0 auto}.hero-profile{margin-bottom:2rem}.hero-profile-container{position:relative;display:inline-block}.hero-profile-img{width:8rem;height:6rem;margin:0 auto;border-radius:50%;overflow:hidden;border:4px solid rgba(6,182,212,.3);box-shadow:0 25px 50px #06b6d433;transition:width .3s ease,height .3s ease}.hero-profile-img img{width:100%;height:100%;object-fit:cover}.hero-profile-overlay{position:absolute;inset:0;border-radius:50%;background:linear-gradient(135deg,#06b6d433,#3b82f633)}.hero-title{font-size:2rem;font-weight:800;margin-bottom:1.4rem;line-height:1.3;background:linear-gradient(90deg,#06b6d4,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;transition:font-size .3s ease}.hero-subtitle{font-size:1rem;color:#94a3b8;margin-bottom:1rem;font-weight:500;transition:font-size .3s ease}.hero-description{font-size:1rem;color:#64748b;margin-bottom:2rem;max-width:90%;margin-left:auto;margin-right:auto;line-height:1.6;transition:max-width .3s ease}.hero-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:3rem;transition:flex-direction .3s ease}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:9999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;justify-content:center;text-decoration:none;-webkit-user-select:none;user-select:none}.btn-primary{background:linear-gradient(90deg,#06b6d4,#3b82f6);color:#fff;border:none;box-shadow:0 10px 30px #06b6d44d;position:relative;overflow:hidden}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #06b6d466}.btn-secondary{background:transparent;color:#06b6d4;border:2px solid #06b6d4}.btn-secondary:hover{background:#06b6d4;color:#0f172a}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:bounce 2s infinite;cursor:pointer;color:#64748b;transition:color .3s ease}.scroll-indicator:hover{color:#06b6d4}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width: 639px){.hero-profile-img{width:5.5rem;height:5.5rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.95rem}.hero-description{font-size:.95rem;max-width:95%}.hero-actions{flex-direction:column}}@media (min-width: 640px) and (max-width: 1023px){.hero-profile-img{width:8rem;height:8rem}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1.1rem;max-width:80%}.hero-actions{flex-direction:row}}@media (min-width: 1024px){.hero-profile-img{width:10rem;height:10rem}.hero-title{font-size:6rem}.hero-subtitle{font-size:2rem}.hero-description{font-size:1.125rem;max-width:32rem}.hero-actions{flex-direction:row}}.about{padding:5rem 1rem;background:#0f172a}.about-content{max-width:64rem;margin:0 auto;padding:0 1rem}.about-text-container{max-width:none}.about-text{font-size:1.125rem;color:#94a3b8;line-height:1.8;margin-bottom:1.5rem}.about-text:last-child{margin-bottom:0}.about-highlight{color:#06b6d4;font-weight:600}@media (max-width: 768px){.about{padding:3.5rem 1rem}.about-content{max-width:90%}.about-text{font-size:1rem;line-height:1.6;margin-bottom:1.25rem}}@media (max-width: 480px){.about{padding:2.5rem 1rem}.about-content{max-width:100%}.about-text{font-size:.9rem;line-height:1.5;margin-bottom:1rem}}.tech-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:.5rem;background:#3341554d;transition:all .3s ease;cursor:pointer;flex-direction:row}.tech-item:hover{background:#33415580;transform:translateY(-2px)}.tech-icon{width:2.5rem;height:2.5rem;background:#334155;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.tech-icon img{width:100%;height:100%;object-fit:contain;border-radius:.25rem}.tech-info{flex:1}.tech-info h4{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.25rem;line-height:1.4}.tech-info p{font-size:.875rem;color:#94a3b8;line-height:1.5;margin:0}@media (max-width: 640px){.tech-item{flex-direction:column;align-items:center;text-align:center}.tech-icon{width:3rem;height:3rem;margin-bottom:.5rem}.tech-info h4{font-size:1.25rem}.tech-info p{font-size:1rem}}.technologies{padding:5rem 1rem;background-color:#1e293b80;position:relative}.container-lg{max-width:1536px;margin:0 auto;padding:0 1rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center;background:linear-gradient(90deg,#06b6d4,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.tech-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:96rem;margin:0 auto}.tech-category{background:#1e293b80;border-radius:.75rem;padding:2rem;border:1px solid rgba(55,65,81,.5)}.tech-category-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.tech-category-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff}.tech-category-icon.backend{background:linear-gradient(135deg,#10b981,#059669)}.tech-category-icon.frontend{background:linear-gradient(135deg,#3b82f6,#06b6d4)}.tech-category-title{font-size:1.5rem;font-weight:700;color:#fff}.tech-list{display:flex;flex-direction:column;gap:1rem}@media (min-width: 640px){.tech-category{padding:2.5rem}}@media (min-width: 768px){.section-title{font-size:3rem}}@media (min-width: 1024px){.tech-grid{grid-template-columns:repeat(2,1fr)}.section-title{font-size:4rem}}.project-card{display:flex;flex-direction:column;height:100%;background:#1e293b80;border-radius:.75rem;padding:1.5rem;border:1px solid rgba(55,65,81,.5);transition:all .3s ease;box-sizing:border-box}.project-card:hover{border-color:#06b6d480;transform:translateY(-5px)}.project-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.project-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#06b6d4,#3b82f6);border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.project-title{font-size:1.25rem;font-weight:700;color:#fff;transition:color .3s ease;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:1}.project-card:hover .project-title{color:#06b6d4}.project-year{font-size:.875rem;color:#64748b;margin-left:auto;white-space:nowrap}.project-description{color:#94a3b8;margin-bottom:1rem;line-height:1.6}.project-technologies{margin-bottom:1rem}.project-technologies-label{font-size:.875rem;color:#64748b;margin-bottom:.5rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{padding:.25rem .5rem;background:#334155;color:#06b6d4;font-size:.75rem;border-radius:.375rem;font-weight:500;white-space:nowrap}.project-details{margin-bottom:1.5rem}.project-detail{font-size:.875rem;color:#94a3b8;margin-bottom:1rem;line-height:1.5}.project-detail:last-child{margin-bottom:0}.project-detail-label{color:#06b6d4;font-weight:600}.project-links{margin-top:auto;display:flex;gap:.75rem;flex-wrap:wrap}.project-link{display:flex;align-items:center;gap:.5rem;color:#06b6d4;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .3s ease;white-space:nowrap}.project-link:hover{color:#22d3ee}.project-link.secondary{color:#06b6d4}.project-link.secondary:hover{color:#22d3ee}@media (max-width: 1024px){.project-title{font-size:1.125rem}.project-description{font-size:1rem}.project-detail,.project-link{font-size:.8125rem}}@media (max-width: 640px){.project-card{padding:1rem}.project-header{align-items:flex-start;gap:.5rem}.project-icon{width:2.5rem;height:2.5rem}.project-title{white-space:normal;overflow:visible;text-overflow:unset;min-width:0}.project-year{margin-left:0;margin-top:.25rem;width:100%;flex-basis:100%}.project-description{font-size:.9rem}.tech-tags,.project-links{justify-content:flex-start}}.projects{padding:5rem 1rem;background:#0f172a}.projects-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:96rem;margin:0 auto;padding:0 1rem;box-sizing:border-box}@media (min-width: 640px){.projects-grid{grid-template-columns:repeat(1,1fr)}}@media (min-width: 768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.projects-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}@media (min-width: 1536px){.projects-grid{grid-template-columns:repeat(4,1fr);gap:3rem}}.service-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-radius:.5rem;background:#3341554d;border:1px solid rgba(100,116,139,.3);transition:all .3s ease;flex-direction:row}.service-card:hover{border-color:#06b6d480;transform:translateY(-3px)}.service-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#06b6d4,#3b82f6);border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.service-content{flex:1}.service-content h3{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.5rem;line-height:1.4}.service-content p{color:#94a3b8;line-height:1.5;margin:0}@media (max-width: 640px){.service-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-radius:.5rem;background:#3341554d;border:1px solid rgba(100,116,139,.3);transition:all .3s ease;flex-direction:row}.service-icon{width:4rem;height:4rem;margin-bottom:1rem}.service-content h3{font-size:1.25rem}}.services{padding:5rem 1rem;background-color:#1e293b80}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:64rem;margin:0 auto}@media (min-width: 640px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.services-grid{grid-template-columns:repeat(3,1fr);max-width:960px}}.contact{padding:5rem 1rem}.contact-content{max-width:64rem;margin:0 auto;text-align:center}.contact-description{font-size:1.25rem;color:#94a3b8;margin-bottom:3rem;line-height:1.6}.contact-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem}.contact-method{display:flex;flex-direction:column;align-items:center;padding:1.5rem;border-radius:.5rem;background:#1e293b80;border:1px solid #374151;text-decoration:none;color:#94a3b8;transition:all .3s ease}.contact-method:hover{border-color:#06b6d480;color:#94a3b8}.contact-method-icon{width:2rem;height:2rem;color:#06b6d4;margin-bottom:.75rem;transition:transform .3s ease}.contact-method:hover .contact-method-icon{transform:scale(1.1)}.contact-form{max-width:32rem;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-input{width:100%;padding:.75rem 1rem;background:#1e293b;border:1px solid #374151;border-radius:.5rem;color:#fff;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-input:focus{outline:none;border-color:#06b6d4}.form-input::placeholder{color:#64748b}.form-textarea{resize:none;min-height:120px}.form-submit{width:100%;background:linear-gradient(90deg,#06b6d4,#3b82f6);color:#fff;padding:1rem 2rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.form-submit:hover{transform:scale(1.05)}@media (min-width: 1024px){.contact-methods{grid-template-columns:repeat(4,1fr);gap:2rem}}@media (min-width: 768px) and (max-width: 1023px){.contact-methods{grid-template-columns:repeat(4,1fr);gap:1rem}.contact-method{padding:1.25rem 1rem}.contact-method-icon{width:1.75rem;height:1.75rem}}@media (min-width: 640px) and (max-width: 767px){.contact-methods{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 639px){.contact{padding:3.5rem 1rem}.contact-description{font-size:1.1rem;margin-bottom:2rem}.contact-methods{grid-template-columns:1fr;gap:1rem}.contact-method{padding:1rem}.contact-form{max-width:100%}.form-group{margin-bottom:1rem}.form-submit{padding:.85rem 1rem;font-size:.95rem}}@media (max-width: 480px){.contact{padding:2.5rem 1rem}.contact-description{font-size:1rem;margin-bottom:1.5rem}}.footer{padding:3rem 1rem;background:#1e293b80;border-top:1px solid #374151}.footer-content{max-width:64rem;margin:0 auto;text-align:center}.footer-link-container{margin-bottom:1.5rem}.footer-link{color:#06b6d4;text-decoration:none;transition:color .3s ease;font-weight:500}.footer-link:hover{color:#22d3ee}.footer-copyright{color:#64748b;margin:0;font-size:.875rem}@media (max-width: 768px){.footer{padding:2rem 1rem}.footer-content{max-width:90%}.footer-link-container{margin-bottom:1rem}.footer-link{font-size:.95rem}.footer-copyright{font-size:.8rem}}@media (max-width: 480px){.footer{padding:1.5rem 1rem}.footer-link{font-size:.9rem}.footer-copyright{font-size:.75rem}}.navbar{position:fixed;top:0;width:100%;background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid #374151;box-sizing:border-box}.navbar-container{max-width:1536px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;height:4rem;position:relative}.navbar-brand{font-size:1.25rem;font-weight:700;color:#06b6d4;text-decoration:none;transition:color .3s ease;-webkit-user-select:none;user-select:none;white-space:normal;overflow:visible;text-overflow:unset;max-width:none}.navbar-brand:hover{color:#22d3ee}.navbar-nav{display:flex;gap:.5rem;list-style:none;padding:0;margin:0}.navbar-nav.desktop{display:none}.navbar-nav.mobile{display:flex;flex-direction:column;gap:.5rem;width:100%;padding:0;margin:0}.nav-item{background:none;border:none;padding:.75rem 1rem;border-radius:.5rem;cursor:pointer;transition:all .3s ease;color:#94a3b8;font-size:1rem;text-decoration:none;font-family:inherit;text-align:left;-webkit-user-select:none;user-select:none;width:100%;display:block}.nav-item:hover{color:#06b6d4;background:#1e293b80}.nav-item.active{color:#06b6d4;background:#06b6d41a}.mobile-menu-btn{display:block;background:none;border:none;color:#fff;padding:.5rem;border-radius:.5rem;cursor:pointer;transition:background .3s ease;-webkit-user-select:none;user-select:none;font-size:1.5rem;line-height:1;z-index:1002;position:relative}.mobile-menu-btn:hover{background:#1e293b80}.mobile-sidebar{position:fixed;top:0;right:0;width:280px;height:100vh;background:#0f172afa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;padding:2rem 1.5rem;box-shadow:-4px 0 12px #00000080;transform:translate(100%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease}.sidebar-content{display:flex;flex-direction:column;gap:1.5rem}.sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;z-index:9998}.sidebar-close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#94a3b8;cursor:pointer;transition:color .3s ease;-webkit-user-select:none;user-select:none}.sidebar-close-btn:hover{color:#06b6d4}.mobile-sidebar{position:fixed;top:0;right:0;width:280px;height:100vh;background:#0f172afa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;padding:4.5rem 1rem 2rem 1.5rem;box-shadow:-4px 0 12px #00000080;transform:translate(100%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease}.mobile-sidebar.open{transform:translate(0);opacity:1;visibility:visible}@media (min-width: 768px){.mobile-menu-btn,.mobile-sidebar{display:none}.navbar-nav.desktop{display:flex}.navbar-nav.mobile{display:none}.navbar-brand{max-width:none}}@media (max-width: 767px){.navbar-nav.desktop{display:none}.mobile-menu-btn{display:block}.navbar-brand{font-size:1rem;max-width:180px}.navbar-container{padding:0 1rem}}body{padding-top:4rem}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}html{width:100%;max-width:100vw;overflow-x:hidden}body{font-family:Mulish,sans-serif;background-color:#0f172a;color:#f1f5f9;line-height:1.6;overflow-x:hidden;width:100%;max-width:100vw;position:relative}#root{width:100%;max-width:100vw;overflow-x:hidden;position:relative}.poppins-light{font-family:Poppins,sans-serif;font-weight:200}.App{width:100%;max-width:100vw;margin:0 auto;overflow-x:hidden;position:relative;min-height:100vh}section{padding:80px 0;width:100%;max-width:100vw;overflow-x:hidden;position:relative;box-sizing:border-box}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);text-align:center;margin-bottom:2rem;color:#38bdf8;font-family:Poppins,sans-serif;font-weight:200;word-wrap:break-word;max-width:100%;padding:0 20px}.container,.container-lg{position:relative;width:100%;max-width:1200px;margin:0 auto;padding-left:20px;padding-right:20px;box-sizing:border-box}a{text-decoration:none;color:inherit;transition:color .3s ease;word-wrap:break-word;max-width:100%}a:hover{color:#0ea5e9}button{cursor:pointer;border:none;outline:none;max-width:100%;box-sizing:border-box}.btn-primary{background-color:#0ea5e9;color:#fff;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:background .3s ease;white-space:nowrap;max-width:100%;box-sizing:border-box}.btn-primary:hover{background-color:#0284c7}.btn-secondary{background-color:transparent;color:#38bdf8;border:2px solid #38bdf8;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap;max-width:100%;box-sizing:border-box}.btn-secondary:hover{background-color:#1e293b;color:#fff;border-color:#fff}img,video,iframe{max-width:100%;height:auto;display:block}p,h1,h2,h3,h4,h5,h6,span,div{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.flex{display:flex;flex-wrap:wrap;width:100%;max-width:100%}.flex-col{display:flex;flex-direction:column;width:100%;max-width:100%}.flex-center{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.grid{display:grid;width:100%;max-width:100%;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}nav{width:100%;max-width:100vw;overflow-x:hidden;position:relative}header{width:100%;max-width:100vw;overflow-x:hidden;position:relative}main{width:100%;max-width:100vw;overflow-x:hidden;position:relative}footer{width:100%;max-width:100vw;overflow-x:hidden;position:relative}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#38bdf8;border-radius:4px}*{scrollbar-width:thin;scrollbar-color:#38bdf8 #1e293b}.w-full{width:100%!important;max-width:100%!important}.max-w-screen{max-width:100vw!important}.overflow-x-hidden{overflow-x:hidden!important}.no-overflow{overflow:hidden!important}@media (max-width: 1024px){.container,.container-lg{max-width:calc(100vw - 40px);padding-left:20px;padding-right:20px}}@media (max-width: 768px){section{padding:60px 0}.section-title{font-size:clamp(1.5rem,5vw,2rem);padding:0 15px}.container,.container-lg{padding-left:15px;padding-right:15px;max-width:calc(100vw - 30px)}.btn-primary,.btn-secondary{padding:.6rem 1.2rem;font-size:.9rem;flex-shrink:1;min-width:0}.flex{flex-direction:column;gap:1rem}.grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){section{padding:50px 0}.section-title{font-size:clamp(1.25rem,6vw,1.75rem);padding:0 10px}.container,.container-lg{padding-left:10px;padding-right:10px;max-width:calc(100vw - 20px)}.btn-primary,.btn-secondary{width:100%;max-width:100%;justify-content:center;padding:.75rem 1rem;font-size:1rem}.btn-primary svg,.btn-secondary svg{display:none}}.debug-mode *{outline:1px solid rgba(255,0,0,.3)!important}.debug-mode .container{outline:2px solid blue!important}.debug-mode section{outline:2px solid green!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.text-content{max-width:100%;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.image-container{width:100%;max-width:100%;overflow:hidden}.code-block{max-width:100%;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word}
