@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,sans-serif;margin:0;padding:0;background-color:var(--color-background);color:var(--color-text);transition:background-color .3s ease,color .3s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%239D4EDD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3Z'/></svg>") 0 24,auto}.app{min-height:100vh;overflow-x:hidden}header{padding:2rem 1rem;text-align:center;background:linear-gradient(135deg,var(--color-background) 0%,var(--color-background-dark) 100%);border-bottom:1px solid var(--color-border);position:relative;overflow:hidden}header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-accent) 0%,var(--color-secondary) 50%,var(--color-accent) 100%)}header .header-content{max-width:800px;margin:0 auto;position:relative;z-index:1;padding-top:2rem}header h1{font-size:3rem;font-weight:700;margin:0 0 1rem;color:var(--color-primary);letter-spacing:-.02em;line-height:1.1;text-shadow:0 2px 4px rgba(0,0,0,.1)}header .profile-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:1.5rem auto;display:block;transition:transform .3s ease-in-out}header .title-container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.5rem;margin:1rem 0;font-size:1.1rem;color:var(--color-text-light);font-weight:500}@media (max-width: 480px){header .title-container{font-size:.9rem;gap:.375rem}}header .title-container .title{position:relative;padding:.375rem .75rem;background:linear-gradient(135deg,var(--color-surface-dark) 0%,var(--color-surface) 100%);border-radius:2rem;box-shadow:0 2px 4px #0000001a;transition:box-shadow .2s ease;white-space:nowrap}@media (max-width: 480px){header .title-container .title{padding:.25rem .5rem}}header .title-container .title:hover{box-shadow:0 4px 8px #00000026}header .title-container .divider{color:var(--color-border);font-weight:300;padding:0 .25rem}header .social-links{display:flex;justify-content:center;gap:1.5rem;margin-top:1.5rem}@media (max-width: 480px){header .social-links{gap:1rem}}header .social-links a,header .social-links .social-link-button{color:var(--color-text-light);font-size:1.75rem;transition:all .3s ease;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;position:relative;border:none;padding:0;cursor:pointer}@media (max-width: 480px){header .social-links a,header .social-links .social-link-button{width:2.25rem;height:2.25rem;font-size:1.5rem}}header .social-links a:after,header .social-links .social-link-button:after{content:"";position:absolute;width:100%;height:100%;border:2px solid var(--color-border);border-radius:50%;transition:all .3s ease;opacity:.5}header .social-links a:hover,header .social-links .social-link-button:hover{color:var(--color-accent);transform:translateY(-2px)}header .social-links a:hover:after,header .social-links .social-link-button:hover:after{border-color:var(--color-accent);opacity:1;transform:scale(1.1)}header .social-links a:focus,header .social-links .social-link-button:focus{outline:none}header .social-links a:focus:after,header .social-links .social-link-button:focus:after{border-color:var(--color-accent);opacity:1;box-shadow:0 0 0 2px var(--color-accent-lighter)}header .tagline{font-size:1.1rem;color:var(--color-text-light);margin:1rem 0;font-weight:400;font-style:italic}nav{margin:1.5rem 0}nav ul{display:flex;justify-content:center;gap:2rem;margin:0;padding:0;list-style:none}nav li a{color:var(--text-secondary);text-decoration:none;font-size:1rem;padding:.5rem 1rem;border-radius:2rem;transition:all .3s ease;position:relative;overflow:hidden}nav li a:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(90deg,var(--color-accent) 0%,var(--color-secondary) 100%);transition:all .3s ease;transform:translate(-50%)}nav li a:hover{color:var(--text-primary);transform:translateY(-2px)}nav li a:hover:before{width:80%}nav li a.active{color:var(--accent-color);font-weight:600}nav li a.active:before{width:80%;background:var(--accent-color)}nav li a:focus{outline:none;box-shadow:0 0 0 2px var(--color-accent-lighter)}@media (max-width: 768px){nav{margin:1rem 0}nav ul{gap:.75rem}nav li a{font-size:.875rem;padding:.375rem .75rem}}.chapters{padding:2rem 1rem;max-width:1200px;margin:0 auto}.chapter{padding:4rem 2rem;margin:2rem 0;position:relative;transition:all .3s ease}.chapter:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--bg-secondary);opacity:.05;z-index:-1;border-radius:1rem}.chapter .chapter-header{max-width:800px;margin:0 auto 3rem;text-align:center}.chapter .chapter-header .chapter-number{display:inline-block;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-color);margin-bottom:1rem;font-weight:600}.chapter .chapter-header h2{font-size:2.5rem;margin-bottom:1rem;color:var(--text-primary);font-family:Space Grotesk,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.1;position:relative;padding-bottom:.75rem}.chapter .chapter-header h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--color-accent) 0%,var(--color-secondary) 100%);border-radius:4px}.chapter .chapter-header .chapter-intro{font-size:1.1rem;line-height:1.6;color:var(--text-secondary);max-width:600px;margin:0 auto}.chapter-progress{margin-bottom:1rem;padding:0 1rem}.chapter-progress .progress-bar{height:4px;background:var(--bg-secondary);border-radius:2px;overflow:hidden;position:relative}.chapter-progress .progress-bar .progress-fill{position:absolute;top:0;left:0;height:100%;background:var(--accent-color);transition:width .3s ease}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}.project-grid .project-card:nth-child(3){grid-column:1}.project-card{background:linear-gradient(135deg,var(--color-surface) 0%,var(--color-surface-dark) 100%);border-radius:1rem;padding:1.25rem;transition:all .3s ease;border:1px solid var(--color-border);position:relative;overflow:hidden}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.project-card .project-image{width:100%;height:280px;margin-bottom:1rem;border-radius:.5rem;overflow:hidden;background-color:var(--color-surface-dark)}.project-card .project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card .project-image--placeholder{display:flex;align-items:center;justify-content:center;border:1px dashed var(--color-border)}.project-card .project-image .project-image-placeholder-text{font-size:.875rem;color:var(--text-secondary);opacity:.8}.project-card .project-quote{margin:0 0 1.5rem;padding:1.5rem;background:var(--color-surface-dark);border-left:4px solid var(--color-accent);border-radius:.5rem;min-height:200px;display:flex;align-items:center}.project-card .project-quote blockquote{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;color:var(--color-text);margin:0;line-height:1.6;letter-spacing:-.01em;font-style:italic}.project-card h3{font-size:1.25rem;margin:0 0 .75rem;color:var(--color-primary)}.project-card p{color:var(--color-text-light);margin:0 0 1rem;line-height:1.6;font-size:.95rem}.project-card .project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-card .tag{background:linear-gradient(135deg,var(--color-accent-light) 0%,var(--color-accent) 100%);color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:500;transition:transform .2s ease}.project-card .tag:hover{transform:translateY(-2px)}.project-card .project-link{display:inline-block;color:var(--accent-color);text-decoration:none;font-weight:500;transition:all .3s ease;margin-top:.5rem}.project-card .project-link:hover{color:var(--accent-color-dark);transform:translate(4px)}.project-card .project-title-link{text-decoration:none;color:inherit;cursor:pointer;transition:color .3s ease;display:block;padding:1rem 0}.project-card .project-title-link:hover{color:var(--color-primary);text-decoration:underline}.project-card .project-title-link h3{margin:0;transition:color .3s ease}.theme-toggle{position:fixed;bottom:1.5rem;right:1.5rem;background:linear-gradient(135deg,var(--color-surface) 0%,var(--color-surface-dark) 100%);border:1px solid var(--color-border);border-radius:50%;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.25rem;z-index:1000;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.theme-toggle:hover{transform:translateY(-2px) rotate(15deg);box-shadow:0 6px 8px #00000026}.theme-toggle:focus{outline:none;box-shadow:0 0 0 2px var(--color-accent-lighter)}@media (max-width: 768px){header{padding:1.5rem 1rem}header h1{font-size:2rem}header .title-container{font-size:.95rem;gap:.25rem}header .title-container .title{padding:.25rem .5rem}header .title-container .divider{padding:0 .125rem}header .tagline{font-size:.95rem}nav{margin:1rem 0}nav ul{gap:.75rem}.chapters{padding:1.5rem 1rem}.chapter{padding:1.25rem;margin-bottom:1.5rem}.chapter h2{font-size:1.75rem;margin-bottom:1rem}.project-grid{gap:1rem;justify-items:center;grid-template-columns:1fr}.project-card{padding:1rem;width:100%;max-width:360px}}.introduction{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;position:relative;background:linear-gradient(135deg,var(--color-background) 0%,var(--color-background-dark) 100%)}.introduction .introduction-content{max-width:800px;margin:0 auto}.introduction .introduction-content h2{font-size:3.5rem;margin-bottom:2rem;color:var(--color-primary);font-weight:700;line-height:1.2;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-accent) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.introduction .introduction-content h2.intro-typing{-webkit-text-fill-color:transparent}.introduction .introduction-content h2 .typing-cursor{-webkit-text-fill-color:initial;color:var(--color-accent);animation:cursor-blink .9s step-end infinite}.introduction .introduction-content .introduction-text{font-size:1.25rem;line-height:1.8;color:var(--color-text-light);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.introduction .introduction-content .scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--color-text-light);font-size:1rem;opacity:.8}.introduction .introduction-content .scroll-indicator .scroll-arrow{font-size:2rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes cursor-blink{50%{opacity:0}}a,button,.project-card,.theme-toggle,.title{cursor:pointer}.campaign-intro,.campaign-overview{max-width:800px;margin:0 auto 3rem;padding:2rem;background:var(--background-secondary);border-radius:12px;box-shadow:0 4px 6px #0000001a}.campaign-intro h3,.campaign-overview h3{color:var(--text-primary);font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;font-family:Space Grotesk,sans-serif;letter-spacing:-.02em}.campaign-intro p,.campaign-overview p{color:var(--text-secondary);font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.campaign-intro p:last-child,.campaign-overview p:last-child{margin-bottom:0}.campaign-grid{display:flex;flex-direction:column;align-items:center;gap:4rem;padding:2rem;max-width:1200px;margin:0 auto}@media (max-width: 768px){.campaign-grid{padding:1rem;gap:2rem}}.social-media-post{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:504px;background:var(--background-secondary);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.social-media-post:hover{transform:translateY(-4px)}.social-media-post .post-header h3{color:var(--text-primary);font-size:1.5rem;font-weight:600;margin-bottom:.75rem;font-family:Space Grotesk,sans-serif;letter-spacing:-.02em}.social-media-post .post-header p{color:var(--text-secondary);font-size:1rem;line-height:1.6;margin:0}.social-media-post iframe{width:100%;border-radius:8px;box-shadow:0 2px 4px #0000001a}.linkedin-posts{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:1200px;margin:3rem auto 0}@media (max-width: 768px){.linkedin-posts{gap:1.5rem}}.linkedin-posts-row{display:flex;flex-direction:column;gap:2rem;width:100%}@media (min-width: 768px){.linkedin-posts-row{flex-direction:row;justify-content:center;gap:2rem}.linkedin-posts-row .social-media-post{flex:1;max-width:504px}}.campaign-details{width:100%;max-width:800px;padding:2rem;background:linear-gradient(135deg,var(--color-background) 0%,var(--color-background-dark) 100%);border-radius:12px;box-shadow:0 4px 6px #0000001a;position:relative;overflow:hidden}.campaign-details:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--bg-secondary);opacity:.05;z-index:0;border-radius:12px}.color-swatch .swatch{width:100px;height:100px;border-radius:8px;box-shadow:0 2px 4px #0000001a;border:1px solid rgba(0,0,0,.1)}.color-swatch .swatch.iiom-light-blue{background-color:#86bce2}.color-swatch .swatch.iiom-dark-blue{background-color:#01427a}.color-swatch .swatch.iiom-medium-blue{background-color:#235f9a}.color-swatch .swatch.iiom-yellow{background-color:#f6d038}.color-swatch .swatch.iiom-white{background-color:#fff}.color-swatch .color-hex{font-family:monospace;color:var(--text-secondary);font-size:.9rem}.platform-intro,.platform-overview{max-width:800px;margin:0 auto 3rem;padding:2rem;background:var(--background-secondary);border-radius:12px}.platform-intro h3,.platform-overview h3{color:var(--text-primary);font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;font-family:Space Grotesk,sans-serif;letter-spacing:-.02em}.platform-intro p,.platform-overview p{color:var(--text-secondary);font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.platform-intro p:last-child,.platform-overview p:last-child{margin-bottom:0}.platform-intro p strong,.platform-overview p strong{color:var(--text-primary);font-weight:600}.platform-intro .contribution-list,.platform-overview .contribution-list{margin:0 0 1rem 1.5rem;padding:0;color:var(--text-secondary);font-size:1.05rem;line-height:1.65}.platform-intro .contribution-list li,.platform-overview .contribution-list li{margin-bottom:.5rem}.platform-intro .contribution-list code,.platform-overview .contribution-list code{font-size:.9em;padding:.15rem .4rem;background:var(--color-surface-dark);border-radius:4px}.tech-stack{margin-top:2rem;text-align:center}.tech-stack h4{color:var(--text-primary);font-size:1.25rem;margin-bottom:1rem;font-family:Space Grotesk,sans-serif}.tech-stack .tech-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.tech-stack .tech-button{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,var(--color-surface) 0%,var(--color-surface-dark) 100%);color:var(--text-primary);border-radius:2rem;font-size:.9rem;font-weight:500;transition:all .3s ease}.tech-stack .tech-button:hover{transform:translateY(-2px);border-color:var(--color-accent);color:var(--color-accent)}.platform-grid{display:flex;flex-direction:column;align-items:center;gap:4rem;padding:2rem;max-width:1200px;margin:0 auto}@media (max-width: 768px){.platform-grid{padding:1rem;gap:2rem}}.platform-showcase{width:100%;max-width:1200px;margin:0 auto;padding:2rem;background:var(--background-secondary);border-radius:12px}.platform-showcase .platform-image{width:100%;margin-bottom:1rem}.platform-showcase .platform-image img{width:100%;height:auto;border-radius:12px;transition:transform .3s ease}.platform-showcase .platform-image img:hover{transform:translateY(-4px)}.platform-showcase .platform-image .image-caption{text-align:center;margin-top:1rem;color:var(--text-secondary);font-size:1rem;font-style:italic}.platform-details{width:100%;max-width:800px;padding:2rem;background:linear-gradient(135deg,var(--color-background) 0%,var(--color-background-dark) 100%);border-radius:12px;position:relative;overflow:hidden}.platform-details:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--bg-secondary);opacity:.05;z-index:0;border-radius:12px}.color-palette{margin-top:0;text-align:center;position:relative;z-index:1}.color-palette h3{margin-bottom:1.5rem;color:var(--text-primary);font-size:1.5rem;font-family:Space Grotesk,sans-serif;letter-spacing:-.02em}.color-swatches{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;justify-items:center}@media (max-width: 768px){.color-swatches{grid-template-columns:repeat(2,1fr)}}.color-swatch{display:flex;flex-direction:column;align-items:center;gap:.5rem}.color-swatch .swatch{width:100px;height:100px;border-radius:12px;transition:transform .3s ease}.color-swatch .swatch:hover{transform:scale(1.05)}.color-swatch .swatch.uc-primary-red{background-color:#e63946}.color-swatch .swatch.uc-dark-red{background-color:#b81d3a}.color-swatch .swatch.uc-light-red{background-color:#ff6b6b}.color-swatch .swatch.uc-light-pink{background-color:#fbd1db}.color-swatch .swatch.uc-primary-blue{background-color:#3e80f5}.color-swatch .swatch.uc-light-blue{background-color:#cee1f2}.color-swatch .swatch.uc-dark-gray{background-color:#2d3e4e}.color-swatch .swatch.uc-white{background-color:#fff;border:1px solid #E0E0E0}.color-swatch .color-name{font-weight:500;color:var(--text-primary)}.color-swatch .color-hex{font-family:Space Grotesk,SF Mono,Fira Code,monospace;font-size:.875rem;color:var(--text-secondary)}.email-blasts-showcase{margin-top:2rem;display:flex;flex-direction:column;gap:4rem}.email-blast-campaign{padding-bottom:2rem;border-bottom:1px solid var(--color-border)}.email-blast-campaign:last-child{padding-bottom:0;border-bottom:none}.email-blast-campaign h3{color:var(--text-primary);font-size:1.35rem;font-weight:600;margin-bottom:1.25rem;font-family:Space Grotesk,sans-serif;letter-spacing:-.02em;text-align:center}.email-blasts-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:600px;margin:0 auto}.email-blast-item{margin:0;background:var(--color-surface);border-radius:12px;overflow:hidden;border:1px solid var(--color-border);box-shadow:0 4px 20px #00000014;transition:box-shadow .25s ease}.email-blast-item:hover{box-shadow:0 8px 28px #0000001f}.email-blast-link{display:block;text-decoration:none;color:inherit}.email-blast-image-wrap{overflow:hidden;background:#fff}.email-blast-image-wrap img{width:100%;height:auto;display:block;vertical-align:top}.email-blast-item figcaption{padding:.75rem 1rem;font-size:.9rem;color:var(--text-secondary);text-align:center;border-top:1px solid var(--color-border)}.theme-light{--color-primary: #2D1B69;--color-primary-light: #3D2B79;--color-primary-lighter: #4D3B89;--color-primary-dark: #1D0B59;--color-primary-darker: #0D0049;--color-secondary: #6B4E98;--color-secondary-light: #7B5EA8;--color-secondary-lighter: #8B6EB8;--color-secondary-dark: #5B3E88;--color-secondary-darker: #4B2E78;--color-accent: #9D4EDD;--color-accent-light: #AD5EED;--color-accent-lighter: #BD6EFD;--color-accent-dark: #8D3ECD;--color-accent-darker: #7D2EBD;--color-background: #F8F5FF;--color-background-light: #FFFFFF;--color-background-lighter: #FFFFFF;--color-background-dark: #E8E5F0;--color-background-darker: #D8D5E0;--color-surface: #FFFFFF;--color-surface-light: #FFFFFF;--color-surface-lighter: #FFFFFF;--color-surface-dark: #F0EDFA;--color-surface-darker: #E0DDF0;--color-text: #2D1B69;--color-text-light: #6B4E98;--color-text-lighter: #8B6EB8;--color-text-dark: #1D0B59;--color-text-darker: #0D0049;--color-border: #E2D6FF;--color-border-light: #F2E6FF;--color-border-lighter: #FFFFFF;--color-border-dark: #D2C6EF;--color-border-darker: #C2B6DF;--color-success: #7B2CBF;--color-success-light: #8B3CCF;--color-success-lighter: #9B4CDF;--color-success-dark: #6B1CAF;--color-success-darker: #5B0C9F;--color-warning: #C77DFF;--color-warning-light: #D78DFF;--color-warning-lighter: #E79DFF;--color-warning-dark: #B76DEF;--color-warning-darker: #A75DDF;--color-error: #FF6B6B;--color-error-light: #FF7B7B;--color-error-lighter: #FF8B8B;--color-error-dark: #EF5B5B;--color-error-darker: #DF4B4B;color-scheme:light}.theme-dark{--color-primary: #E2D6FF;--color-primary-light: #F2E6FF;--color-primary-lighter: #FFFFFF;--color-primary-dark: #D2C6EF;--color-primary-darker: #C2B6DF;--color-secondary: #C77DFF;--color-secondary-light: #D78DFF;--color-secondary-lighter: #E79DFF;--color-secondary-dark: #B76DEF;--color-secondary-darker: #A75DDF;--color-accent: #9D4EDD;--color-accent-light: #AD5EED;--color-accent-lighter: #BD6EFD;--color-accent-dark: #8D3ECD;--color-accent-darker: #7D2EBD;--color-background: #1A0B2E;--color-background-light: #2A1B3E;--color-background-lighter: #3A2B4E;--color-background-dark: #0A001E;--color-background-darker: #00000E;--color-surface: #2D1B69;--color-surface-light: #3D2B79;--color-surface-lighter: #4D3B89;--color-surface-dark: #1D0B59;--color-surface-darker: #0D0049;--color-text: #E2D6FF;--color-text-light: #C77DFF;--color-text-lighter: #E79DFF;--color-text-dark: #D2C6EF;--color-text-darker: #C2B6DF;--color-border: #6B4E98;--color-border-light: #7B5EA8;--color-border-lighter: #8B6EB8;--color-border-dark: #5B3E88;--color-border-darker: #4B2E78;--color-success: #7B2CBF;--color-success-light: #8B3CCF;--color-success-lighter: #9B4CDF;--color-success-dark: #6B1CAF;--color-success-darker: #5B0C9F;--color-warning: #C77DFF;--color-warning-light: #D78DFF;--color-warning-lighter: #E79DFF;--color-warning-dark: #B76DEF;--color-warning-darker: #A75DDF;--color-error: #FF6B6B;--color-error-light: #FF7B7B;--color-error-lighter: #FF8B8B;--color-error-dark: #EF5B5B;--color-error-darker: #DF4B4B;color-scheme:dark}:root{--color-success: #10b981;--color-success-light: #d1fae5;--color-error: #ef4444;--color-error-light: #fee2e2}.resume-content{max-width:1000px;margin:0 auto;padding:4rem;background:linear-gradient(135deg,var(--color-background) 0%,var(--color-background-dark) 100%);border-radius:12px;position:relative;overflow:hidden}@media (max-width: 768px){.resume-content{padding:2rem}}.resume-content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--bg-secondary);opacity:.05;z-index:0;border-radius:12px}.resume-content .resume-header{position:relative;z-index:1;text-align:center;margin-bottom:3rem}.resume-content .resume-header h1{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:.05em}.resume-content .resume-header h2{font-size:1.5rem;color:var(--text-secondary);margin-bottom:1.5rem;font-weight:500}.resume-content .resume-header .contact-info{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-secondary)}.resume-content .resume-header .contact-info p{margin:0}.resume-content .resume-header .contact-info .email-link{color:var(--text-secondary);text-decoration:none;transition:all .3s ease;font-size:1.5rem;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,var(--color-surface) 0%,var(--color-surface-dark) 100%);box-shadow:0 2px 4px #0000001a}.resume-content .resume-header .contact-info .email-link:hover{color:var(--color-accent);transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.resume-content .resume-header .contact-info .social-links{display:flex;gap:1.5rem;margin-top:.5rem}.resume-content .resume-header .contact-info .social-links a,.resume-content .resume-header .contact-info .social-links button{color:var(--text-secondary);text-decoration:none;transition:all .3s ease;font-size:1.5rem;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,var(--color-surface) 0%,var(--color-surface-dark) 100%);box-shadow:0 2px 4px #0000001a;border:none;cursor:pointer;padding:0}.resume-content .resume-header .contact-info .social-links a:hover,.resume-content .resume-header .contact-info .social-links button:hover{color:var(--color-accent);transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.resume-content .resume-section{margin-bottom:2.5rem}.resume-content .resume-section h3{font-size:1.5rem;color:var(--text-primary);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-accent);font-family:Space Grotesk,sans-serif}.resume-content .resume-section p{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.resume-content .resume-section p a{color:var(--color-accent-lighter);text-decoration:none;transition:all .3s ease;position:relative}.resume-content .resume-section p a:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background:var(--color-accent-lighter);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.resume-content .resume-section p a:hover{color:var(--color-accent)}.resume-content .resume-section p a:hover:after{transform:scaleX(1);transform-origin:left;background:var(--color-accent)}.resume-content .experience-item{margin-bottom:2rem}.resume-content .experience-item h4{font-size:1.25rem;color:var(--text-primary);margin-bottom:.25rem}.resume-content .experience-item .company{color:var(--text-secondary);margin-bottom:.25rem}.resume-content .experience-item .date{color:var(--text-secondary);font-size:.9rem;margin-bottom:1rem}.resume-content .experience-item ul{list-style-type:none;padding-left:0;margin:0}.resume-content .experience-item ul li{color:var(--text-secondary);margin-bottom:.5rem;position:relative;padding-left:1.5rem;line-height:1.6}.resume-content .experience-item ul li:before{content:"•";position:absolute;left:0;color:var(--color-accent)}.resume-content .experience-item ul li a{color:var(--color-accent-lighter);text-decoration:none;transition:all .3s ease;position:relative;display:inline}.resume-content .experience-item ul li a:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background:var(--color-accent-lighter);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.resume-content .experience-item ul li a:hover{color:var(--color-accent)}.resume-content .experience-item ul li a:hover:after{transform:scaleX(1);transform-origin:left;background:var(--color-accent)}.resume-content .education-item{margin-bottom:1.5rem}.resume-content .education-item h4{font-size:1.1rem;color:var(--text-primary);margin:0 0 .25rem;font-weight:600}.resume-content .education-item .institution{color:var(--text-secondary);margin:0 0 .25rem}.resume-content .education-item .date{color:var(--text-secondary);font-size:.9rem;margin:0}.resume-content .skills-grid{display:flex;flex-wrap:wrap;gap:.75rem}.resume-content .skills-grid .skill-tag{padding:.5rem 1rem;background:linear-gradient(135deg,var(--color-surface) 0%,var(--color-surface-dark) 100%);color:var(--text-primary);border-radius:2rem;font-size:.9rem;font-weight:500;transition:all .3s ease;text-decoration:none;display:inline-block}.resume-content .skills-grid .skill-tag:hover{transform:translateY(-2px);color:var(--color-accent)}@media (max-width: 768px){.resume-content{padding:1.5rem}.resume-content .resume-header h1{font-size:2rem}.resume-content .resume-header h2{font-size:1.25rem}.resume-content .experience-item .experience-header{flex-direction:column;gap:.5rem}.resume-content .skills-grid{gap:.5rem}.resume-content .skills-grid .skill-tag{padding:.375rem .75rem;font-size:.875rem}}.contact-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.contact-modal{background:var(--color-background);padding:2rem;border-radius:12px;width:90%;max-width:500px;position:relative;box-shadow:0 4px 6px #0000001a}.contact-modal h2{color:var(--color-primary);margin-bottom:1.5rem;font-size:1.75rem;font-weight:600}.contact-modal .close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:var(--color-text-light);cursor:pointer;padding:.5rem;line-height:1;transition:color .3s ease}.contact-modal .close-button:hover{color:var(--color-accent)}.contact-modal .form-group{margin-bottom:1.5rem}.contact-modal .form-group label{display:block;margin-bottom:.5rem;color:var(--color-text);font-weight:500}.contact-modal .form-group input,.contact-modal .form-group textarea{width:100%;padding:.75rem;border:1px solid var(--color-border);border-radius:6px;background:var(--color-background);color:var(--color-text);font-size:1rem;transition:border-color .3s ease}.contact-modal .form-group input:focus,.contact-modal .form-group textarea:focus{outline:none;border-color:var(--color-accent)}.contact-modal .form-group textarea{resize:vertical;min-height:100px}.contact-modal .success-message{text-align:center;padding:2rem 1rem;color:var(--color-success);font-size:1.1rem;line-height:1.6}.contact-modal .error-message{background-color:var(--color-error-light);color:var(--color-error);padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem;text-align:center}.contact-modal .submit-button{background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-secondary) 100%);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;width:100%;transition:transform .3s ease}.contact-modal .submit-button:hover{transform:translateY(-2px)}.contact-modal .submit-button:focus{outline:none;box-shadow:0 0 0 2px var(--color-accent-lighter)}.contact-modal .submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.site-footer,.story-footer{padding:3rem 2rem;background:linear-gradient(135deg,var(--color-background) 0%,var(--color-background-dark) 100%);color:var(--text-primary);margin-top:4rem;border-top:1px solid var(--border-color)}.site-footer .footer-content,.story-footer .footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.site-footer .footer-cta,.site-footer .footer-chapter,.story-footer .footer-cta,.story-footer .footer-chapter{text-align:center;max-width:800px;margin:0 auto}.site-footer .footer-cta h3,.site-footer .footer-chapter h3,.story-footer .footer-cta h3,.story-footer .footer-chapter h3{font-size:2.5rem;margin-bottom:1rem;color:var(--text-primary);font-family:Space Grotesk,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.1;position:relative;padding-bottom:.75rem}.site-footer .footer-cta h3:after,.site-footer .footer-chapter h3:after,.story-footer .footer-cta h3:after,.story-footer .footer-chapter h3:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--color-accent) 0%,var(--color-secondary) 100%);border-radius:4px}.site-footer .footer-cta p,.site-footer .footer-chapter p,.story-footer .footer-cta p,.story-footer .footer-chapter p{font-size:1.1rem;line-height:1.6;color:var(--text-secondary)}.site-footer .footer-connect,.story-footer .footer-connect{text-align:center;padding:1.5rem 0;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.site-footer .footer-connect h4,.story-footer .footer-connect h4{font-size:1.2rem;margin-bottom:1rem;color:var(--text-primary);font-weight:400}.site-footer .social-links,.story-footer .social-links{display:flex;justify-content:center;gap:1.5rem;margin-top:1.5rem}@media (max-width: 480px){.site-footer .social-links,.story-footer .social-links{gap:1rem}}.site-footer .social-links a,.site-footer .social-links .social-link-button,.story-footer .social-links a,.story-footer .social-links .social-link-button{color:var(--color-text-light);font-size:1.75rem;transition:all .3s ease;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;position:relative;border:none;padding:0;cursor:pointer}@media (max-width: 480px){.site-footer .social-links a,.site-footer .social-links .social-link-button,.story-footer .social-links a,.story-footer .social-links .social-link-button{width:2.25rem;height:2.25rem;font-size:1.5rem}}.site-footer .social-links a:after,.site-footer .social-links .social-link-button:after,.story-footer .social-links a:after,.story-footer .social-links .social-link-button:after{content:"";position:absolute;width:100%;height:100%;border:2px solid var(--color-border);border-radius:50%;transition:all .3s ease;opacity:.5}.site-footer .social-links a:hover,.site-footer .social-links .social-link-button:hover,.story-footer .social-links a:hover,.story-footer .social-links .social-link-button:hover{color:var(--color-accent);transform:translateY(-2px)}.site-footer .social-links a:hover:after,.site-footer .social-links .social-link-button:hover:after,.story-footer .social-links a:hover:after,.story-footer .social-links .social-link-button:hover:after{border-color:var(--color-accent);opacity:1;transform:scale(1.1)}.site-footer .social-links a:focus,.site-footer .social-links .social-link-button:focus,.story-footer .social-links a:focus,.story-footer .social-links .social-link-button:focus{outline:none}.site-footer .social-links a:focus:after,.site-footer .social-links .social-link-button:focus:after,.story-footer .social-links a:focus:after,.story-footer .social-links .social-link-button:focus:after{border-color:var(--color-accent);opacity:1;box-shadow:0 0 0 2px var(--color-accent-lighter)}.site-footer .footer-copyright,.story-footer .footer-copyright{text-align:center;padding-top:1rem}.site-footer .footer-copyright p,.story-footer .footer-copyright p{margin:.5rem 0;color:var(--text-secondary);font-size:.9rem}.site-footer .footer-copyright .footer-quote,.story-footer .footer-copyright .footer-quote{font-style:italic;margin-top:1rem!important;color:var(--accent-color)!important;font-size:1rem!important}@media (min-width: 768px){.site-footer,.story-footer{padding:4rem 2rem}.site-footer .footer-cta h3,.site-footer .footer-chapter h3,.story-footer .footer-cta h3,.story-footer .footer-chapter h3{font-size:2.5rem}.site-footer .footer-cta p,.site-footer .footer-chapter p,.story-footer .footer-cta p,.story-footer .footer-chapter p{font-size:1.2rem}}
