*{box-sizing:border-box;margin:0;padding:0}:root{--primary-teal:#40e0d0;--primary-teal-light:#48d1cc;--primary-teal-dark:#00ced1;--primary-teal-darker:#20b2aa;--background-dark-start:#0f2027;--background-dark-middle:#203a43;--background-dark-end:#192f37;--background-darker:#2c5364;--text-primary:#fff;--text-secondary:hsla(0,0%,100%,.9);--text-muted:hsla(0,0%,100%,.7);--text-light:hsla(0,0%,100%,.6);--text-lighter:hsla(0,0%,100%,.5);--accent-red:#ff6b6b;--accent-green:#22c55e;--accent-blue:#4285f4;--accent-orange:#ff6b35;--github-color:#333;--linkedin-color:#0077b5;--twitter-color:#1da1f2;--email-color:#ea4335;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:20px;--radius-full:50%;--shadow-sm:0 2px 4px rgba(0,0,0,.1);--shadow-md:0 4px 8px rgba(0,0,0,.2);--shadow-lg:0 8px 16px rgba(0,0,0,.3);--shadow-xl:0 16px 32px rgba(0,0,0,.4);--shadow-teal:0 8px 25px rgba(64,224,208,.3);--transition-fast:0.15s ease;--transition-normal:0.3s ease;--transition-slow:0.6s ease;--z-dropdown:1000;--z-sticky:1020;--z-fixed:1030;--z-modal-backdrop:1040;--z-modal:1050;--z-popover:1060;--z-tooltip:1070}html{scroll-behavior:smooth;font-size:16px;height:100%}body,html{max-width:100vw;overflow-x:hidden;margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--text-primary);background:linear-gradient(135deg,var(--background-dark-start) 0,var(--background-dark-middle) 50%,var(--background-dark-end) 100%);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-weight:400}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:var(--spacing-md)}h1{font-size:clamp(2.5rem,5vw,3.5rem)}h1,h2{font-weight:300}h2{font-size:clamp(2rem,4vw,2.5rem)}h3{font-size:clamp(1.5rem,3vw,1.8rem)}h3,h4{font-weight:600}h4{font-size:clamp(1.25rem,2.5vw,1.4rem)}h5{font-size:clamp(1.125rem,2vw,1.2rem)}h5,h6{font-weight:500}h6{font-size:clamp(1rem,1.5vw,1.1rem)}p{margin-bottom:var(--spacing-md);line-height:1.6}.section-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:300;color:var(--text-primary);margin-bottom:var(--spacing-lg);line-height:1.2}.section-subtitle{font-size:1.2rem;color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.card-title{font-size:1.4rem;font-weight:600;color:var(--text-primary);line-height:1.3}.card-subtitle,.card-title{margin-bottom:var(--spacing-sm)}.card-subtitle{font-size:1.1rem;font-weight:500;color:var(--primary-teal);line-height:1.4}.body-text{font-size:1rem}.body-text,.body-text-large{color:var(--text-secondary);line-height:1.6}.body-text-large{font-size:1.1rem}.meta-text{font-size:.9rem;color:var(--text-muted);line-height:1.4}.small-text{font-size:.8rem;color:var(--text-light);line-height:1.4}a{color:inherit;text-decoration:none;transition:color var(--transition-normal)}a:hover{color:var(--primary-teal)}button{font-family:inherit;cursor:pointer;border:none;outline:none;background:transparent;transition:all var(--transition-normal)}button:disabled{cursor:not-allowed;opacity:.6}input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}img{max-width:100%;height:auto;display:block}ol,ul{list-style:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--primary-teal);outline-offset:2px;border-radius:var(--radius-sm)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-xl)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.w-full{width:100%}.h-full{height:100%}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background-dark-start)}::-webkit-scrollbar-thumb{background:var(--primary-teal);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--primary-teal-light)}::selection{background:var(--primary-teal);color:var(--background-dark-start)}::-moz-selection{background:var(--primary-teal);color:var(--background-dark-start)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast:high){:root{--text-primary:#fff;--text-secondary:#fff;--primary-teal:#0ff}}@media (prefers-color-scheme:dark){:root{color-scheme:dark}}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}img{max-width:100%!important}@page{margin:.5cm}}