.project-content{margin-top:2rem}.project-content h2{font-size:1.875rem;margin-top:2.5rem;margin-bottom:1.25rem;color:#00475a;font-weight:700;position:relative;padding-bottom:.75rem;display:inline-block}.project-content h2::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#00b8f4 0,#00b97f 100%);border-radius:2px;transition:width .3s ease}.project-content h2:hover::after{width:100%}.project-content h3{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:#00475a;font-weight:600;position:relative;display:inline-block;padding-left:1rem}.project-content h3::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:70%;background:linear-gradient(180deg,#00b8f4 0,#00b97f 100%);border-radius:2px}.project-content h4{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.75rem;color:#00475a;font-weight:600;display:inline-block}.project-content p{margin-bottom:1.5rem;line-height:1.75;color:#4b5563}.project-content a{color:#00b8f4;text-decoration:none;transition:all .2s ease;font-weight:500;position:relative;padding-bottom:2px}.project-content a::after{content:"";position:absolute;width:100%;height:2px;bottom:0;left:0;background:linear-gradient(90deg,#00b8f4 0,#00b97f 100%);transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease}.project-content a:hover{color:#00b97f}.project-content a:hover::after{transform:scaleX(1);transform-origin:bottom left}.project-content ul,.project-content ol{margin-top:1rem;margin-bottom:1.5rem;padding-left:1.25rem;counter-reset:item}.project-content li{margin-bottom:.75rem;padding-left:.5rem;line-height:1.6;position:relative}.project-content ul{list-style-type:none}.project-content ul li{position:relative;padding-left:1.5rem;transition:transform .2s ease}.project-content ul li:hover{transform:translateX(5px)}.project-content ul li::before{content:"";position:absolute;left:0;top:.5rem;width:.5rem;height:.5rem;background:linear-gradient(90deg,#00b8f4 0,#00b97f 100%);border-radius:50%;transition:transform .2s ease,background .2s ease}.project-content ul li:hover::before{transform:scale(1.2)}.project-content ol{list-style-type:none}.project-content ol li{counter-increment:item;padding-left:1.5rem;position:relative;transition:transform .2s ease}.project-content ol li:hover{transform:translateX(5px)}.project-content ol li::before{content:counter(item)".";position:absolute;left:0;top:0;font-weight:600;color:#00b97f;transition:color .2s ease}.project-content ol li:hover::before{color:#00b8f4}.project-content blockquote{border-left:4px solid #00b97f;padding:1.5rem 1.5rem 1.5rem 2rem;margin:2rem 0;background-color:#f8fafc;border-radius:0 .5rem .5rem 0;font-style:italic;position:relative;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.project-content blockquote:hover{transform:translateX(5px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.project-content blockquote::before{content:'"';position:absolute;left:.5rem;top:0;font-size:3rem;color:#00b97f;opacity:.2;font-family:Georgia,serif;line-height:1}.project-content blockquote p{margin-bottom:0;position:relative;z-index:1}.project-content img{border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);margin:2rem 0;max-width:100%;height:auto;transition:transform .3s ease,box-shadow .3s ease}.project-content img:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.project-content table{width:100%;margin:2rem 0;border-collapse:separate;border-spacing:0;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease}.project-content table:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.project-content table th{background:linear-gradient(90deg,#00475a 0,#006275 100%);color:#fff;font-weight:600;text-align:left;padding:.75rem 1rem;border-bottom:2px solid #00b8f4}.project-content table th:first-child{border-top-left-radius:.5rem}.project-content table th:last-child{border-top-right-radius:.5rem}.project-content table td{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;transition:background-color .2s ease}.project-content table tr:last-child td{border-bottom:none}.project-content table tr:last-child td:first-child{border-bottom-left-radius:.5rem}.project-content table tr:last-child td:last-child{border-bottom-right-radius:.5rem}.project-content table tr:nth-child(even){background-color:#f9fafb}.project-content table tr:hover td{background-color:#eff6ff}.project-content pre{background-color:#1e293b;color:#e2e8f0;padding:1.5rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0;position:relative;box-shadow:0 4px 6px rgba(0,0,0,.1);border-left:4px solid #00b8f4}.project-content pre::before{content:"code";position:absolute;top:0;right:1rem;background:#00b8f4;color:#fff;padding:.25rem .75rem;font-size:.75rem;border-radius:0 0 .25rem .25rem;text-transform:uppercase;font-weight:700}.project-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:.875rem}.project-content :not(pre)>code{background-color:#eff6ff;color:#00475a;padding:.2rem .4rem;border-radius:.25rem;font-size:.875rem;white-space:nowrap;border:1px solid #dbeafe}.project-content hr{margin:2.5rem 0;border:0;height:1px;background:linear-gradient(90deg,rgba(0,184,244,.2)0,rgba(0,185,127,.2) 100%)}.project-content strong,.project-content b{color:#00475a;font-weight:600}.project-content em,.project-content i{color:#00475a}.project-content h2,.project-content h3,.project-content p,.project-content ul,.project-content ol,.project-content blockquote,.project-content img{opacity:0;transform:translateY(10px);animation:fadeInUp .5s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.project-content>*{animation-play-state:paused}.project-content h2{animation-delay:.1s}.project-content h3{animation-delay:.2s}.project-content p{animation-delay:.3s}.project-content ul,.project-content ol{animation-delay:.4s}.project-content blockquote{animation-delay:.5s}.project-content img{animation-delay:.6s}.project-content.in-view>*{animation-play-state:running}