:root{--ease-out-expo:cubic-bezier(0.19,1,0.22,1);--ease-out-quint:cubic-bezier(0.22,1,0.36,1);--ease-in-out-expo:cubic-bezier(0.87,0,0.13,1);--ease-spring:cubic-bezier(0.34,1.56,0.64,1);--duration-fast:200ms;--duration-normal:400ms;--duration-slow:800ms;--duration-slower:1200ms}.reveal{opacity:0;transform:translateY(40px);transition:opacity var(--duration-slow) var(--ease-out-expo),transform var(--duration-slow) var(--ease-out-expo)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-scale{opacity:0;transform:translateY(30px) scale(.95);transition:opacity var(--duration-slow) var(--ease-out-expo),transform var(--duration-slow) var(--ease-out-expo)}.reveal-scale.visible{opacity:1;transform:translateY(0) scale(1)}.reveal-left{opacity:0;transform:translateX(-40px);transition:opacity var(--duration-slow) var(--ease-out-expo),transform var(--duration-slow) var(--ease-out-expo)}.reveal-left.visible{opacity:1;transform:translateX(0)}.reveal-right{opacity:0;transform:translateX(40px);transition:opacity var(--duration-slow) var(--ease-out-expo),transform var(--duration-slow) var(--ease-out-expo)}.reveal-right.visible{opacity:1;transform:translateX(0)}.stagger-1{transition-delay:.1s}.stagger-2{transition-delay:.2s}.stagger-3{transition-delay:.3s}.stagger-4{transition-delay:.4s}.stagger-5{transition-delay:.5s}.stagger-6{transition-delay:.6s}@keyframes float-slow{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-10px) rotate(1deg)}50%{transform:translateY(-5px) rotate(-.5deg)}75%{transform:translateY(-15px) rotate(.5deg)}}@keyframes float-medium{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(-1deg)}66%{transform:translateY(-10px) rotate(1deg)}}@keyframes float-fast{0%,to{transform:translateY(0)}50%{transform:translateY(-25px)}}.float-slow{animation:float-slow 8s ease-in-out infinite}.float-medium{animation:float-medium 6s ease-in-out infinite}.float-fast{animation:float-fast 4s ease-in-out infinite}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes gradient-rotate{0%{--gradient-angle:0deg}to{--gradient-angle:360deg}}.animate-gradient{background-size:200% 200%;animation:gradient-shift 8s ease infinite}@keyframes pulse-glow{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}@keyframes subtle-pulse{0%,to{opacity:.4}50%{opacity:.7}}.pulse-glow{animation:pulse-glow 4s ease-in-out infinite}.subtle-pulse{animation:subtle-pulse 3s ease-in-out infinite}.parallax-slow{--parallax-speed:0.1}.parallax-medium{--parallax-speed:0.3}.parallax-fast{--parallax-speed:0.5}.scroll-fade{transition:opacity .1s linear}.shape-circle,.shape-ring{border-radius:50%}.shape-ring{background:transparent;border:1px solid}.shape-dot{width:4px;height:4px;border-radius:50%}.smooth-transform{transition:transform var(--duration-slow) var(--ease-out-expo)}.smooth-opacity{transition:opacity var(--duration-normal) var(--ease-out-quint)}.smooth-all{transition:all var(--duration-normal) var(--ease-out-quint)}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-delay-1{transition-delay:.1s}.fade-in-delay-2{transition-delay:.2s}.fade-in-delay-3{transition-delay:.3s}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.notification-slide-in{animation:slideInFromTop .3s ease-out}.animate-in{animation-duration:.2s;animation-fill-mode:both}.slide-in-from-bottom-2{animation-name:slideInFromBottom}.slide-in-from-top-2{animation-name:slideInFromTop}.zoom-in-95{animation-name:zoomIn95}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn95{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.wp-content{font-size:1.125rem;line-height:1.75;color:#374151}.wp-content h1{font-size:2.25rem;font-weight:700;color:#111827;margin-top:2.5rem;margin-bottom:1.25rem;line-height:1.2}.wp-content h2{font-size:1.875rem;font-weight:700;color:#111827;margin-top:2.25rem;margin-bottom:1rem;line-height:1.3}.wp-content h3{font-size:1.5rem;margin-top:2rem;margin-bottom:.875rem}.wp-content h3,.wp-content h4{font-weight:600;color:#111827;line-height:1.4}.wp-content h4{font-size:1.25rem;margin-top:1.75rem;margin-bottom:.75rem}.wp-content h5{font-size:1.125rem;color:#111827;margin-bottom:.625rem}.wp-content h5,.wp-content h6{font-weight:600;margin-top:1.5rem;line-height:1.5}.wp-content h6{font-size:1rem;color:#374151;margin-bottom:.5rem}.wp-content p{margin-top:0;margin-bottom:1.25rem}.wp-content>h1:first-child,.wp-content>h2:first-child,.wp-content>h3:first-child,.wp-content>h4:first-child,.wp-content>h5:first-child,.wp-content>h6:first-child,.wp-content>p:first-child{margin-top:0}.wp-content .alignleft{float:left;margin-right:1.5rem;margin-bottom:1rem;max-width:50%}.wp-content .alignright{float:right;margin-left:1.5rem;margin-bottom:1rem;max-width:50%}.wp-content .aligncenter{display:block;margin-left:auto;margin-right:auto;text-align:center}.wp-content .alignwide{margin-left:-2rem;margin-right:-2rem;max-width:calc(100% + 4rem)}.wp-content .alignfull{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);max-width:100vw;width:100vw}.wp-content .wp-caption{max-width:100%;margin-bottom:1.5rem}.wp-content .wp-caption img{display:block;margin:0 auto}.wp-content .wp-caption-text,.wp-content figcaption{font-size:.875rem;color:#6b7280;text-align:center;margin-top:.5rem;font-style:italic}.wp-content .wp-block-image{margin:1.5rem 0}.wp-content .wp-block-image img{max-width:100%;height:auto;border-radius:.5rem}.wp-content .wp-block-image.is-style-rounded img{border-radius:9999px}.wp-content .wp-block-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin:1.5rem 0}.wp-content .wp-block-gallery .wp-block-image{margin:0}.wp-content .wp-block-columns{display:flex;flex-wrap:wrap;gap:1.5rem;margin:1.5rem 0}.wp-content .wp-block-column{flex:1;min-width:200px}.wp-content .wp-block-quote{border-left:4px solid #3b82f6;padding-left:1.5rem;margin:1.5rem 0;font-style:italic;color:#4b5563}.wp-content .wp-block-quote cite,.wp-content .wp-block-quote footer{display:block;font-size:.875rem;color:#6b7280;margin-top:.75rem;font-style:normal}.wp-content .wp-block-pullquote{border-top:4px solid #3b82f6;border-bottom:4px solid #3b82f6;padding:2rem 0;margin:2rem 0;text-align:center}.wp-content .wp-block-pullquote blockquote{font-size:1.5rem;font-weight:500;border:none;padding:0;margin:0}.wp-content .wp-block-button{margin:.5rem 0}.wp-content .wp-block-button__link{display:inline-block;padding:.75rem 1.5rem;background-color:#3b82f6;color:#fff;text-decoration:none;border-radius:.375rem;font-weight:500;transition:background-color .2s}.wp-content .wp-block-button__link:hover{background-color:#2563eb}.wp-content .wp-block-button.is-style-outline .wp-block-button__link{background-color:transparent;border:2px solid #3b82f6;color:#3b82f6}.wp-content .wp-block-button.is-style-outline .wp-block-button__link:hover{background-color:#3b82f6;color:#fff}.wp-content .wp-block-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0}.wp-content .wp-block-table,.wp-content table{margin:1.5rem 0;overflow-x:auto;display:block;width:100%}.wp-content .wp-block-table table,.wp-content table{width:100%;border-collapse:separate;border-spacing:0;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)}.wp-content .wp-block-table td,.wp-content .wp-block-table th,.wp-content table td,.wp-content table th{padding:.875rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb}.wp-content .wp-block-table th,.wp-content table th{background-color:#f8fafc;font-weight:600;color:#1f2937;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e5e7eb}.wp-content .wp-block-table td,.wp-content table td{background-color:#fff;color:#374151;vertical-align:top}.wp-content .wp-block-table tbody tr:hover td,.wp-content table tbody tr:hover td{background-color:#f9fafb}.wp-content .wp-block-table tbody tr:last-child td,.wp-content table tbody tr:last-child td{border-bottom:none}.wp-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) td,.wp-content table.is-style-stripes tbody tr:nth-child(odd) td{background-color:#f9fafb}.wp-content .wp-block-table.is-style-stripes tbody tr:nth-child(2n) td,.wp-content table.is-style-stripes tbody tr:nth-child(2n) td{background-color:#fff}@media (max-width:640px){.wp-content .wp-block-table,.wp-content table{font-size:.875rem}.wp-content .wp-block-table td,.wp-content .wp-block-table th,.wp-content table td,.wp-content table th{padding:.625rem .75rem}}.wp-content .wp-block-separator{border:none;border-top:1px solid #e5e7eb;margin:2rem 0}.wp-content .wp-block-separator.is-style-wide{border-top-width:2px}.wp-content .wp-block-separator.is-style-dots{border:none;text-align:center}.wp-content .wp-block-separator.is-style-dots:before{content:"···";font-size:1.5rem;letter-spacing:1rem;color:#9ca3af}.wp-content .wp-block-cover{position:relative;background-size:cover;background-position:50%;min-height:300px;display:flex;align-items:center;justify-content:center;padding:2rem;margin:1.5rem 0;border-radius:.5rem;overflow:hidden}.wp-content .wp-block-cover__inner-container{position:relative;z-index:1;color:#fff;text-align:center}.wp-content .wp-block-embed{margin:1.5rem 0}.wp-content .wp-block-embed__wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.wp-content .wp-block-embed__wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:.5rem}.wp-content .wp-block-code{background-color:#1f2937;color:#f3f4f6;padding:1.5rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0}.wp-content .wp-block-code code{background:none;padding:0;color:inherit;font-size:.875rem}.wp-content .wp-block-preformatted{background-color:#f3f4f6;padding:1.5rem;border-radius:.5rem;overflow-x:auto;white-space:pre-wrap;font-family:monospace;margin:1.5rem 0}.wp-content ul{list-style-type:disc}.wp-content ol,.wp-content ul{padding-left:1.5rem;margin:1rem 0}.wp-content ol{list-style-type:decimal}.wp-content li{margin-bottom:.25rem;line-height:1.6}.wp-content li>ol,.wp-content li>ul{margin-top:.25rem;margin-bottom:0}.wp-content .has-text-align-center{text-align:center}.wp-content .has-text-align-right{text-align:right}.wp-content .has-text-align-left{text-align:left}.wp-content .has-background{padding:1.5rem;border-radius:.5rem;margin:1rem 0}.wp-content .has-pale-pink-background-color{background-color:#fcf0f1}.wp-content .has-vivid-red-background-color{background-color:#cf2e2e}.wp-content .has-luminous-vivid-orange-background-color{background-color:#ff6900}.wp-content .has-luminous-vivid-amber-background-color{background-color:#fcb900}.wp-content .has-light-green-cyan-background-color{background-color:#7bdcb5}.wp-content .has-vivid-green-cyan-background-color{background-color:#00d084}.wp-content .has-pale-cyan-blue-background-color{background-color:#8ed1fc}.wp-content .has-vivid-cyan-blue-background-color{background-color:#0693e3}.wp-content .has-vivid-purple-background-color{background-color:#9b51e0}.wp-content .has-white-background-color{background-color:#fff}.wp-content .has-very-light-gray-background-color{background-color:#f3f4f6}.wp-content .has-cyan-bluish-gray-background-color{background-color:#e5e7eb}.wp-content .has-very-dark-gray-background-color{background-color:#374151}.wp-content .has-black-background-color{background-color:#1f2937}.wp-content .has-pale-pink-color{color:#fcf0f1}.wp-content .has-vivid-red-color{color:#cf2e2e}.wp-content .has-luminous-vivid-orange-color{color:#ff6900}.wp-content .has-luminous-vivid-amber-color{color:#fcb900}.wp-content .has-light-green-cyan-color{color:#7bdcb5}.wp-content .has-vivid-green-cyan-color{color:#00d084}.wp-content .has-pale-cyan-blue-color{color:#8ed1fc}.wp-content .has-vivid-cyan-blue-color{color:#0693e3}.wp-content .has-vivid-purple-color{color:#9b51e0}.wp-content .has-white-color{color:#fff}.wp-content .has-very-light-gray-color{color:#f3f4f6}.wp-content .has-cyan-bluish-gray-color{color:#6b7280}.wp-content .has-very-dark-gray-color{color:#374151}.wp-content .has-black-color{color:#1f2937}.wp-content .has-small-font-size{font-size:.875rem}.wp-content .has-normal-font-size{font-size:1rem}.wp-content .has-medium-font-size{font-size:1.25rem}.wp-content .has-large-font-size{font-size:1.5rem}.wp-content .has-x-large-font-size{font-size:2rem}.wp-content .has-xx-large-font-size{font-size:2.5rem}.wp-content .has-drop-cap:first-letter{float:left;font-size:4rem;line-height:.8;margin-right:.75rem;font-weight:700;color:#1f2937}@media (max-width:768px){.wp-content .alignleft,.wp-content .alignright{float:none;max-width:100%;margin-left:0;margin-right:0}.wp-content .alignwide{margin-left:-1rem;margin-right:-1rem;max-width:calc(100% + 2rem)}.wp-content .wp-block-columns{flex-direction:column}.wp-content .wp-block-column{min-width:100%}}#resume-preview .resume-page,.mobile-resume-page{width:210mm;min-height:272mm;background:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);margin-bottom:20px;padding-bottom:15mm;position:relative}#resume-preview .resume-page:after,.mobile-resume-page:after{content:"";position:absolute;bottom:-20px;left:0;right:0;height:20px;background:linear-gradient(180deg,rgba(0,0,0,.1),transparent)}#resume-preview .resume-page .page-break-indicator{background:repeating-linear-gradient(90deg,transparent,transparent 5px,#ef4444 0,#ef4444 10px);height:2px;opacity:.5}#resume-preview .resume-section,.mobile-resume-page .resume-section{-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid;-webkit-column-break-inside:avoid;page-break-before:auto;page-break-after:auto}#resume-preview .resume-section h2,#resume-preview .resume-section>div:last-child,.mobile-resume-page .resume-section h2,.mobile-resume-page .resume-section>div:last-child{-moz-column-break-after:avoid;break-after:avoid;page-break-after:avoid}@media print{#resume-preview .resume-page{min-height:auto;box-shadow:none;margin-bottom:0;page-break-after:always}#resume-preview .resume-page:after{display:none}}.resume-preview-wrapper{background-color:hsl(var(--muted)/.3)}.dark .resume-preview-wrapper{background-color:rgba(0,0,0,.2)}.resume-paper{background:#fff;color:#000;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);font-family:Times New Roman,Times,serif}@media print{.resume-preview-wrapper{padding:0;background:#fff;display:block}.resume-paper{box-shadow:none;-moz-column-break-after:page;break-after:page}}